python-importlib_resources:ver bump

This commit is contained in:
blue-devil
2020-05-19 01:22:49 +03:00
parent d3e3e07c12
commit 881814b58e
2 changed files with 16 additions and 9 deletions
@@ -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()
@@ -13,11 +13,11 @@
<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="dd361efa08121aeb7b7af6ca066780ec3c08f587" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.4.0/importlib_resources-v1.4.0.tar.gz</Archive>
<Archive sha1sum="ef73bbdfa1e5d90d9aeed0492cbdcd3ccfce6b1a" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
@@ -25,18 +25,25 @@
<Name>python-importlib_resources</Name>
<Summary>Design and implementation for a planned importlib.resources</Summary>
<RuntimeDependencies>
<Dependency>python-importlib_metadata</Dependency>
<Dependency>python-singledispatch</Dependency>
<Dependency>python-contextlib2</Dependency>
<Dependency>python-pathlib2</Dependency>
<Dependency>python-contextlib2</Dependency>
<Dependency>python-singledispatch</Dependency>
<Dependency>python-importlib_metadata</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-importlib_resources</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-importlib_resources</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-05-18</Date>
<Version>1.5.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-27</Date>
<Version>1.4.0</Version>