diff --git a/programming/language/python3/python3-py/actions.py b/programming/language/python3/python3-py/actions.py
index e44d50e437..f2239c3c8a 100644
--- a/programming/language/python3/python3-py/actions.py
+++ b/programming/language/python3/python3-py/actions.py
@@ -4,10 +4,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 pythonmodules
-shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.8.1")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.9.0")
def build():
pythonmodules.compile(pyVer="3")
diff --git a/programming/language/python3/python3-py/pspec.xml b/programming/language/python3/python3-py/pspec.xml
index 27c223e57b..3f83a7c51f 100644
--- a/programming/language/python3/python3-py/pspec.xml
+++ b/programming/language/python3/python3-py/pspec.xml
@@ -13,11 +13,11 @@
library
Python development support library (note: maintenance only)
The python3-py lib is a Python development support library.
- https://github.com/pytest-dev/py/archive/1.8.1.tar.gz
+ https://github.com/pytest-dev/py/archive/1.9.0.tar.gz
- python3-setuptools-scm
- python3-setuptools
python3-devel
+ python3-setuptools
+ python3-setuptools-scm
@@ -28,12 +28,19 @@
python3
- /usr/share/doc/python3-py
/usr/lib/python3*
+ /usr/share/doc/python3-py
+
+ 2020-07-21
+ 1.9.0
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-02-12
1.8.1