python3-virtualenv:ver bump

This commit is contained in:
blue-devil
2020-04-23 02:55:14 +03:00
parent ea839a1807
commit f5d1c9929e
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.16")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.18")
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="c2ce825c1a24b2f2bb8596e40de5954733ba3daf" type="targz">https://github.com/pypa/virtualenv/archive/20.0.16.tar.gz</Archive>
<Archive sha1sum="c55ae013f4f69e604adbcec83ff4f7ef585681b0" type="targz">https://github.com/pypa/virtualenv/archive/20.0.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-04-22</Date>
<Version>20.0.18</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-04-07</Date>
<Version>20.0.16</Version>