python3-virtualenv:ver bump

This commit is contained in:
blue-devil
2020-03-12 01:13:01 +03:00
parent a8bca5ca63
commit dacc6779cb
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","20.0.7")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.10")
def build():
pythonmodules.compile(pyVer="3")
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Virtual Python Environment builder.</Summary>
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
<Archive sha1sum="b88b76df849ad6cb28de343701468e618bfe8163" type="targz">https://github.com/pypa/virtualenv/archive/20.0.7.tar.gz</Archive>
<Archive sha1sum="5dfc87c77e68842d35afdd7b08b9a48406961179" type="targz">https://github.com/pypa/virtualenv/archive/20.0.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-11</Date>
<Version>20.0.10</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-03-03</Date>
<Version>20.0.7</Version>