Updated for version 3.3.5

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2018-03-11 11:03:16 +01:00
parent 881f96a5c5
commit eb7dd6d1e0
3 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
3.3.5 - 10/03/2018
Fixed:
- pip install fails #106
3.3.4 - 10/01/2018
Added:
- Print the file size per package in option -f, --find

View file

@ -18,7 +18,7 @@
:target: https://github.com/dslackw/slpkg/issues
Slpkg v3.3.4
Slpkg v3.3.5
============
|
@ -77,8 +77,8 @@ Download latest release:
Required root privileges
$ tar xvf slpkg-3.3.4.tar.gz (don't delete the archive file after extract)
$ cd slpkg-3.3.4
$ tar xvf slpkg-3.3.5.tar.gz (don't delete the archive file after extract)
$ cd slpkg-3.3.5
$ ./install.sh
Installed as Slackware package
@ -109,9 +109,9 @@ Using pip:
Binary packages:
Slackware: `slpkg-3.3.4-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.4/slpkg-3.3.4-i586-1_dsw.txz>`_
Slackware: `slpkg-3.3.5-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.5/slpkg-3.3.5-i586-1_dsw.txz>`_
Slackware64: `slpkg-3.3.4-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.4/slpkg-3.3.4-x86_64-1_dsw.txz>`_
Slackware64: `slpkg-3.3.5-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.5/slpkg-3.3.5-x86_64-1_dsw.txz>`_
Requirements

View file

@ -78,7 +78,7 @@ class MetaData(object):
__all__ = "slpkg"
__author__ = "dslackw"
__version_info__ = (3, 3, 4)
__version_info__ = (3, 3, 5)
__version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com"