From d2b420f841ff50ab9c84f7d01e0ce79ad23f92f3 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:31:11 +0300 Subject: [PATCH] python3-virtualenv: ver. bump --- .../python3/python3-virtualenv/actions.py | 2 +- .../python3/python3-virtualenv/pspec.xml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-virtualenv/actions.py b/programming/language/python3/python3-virtualenv/actions.py index 9a09418c58..04ffdbed90 100644 --- a/programming/language/python3/python3-virtualenv/actions.py +++ b/programming/language/python3/python3-virtualenv/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.10") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.15") def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-virtualenv/pspec.xml b/programming/language/python3/python3-virtualenv/pspec.xml index c3e4d11aac..e16edc4fb0 100644 --- a/programming/language/python3/python3-virtualenv/pspec.xml +++ b/programming/language/python3/python3-virtualenv/pspec.xml @@ -14,7 +14,7 @@ app:console Virtual Python Environment builder. python3-virtualenv is a a tool and library for creating isolated virtual python environments. - https://github.com/pypa/virtualenv/archive/20.0.10.tar.gz + https://github.com/pypa/virtualenv/archive/20.0.15.tar.gz python3-setuptools-scm python3-setuptools @@ -41,6 +41,20 @@ + + 2020-03-27 + 20.0.15 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 20.0.14 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 20.0.10