mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Added version 3.9.9
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
827cccc6ef
commit
1576018ee5
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
3.9.8 - 12/05/2022
|
||||||
|
Updated:
|
||||||
|
- Stderr error output to auto-install packages
|
||||||
|
|
||||||
3.9.8 - 12/05/2022
|
3.9.8 - 12/05/2022
|
||||||
Bugfix:
|
Bugfix:
|
||||||
- Flag (--repos=) TypeError: exceptions must derive from BaseException
|
- Flag (--repos=) TypeError: exceptions must derive from BaseException
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# slpkg 3.9.8
|
# slpkg 3.9.9
|
||||||
|
|
||||||
Slpkg is a powerful software package manager that installs, updates, and removes packages on
|
Slpkg is a powerful software package manager that installs, updates, and removes packages on
|
||||||
[Slackware](http://www.slackware.com/) based systems. It automatically computes dependencies and
|
[Slackware](http://www.slackware.com/) based systems. It automatically computes dependencies and
|
||||||
|
|
|
@ -81,7 +81,7 @@ class MetaData:
|
||||||
|
|
||||||
__all__ = "slpkg"
|
__all__ = "slpkg"
|
||||||
__author__ = "dslackw"
|
__author__ = "dslackw"
|
||||||
__version_info__ = (3, 9, 8)
|
__version_info__ = (3, 9, 9)
|
||||||
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
||||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||||
__email__ = "d.zlatanidis@gmail.com"
|
__email__ = "d.zlatanidis@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue