python3-zipp:ver.bump

This commit is contained in:
blue-devil
2020-02-22 09:36:56 +03:00
parent 83a3e68194
commit 9a45a1ae0c
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","2.2.0")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
<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>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -34,6 +34,13 @@
</Package>
<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">
<Date>2020-02-12</Date>
<Version>2.2.0</Version>