From 02401f0855c1a226617c22815fc906bcd3065790 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:21:05 +0300 Subject: [PATCH] python-importlib_resources: ver. bump --- .../python/python-importlib_resources/actions.py | 2 +- .../language/python/python-importlib_resources/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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