mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Update to version 3.2.3
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
54e20b9cf2
commit
fa8c839e22
3 changed files with 12 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
3.2.3 - 30/01/2017
|
||||
Updated:
|
||||
- Copyright year
|
||||
- Slackware mirrors
|
||||
|
||||
3.2.2 - 26/10/2016
|
||||
Added:
|
||||
- Support Python3 with 2to3 tool.
|
||||
|
|
12
README.rst
12
README.rst
|
@ -4,7 +4,7 @@
|
|||
:target: https://travis-ci.org/dslackw/slpkg
|
||||
.. image:: https://landscape.io/github/dslackw/slpkg/master/landscape.png
|
||||
:target: https://landscape.io/github/dslackw/slpkg/master
|
||||
.. image:: https://img.shields.io/codacy/6464ba0bd1e342e28388c71a34b3a5e8.svg
|
||||
.. image:: https://img.shields.io/codacy/6464ba0bd1e3.2.38388c71a34b3a5e8.svg
|
||||
:target: https://www.codacy.com/public/dzlatanidis/slpkg/dashboard
|
||||
.. image:: https://img.shields.io/pypi/dm/slpkg.svg
|
||||
:target: https://pypi.python.org/pypi/slpkg
|
||||
|
@ -20,7 +20,7 @@
|
|||
:target: https://github.com/dslackw/slpkg/issues
|
||||
|
||||
|
||||
Slpkg v3.2.2
|
||||
Slpkg v3.2.3
|
||||
============
|
||||
|
||||
|
|
||||
|
@ -79,8 +79,8 @@ Download latest release:
|
|||
|
||||
Required root privileges
|
||||
|
||||
$ tar xvf slpkg-3.2.2.tar.gz
|
||||
$ cd slpkg-3.2.2
|
||||
$ tar xvf slpkg-3.2.3.tar.gz
|
||||
$ cd slpkg-3.2.3
|
||||
$ ./install.sh
|
||||
|
||||
If you want to build slpkg for use with Python 3.x (needs the
|
||||
|
@ -116,9 +116,9 @@ Using pip:
|
|||
|
||||
Binary packages:
|
||||
|
||||
Slackware: `slpkg-3.2.2-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.2/slpkg-3.2.2-i486-1_dsw.txz>`_
|
||||
Slackware: `slpkg-3.2.3-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.3/slpkg-3.2.3-i486-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-3.2.2-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.2/slpkg-3.2.2-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-3.2.3-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.3/slpkg-3.2.3-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Optional dependencies
|
||||
|
|
|
@ -77,7 +77,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (3, 2, 2)
|
||||
__version_info__ = (3, 2, 3)
|
||||
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||
__email__ = "d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue