diff --git a/programming/language/python3/python3-importlib_resources/actions.py b/programming/language/python3/python3-importlib_resources/actions.py
index 1d9b7d0cd8..b073a0c027 100644
--- a/programming/language/python3/python3-importlib_resources/actions.py
+++ b/programming/language/python3/python3-importlib_resources/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.5.0")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0")
def build():
pythonmodules.compile(pyVer="3")
diff --git a/programming/language/python3/python3-importlib_resources/pspec.xml b/programming/language/python3/python3-importlib_resources/pspec.xml
index 8fc1fe1850..6db99a0dab 100644
--- a/programming/language/python3/python3-importlib_resources/pspec.xml
+++ b/programming/language/python3/python3-importlib_resources/pspec.xml
@@ -13,11 +13,11 @@
library
Design and implementation for a planned importlib.resources
The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.
- https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz
+ https://gitlab.com/python-devs/importlib_resources/-/archive/v3.0.0/importlib_resources-v3.0.0.tar.gz
- python3-setuptools-scm
- python3-setuptools
python3-devel
+ python3-setuptools
+ python3-setuptools-scm
@@ -28,12 +28,19 @@
python3
- /usr/share/doc/python3-importlib_resources
/usr/lib/python3*
+ /usr/share/doc/python3-importlib_resources
+
+ 2020-07-22
+ 3.0.0
+ Major version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-18
1.5.0