diff --git a/programming/language/python/python-importlib_resources/actions.py b/programming/language/python/python-importlib_resources/actions.py index b58ddb4a17..039be24d23 100644 --- a/programming/language/python/python-importlib_resources/actions.py +++ b/programming/language/python/python-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.4.0") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.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 e89b942d54..fe04b412af 100644 --- a/programming/language/python/python-importlib_resources/pspec.xml +++ b/programming/language/python/python-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.4.0/importlib_resources-v1.4.0.tar.gz + https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz - python-setuptools-scm - python-setuptools python-devel + python-setuptools + python-setuptools-scm @@ -25,18 +25,25 @@ python-importlib_resources Design and implementation for a planned importlib.resources - python-importlib_metadata - python-singledispatch - python-contextlib2 python-pathlib2 + python-contextlib2 + python-singledispatch + python-importlib_metadata - /usr/share/doc/python-importlib_resources /usr/lib/python2* + /usr/share/doc/python-importlib_resources + + 2020-05-18 + 1.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-27 1.4.0