python3-* rebuild

This commit is contained in:
Rmys
2023-10-16 17:35:00 +03:00
parent bab454712c
commit 83b3cc9356
2 changed files with 5 additions and 5 deletions
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.1.2")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0")
def build():
pythonmodules.compile(pyVer="3")
@@ -18,4 +18,4 @@ def check():
pythonmodules.compile("test", pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 setuptools-scm module</Summary>
<Description>Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file.</Description>
<Archive sha1sum="9ef9ccd04b5402f286e9b7076027a412b370e733" type="targz">https://files.pythonhosted.org/packages/03/b6/052aacb07081ef5d4cae2daaae19c5d11e25b1122087af4710963cb25867/setuptools_scm-7.0.4.tar.gz</Archive>
<Archive sha1sum="55f64a72232b70684e70dc951beacabb7c97346a" type="targz">https://github.com/pypa/setuptools_scm/archive/refs/tags/v7.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-pytest</Dependency>
@@ -43,8 +43,8 @@
<History>
<Update release="11">
<Date>2023-10-16</Date>
<Version>7.0.4</Version>
<Comment>Rebuild.</Comment>
<Version>7.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>