Merge pull request #14756 from Rmys/master
python3-importlib_metadata ver. bump
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import pythonmodules as py3, shelltools, get
|
from pisi.actionsapi import pythonmodules as py3, shelltools, get
|
||||||
|
|
||||||
t = "dist/importlib_metadata-5.0.0-py3-none-any.whl"
|
t = "dist/importlib_metadata-7.2.1-py3-none-any.whl"
|
||||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "5.0.0")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "7.2.1")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
py3.run("-m build", pyVer = '3')
|
py3.run("-m build", pyVer = '3')
|
||||||
|
|||||||
@@ -13,9 +13,7 @@
|
|||||||
<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="38794db2afb90ed0be04bd8b5996a5b5fd45acc2" type="targz">
|
<Archive sha1sum="a4273969a0a7839b48704724f5ee2639ddb8aa80" type="targz">https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-7.2.1.tar.gz</Archive>
|
||||||
https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-5.0.0.tar.gz
|
|
||||||
</Archive>
|
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>python3-build</Dependency>
|
<Dependency>python3-build</Dependency>
|
||||||
@@ -39,6 +37,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="8">
|
||||||
<Date>2023-10-16</Date>
|
<Date>2023-10-16</Date>
|
||||||
<Version>5.0.0</Version>
|
<Version>5.0.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user