diff --git a/programming/language/python3/python3-packaging/pspec.xml b/programming/language/python3/python3-packaging/pspec.xml
index 294ccc67..81ebc15a 100644
--- a/programming/language/python3/python3-packaging/pspec.xml
+++ b/programming/language/python3/python3-packaging/pspec.xml
@@ -13,7 +13,7 @@
library
Core utilities for Python packages.
The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.
- https://github.com/pypa/packaging/archive/20.3.tar.gz
+ https://github.com/pypa/packaging/archive/20.4.tar.gz
python3-devel
@@ -26,12 +26,19 @@
python3
- /usr/share/doc/python3-packaging
/usr/lib/python3*
+ /usr/share/doc/python3-packaging
+
+ 2020-05-24
+ 20.4
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-03-11
20.3
diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py
index 08a6068e..2e3f34ca 100644
--- a/programming/language/python3/python3-setuptools/actions.py
+++ b/programming/language/python3/python3-setuptools/actions.py
@@ -3,10 +3,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import pisitools
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
WorkDir="setuptools-%s" % get.srcVERSION()
diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml
index 6d4938ed..1e5d9696 100644
--- a/programming/language/python3/python3-setuptools/pspec.xml
+++ b/programming/language/python3/python3-setuptools/pspec.xml
@@ -11,9 +11,10 @@
programming.language.python3
PSF-2.2
library
+ app:console
Python setuptools
- python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
- https://github.com/pypa/setuptools/archive/v46.1.3.tar.gz
+ python3-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
+ https://github.com/pypa/setuptools/archive/v46.4.0.tar.gz
python3-devel
@@ -28,13 +29,20 @@
python3
- /usr/lib/python3*
- /usr/bin
/usr/share/doc
+ /usr/bin
+ /usr/lib/python3*
+
+ 2020-05-24
+ 46.4.0
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-01
46.1.3