python3-setuptools-scm: ver bump

This commit is contained in:
blue-devil
2020-05-25 00:54:50 +03:00
parent c5ce02beca
commit 59748304e4
2 changed files with 11 additions and 4 deletions
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.5.0")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.0")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,10 +13,10 @@
<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="9f98635858ccecbc9332fd0efcf9153544b101bd" type="targz">https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz</Archive>
<Archive sha1sum="86edf1783efc9648747981160c9cdffdaf071b0c" type="targz">https://github.com/pypa/setuptools_scm/archive/v4.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<!--<Dependency>python3-sphinx</Dependency>-->
</BuildDependencies>
</Source>
@@ -25,8 +25,8 @@
<Name>python3-setuptools-scm</Name>
<Summary>Python3 setuptools-scm module</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-05-24</Date>
<Version>4.0.0</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-18</Date>
<Version>3.5.0</Version>