diff --git a/programming/language/python/python-importlib_resources/actions.py b/programming/language/python/python-importlib_resources/actions.py
index 4ef14c0416..b58ddb4a17 100644
--- a/programming/language/python/python-importlib_resources/actions.py
+++ b/programming/language/python/python-importlib_resources/actions.py
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
-shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.3.1")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.4.0")
def build():
pythonmodules.compile()
diff --git a/programming/language/python/python-importlib_resources/pspec.xml b/programming/language/python/python-importlib_resources/pspec.xml
index bb67ff14ef..e89b942d54 100644
--- a/programming/language/python/python-importlib_resources/pspec.xml
+++ b/programming/language/python/python-importlib_resources/pspec.xml
@@ -13,7 +13,7 @@
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.3.1/importlib_resources-v1.3.1.tar.gz
+ https://gitlab.com/python-devs/importlib_resources/-/archive/v1.4.0/importlib_resources-v1.4.0.tar.gz
python-setuptools-scm
python-setuptools
@@ -37,6 +37,13 @@
+
+ 2020-03-27
+ 1.4.0
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-03-18
1.3.1