From 9b1e17c244cbb925e45d394b2457a9d2468a4dd5 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:40:48 +0300 Subject: [PATCH] python3-importlib_resources: ver. bump --- .../python3/python3-importlib_resources/actions.py | 2 +- .../python3/python3-importlib_resources/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-importlib_resources/actions.py b/programming/language/python3/python3-importlib_resources/actions.py index 2b62f1f3c3..1b4d362f4a 100644 --- a/programming/language/python3/python3-importlib_resources/actions.py +++ b/programming/language/python3/python3-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(pyVer="3") diff --git a/programming/language/python3/python3-importlib_resources/pspec.xml b/programming/language/python3/python3-importlib_resources/pspec.xml index 8b7cdba081..c00f521e45 100644 --- a/programming/language/python3/python3-importlib_resources/pspec.xml +++ b/programming/language/python3/python3-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 python3-setuptools-scm python3-setuptools @@ -34,6 +34,13 @@ + + 2020-03-27 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 8020-03-18 1.3.1