python3-virtualenv: ver bump

This commit is contained in:
blue-devil
2020-05-25 00:55:26 +03:00
parent b50796fedb
commit b51fc59f71
2 changed files with 9 additions and 2 deletions
@@ -7,7 +7,7 @@
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.20")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.21")
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="8445cce9d26c3db67e4c4fd13a56b2d443b9161f" type="targz">https://github.com/pypa/virtualenv/archive/20.0.20.tar.gz</Archive>
<Archive sha1sum="1d378296fc2aea4f364ce53043b49eeacbdfe4ab" type="targz">https://github.com/pypa/virtualenv/archive/20.0.21.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-05-24</Date>
<Version>20.0.21</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-05-18</Date>
<Version>20.0.20</Version>