diff --git a/programming/language/python3/python3-virtualenv/actions.py b/programming/language/python3/python3-virtualenv/actions.py
index c4900cf970..3ece0d8efa 100644
--- a/programming/language/python3/python3-virtualenv/actions.py
+++ b/programming/language/python3/python3-virtualenv/actions.py
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
-shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.18")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.20")
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 c5b5d817c4..27a702a7be 100644
--- a/programming/language/python3/python3-virtualenv/pspec.xml
+++ b/programming/language/python3/python3-virtualenv/pspec.xml
@@ -14,11 +14,11 @@
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.18.tar.gz
+ https://github.com/pypa/virtualenv/archive/20.0.20.tar.gz
- python3-setuptools-scm
- python3-setuptools
python3-devel
+ python3-setuptools
+ python3-setuptools-scm
@@ -26,21 +26,28 @@
python3-virtualenv
Virtual Python Environment builder.
- python3-setuptools
- python3-filelock
+ python3
+ python3-six
python3-appdirs
python3-distlib
- python3-six
- python3
+ python3-filelock
+ python3-setuptools
- /usr/share/doc/python3-virtualenv
- /usr/bin/virtualenv
/usr/lib/python3*
+ /usr/bin/virtualenv
+ /usr/share/doc/python3-virtualenv
+
+ 2020-05-18
+ 20.0.20
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-04-22
20.0.18