python3-importlib_metadata ver. bump

This commit is contained in:
Rmys
2024-08-21 15:48:55 +03:00
parent 776a5f3704
commit 0214621814
2 changed files with 10 additions and 5 deletions
@@ -6,8 +6,8 @@
from pisi.actionsapi import pythonmodules as py3, shelltools, get
t = "dist/importlib_metadata-5.0.0-py3-none-any.whl"
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "5.0.0")
t = "dist/importlib_metadata-7.2.1-py3-none-any.whl"
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "7.2.1")
def build():
py3.run("-m build", pyVer = '3')
@@ -13,9 +13,7 @@
<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="38794db2afb90ed0be04bd8b5996a5b5fd45acc2" type="targz">
https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-5.0.0.tar.gz
</Archive>
<Archive sha1sum="a4273969a0a7839b48704724f5ee2639ddb8aa80" type="targz">https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-7.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
@@ -39,6 +37,13 @@
</Package>
<History>
<Update release="9">
<Date>2024-08-19</Date>
<Version>7.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2023-10-16</Date>
<Version>5.0.0</Version>