python-importlib_resources: ver. bump

This commit is contained in:
blue-devil
2020-03-27 23:21:05 +03:00
parent baa258afca
commit 02401f0855
2 changed files with 9 additions and 2 deletions
@@ -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()
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Design and implementation for a planned importlib.resources</Summary>
<Description>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.</Description>
<Archive sha1sum="601bdaa2989b7e08c857e48fea2cb5560ff39653" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.3.1/importlib_resources-v1.3.1.tar.gz</Archive>
<Archive sha1sum="dd361efa08121aeb7b7af6ca066780ec3c08f587" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.4.0/importlib_resources-v1.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>1.4.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-03-18</Date>
<Version>1.3.1</Version>