python3-importlib_metadata:ver bump
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.0")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.0")
|
||||||
|
|
||||||
|
|||||||
@@ -13,11 +13,11 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>importlib_metadata is a library to access the metadata for a Python package.</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools-scm</Dependency>
|
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
|
<Dependency>python3-setuptools-scm</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -25,16 +25,23 @@
|
|||||||
<Name>python3-importlib_metadata</Name>
|
<Name>python3-importlib_metadata</Name>
|
||||||
<Summary>Python development support library (note: maintenance only)</Summary>
|
<Summary>Python development support library (note: maintenance only)</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3-zipp</Dependency>
|
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>python3-zipp</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/python3-importlib_metadata</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python3-importlib_metadata</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="3">
|
||||||
<Date>2020-03-29</Date>
|
<Date>2020-03-29</Date>
|
||||||
<Version>1.6.0</Version>
|
<Version>1.6.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user