Update to version 3.3.2

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-10-21 18:08:31 +02:00
parent fdacab2d7e
commit c9d63d58c2
3 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,8 @@
3.3.2 - 21/10/2017
Fixed:
- Strange dependency problem (2) #97
- Msb repository switch to 1.18
3.3.1 - 07/10/2017
Added:
- Set Slackware version via configuration file /etc/slpkg/slpkg.conf

View file

@ -20,7 +20,7 @@
:target: https://github.com/dslackw/slpkg/issues
Slpkg v3.3.1
Slpkg v3.3.2
============
|
@ -79,8 +79,8 @@ Download latest release:
Required root privileges
$ tar xvf slpkg-3.3.1.tar.gz
$ cd slpkg-3.3.1
$ tar xvf slpkg-3.3.2.tar.gz
$ cd slpkg-3.3.2
$ ./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.3.1-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.1/slpkg-3.3.1-i586-1_dsw.txz>`_
Slackware: `slpkg-3.3.2-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.2/slpkg-3.3.2-i586-1_dsw.txz>`_
Slackware64: `slpkg-3.3.1-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.1/slpkg-3.3.1-x86_64-1_dsw.txz>`_
Slackware64: `slpkg-3.3.2-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.2/slpkg-3.3.2-x86_64-1_dsw.txz>`_
Optional dependencies

View file

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