From d893d85d2533319c1cf7e2cc07492de15ca6bef4ff28b1ee0e75f61d7d438f36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 6 Dec 2021 10:00:38 +0000 Subject: [PATCH] - update to 20.10.0: * Special-case ``--prompt .`` to the name of the current directory * Add libffi-8.dll to pypy windows * Fixed path collision that could lead to a PermissionError or writing to system directories when using PyPy3.8 * Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4`` * Remove stray closing parenthesis in activate.bat OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=108 --- python-virtualenv.changes | 11 +++++++++++ python-virtualenv.spec | 2 +- virtualenv-20.10.0.tar.gz | 3 +++ virtualenv-20.8.1.tar.gz | 3 --- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 virtualenv-20.10.0.tar.gz delete mode 100644 virtualenv-20.8.1.tar.gz diff --git a/python-virtualenv.changes b/python-virtualenv.changes index c9d8847..ff29839 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 6 09:58:59 UTC 2021 - Dirk Müller + +- update to 20.10.0: + * Special-case ``--prompt .`` to the name of the current directory + * Add libffi-8.dll to pypy windows + * Fixed path collision that could lead to a PermissionError or writing to system + directories when using PyPy3.8 + * Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4`` + * Remove stray closing parenthesis in activate.bat + ------------------------------------------------------------------- Wed Sep 29 16:35:34 UTC 2021 - Ben Greiner diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 0feadfe..eb6a9c9 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -28,7 +28,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-virtualenv%{psuffix} -Version: 20.8.1 +Version: 20.10.0 Release: 0 Summary: Virtual Python Environment builder License: MIT diff --git a/virtualenv-20.10.0.tar.gz b/virtualenv-20.10.0.tar.gz new file mode 100644 index 0000000..2f6e6c8 --- /dev/null +++ b/virtualenv-20.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576d05b46eace16a9c348085f7d0dc8ef28713a2cabaa1cf0aea41e8f12c9218 +size 9007218 diff --git a/virtualenv-20.8.1.tar.gz b/virtualenv-20.8.1.tar.gz deleted file mode 100644 index b335fed..0000000 --- a/virtualenv-20.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcc17f0b3a29670dd777d6f0755a4c04f28815395bca279cdcb213b97199a6b8 -size 8708080