python2-setuptools_scm: ver bump

This commit is contained in:
blue-devil
2020-09-01 00:18:48 +02:00
parent 992b876971
commit 18f5f63d14
2 changed files with 9 additions and 2 deletions
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.0")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.1.2")
def build():
pythonmodules.compile(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="86edf1783efc9648747981160c9cdffdaf071b0c" type="targz">https://github.com/pypa/setuptools_scm/archive/v4.0.0.tar.gz</Archive>
<Archive sha1sum="a28fc7cd4de8fffe89509b6662f24bb897078809" type="targz">https://github.com/pypa/setuptools_scm/archive/v4.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-07-21</Date>
<Version>4.1.2</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-05-24</Date>
<Version>4.0.0</Version>