From f5d1c9929edb911a63e14041dea963c1348566b6 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 23 Apr 2020 02:55:14 +0300 Subject: [PATCH] python3-virtualenv:ver bump --- .../language/python3/python3-virtualenv/actions.py | 2 +- .../language/python3/python3-virtualenv/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-virtualenv/actions.py b/programming/language/python3/python3-virtualenv/actions.py index 76bdbba909..c4900cf970 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.16") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.18") 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 07bced5b7b..c5b5d817c4 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.16.tar.gz + https://github.com/pypa/virtualenv/archive/20.0.18.tar.gz python3-setuptools-scm python3-setuptools @@ -41,6 +41,13 @@ + + 2020-04-22 + 20.0.18 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-07 20.0.16