python3-zipp: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","2.2.0")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
|
<Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
|
||||||
<Description>A pathlib-compatible Zipfile object wrapper. A backport of the Path object.</Description>
|
<Description>A pathlib-compatible Zipfile object wrapper. A backport of the Path object.</Description>
|
||||||
<Archive sha1sum="dfbf2ff912450b9addc213de18f3d2bf3a37df6a" type="targz">https://github.com/jaraco/zipp/archive/v2.2.0.tar.gz</Archive>
|
<Archive sha1sum="1cfe052ce5d08757a8e1e1fbba11595c838a2a86" type="targz">https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools-scm</Dependency>
|
<Dependency>python3-setuptools-scm</Dependency>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
@@ -34,6 +34,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2020-02-21</Date>
|
||||||
|
<Version>3.0.0</Version>
|
||||||
|
<Comment>Ver. bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-02-12</Date>
|
<Date>2020-02-12</Date>
|
||||||
<Version>2.2.0</Version>
|
<Version>2.2.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user