python3-virtualenv:ver bump

This commit is contained in:
blue-devil
2020-04-08 00:04:43 +03:00
parent 76c67a76e9
commit ad2c73829b
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.15")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.16")
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="91998a155117e92aeded5199b6195a3fd864eb61" type="targz">https://github.com/pypa/virtualenv/archive/20.0.15.tar.gz</Archive>
<Archive sha1sum="c2ce825c1a24b2f2bb8596e40de5954733ba3daf" type="targz">https://github.com/pypa/virtualenv/archive/20.0.16.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-04-07</Date>
<Version>20.0.16</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-03-27</Date>
<Version>20.0.15</Version>