python3-importlib_metadata:ver bump

This commit is contained in:
blue-devil
2020-08-31 00:10:48 +02:00
parent c73be91d1d
commit 74440edcdf
2 changed files with 13 additions and 6 deletions
@@ -4,8 +4,8 @@
# 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.6.0")
@@ -13,11 +13,11 @@
<IsA>library</IsA>
<Summary>importlib_metadata is a library to access the metadata for a Python package.</Summary>
<Description>importlib_metadata is a library to access the metadata for a Python package.</Description>
<Archive sha1sum="ba5bf0544265a24dbef27d4492e6c05c2e534b23" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.6.0/importlib_metadata-v1.6.0.tar.gz</Archive>
<Archive sha1sum="1299ebe65e7affd03eb5607699fe51cb7d8d622d" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.7.0/importlib_metadata-v1.7.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>
@@ -25,16 +25,23 @@
<Name>python3-importlib_metadata</Name>
<Summary>Python development support library (note: maintenance only)</Summary>
<RuntimeDependencies>
<Dependency>python3-zipp</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-zipp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-importlib_metadata</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-importlib_metadata</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-21</Date>
<Version>1.7.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-03-29</Date>
<Version>1.6.0</Version>