python3-setuptools-scm: ver bump
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
from pisi.actionsapi import shelltools
|
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():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python3 setuptools-scm module</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
<!--<Dependency>python3-sphinx</Dependency>-->
|
<!--<Dependency>python3-sphinx</Dependency>-->
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
@@ -25,8 +25,8 @@
|
|||||||
<Name>python3-setuptools-scm</Name>
|
<Name>python3-setuptools-scm</Name>
|
||||||
<Summary>Python3 setuptools-scm module</Summary>
|
<Summary>Python3 setuptools-scm module</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
@@ -35,6 +35,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="4">
|
||||||
<Date>2020-02-18</Date>
|
<Date>2020-02-18</Date>
|
||||||
<Version>3.5.0</Version>
|
<Version>3.5.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user