python3-importlib_resources:ver bump

This commit is contained in:
blue-devil
2020-08-31 00:11:01 +02:00
parent 74440edcdf
commit 1d92a7f5ab
2 changed files with 13 additions and 6 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.5.0")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0")
def build():
pythonmodules.compile(pyVer="3")
@@ -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="ef73bbdfa1e5d90d9aeed0492cbdcd3ccfce6b1a" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz</Archive>
<Archive sha1sum="01d216bf62bbcb3d165e747d263d69732514272b" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v3.0.0/importlib_resources-v3.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
@@ -28,12 +28,19 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-importlib_resources</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-importlib_resources</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-22</Date>
<Version>3.0.0</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-05-18</Date>
<Version>1.5.0</Version>