From d68da6fa55a1b84cdf76e55ca3b22e03adb12a6288d35b427948152c472a495f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Mar 2020 07:06:16 +0000 Subject: [PATCH] - Update to 20.0.11: - Allow the test suite to pass even when called with the system Python - to help repackaging of the tool for Linux distributions - by :user:`gaborbernat`. (`#1721 `_) - Other minor fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=79 --- python-virtualenv.changes | 8 ++++++++ python-virtualenv.spec | 9 ++------- virtualenv-20.0.10.tar.gz | 3 --- virtualenv-20.0.11.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 virtualenv-20.0.10.tar.gz create mode 100644 virtualenv-20.0.11.tar.gz diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 63adbd4..44108b8 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 19 06:59:10 UTC 2020 - Tomáš Chvátal + +- Update to 20.0.11: + - Allow the test suite to pass even when called with the system Python - to help repackaging of the tool for Linux + distributions - by :user:`gaborbernat`. (`#1721 `_) + - Other minor fixes + ------------------------------------------------------------------- Fri Mar 13 11:27:16 UTC 2020 - Tomáš Chvátal diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 8e9d052..1df3e73 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-virtualenv%{psuffix} -Version: 20.0.10 +Version: 20.0.11 Release: 0 Summary: Virtual Python Environment builder License: MIT @@ -98,13 +98,8 @@ libraries either). %check %if %{with test} -# test_create_distutils_cfg - does not handle the lib64 we use -# test_failed_to_find_implementation -# test_py_info_cache_clear test_py_info_cached_symlink - unknown reason -# test_create_no_seed - upstream notified, no idea -# https://github.com/pypa/virtualenv/issues/1721 export LANG="en_US.UTF8" -%pytest -k 'not (test_create_distutils_cfg or test_failed_to_find_implementation or test_py_info_cache_clear or test_py_info_cached_symlink or test_create_no_seed)' +%pytest %endif %if !%{with test} diff --git a/virtualenv-20.0.10.tar.gz b/virtualenv-20.0.10.tar.gz deleted file mode 100644 index 1a8ab15..0000000 --- a/virtualenv-20.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8512e83f1d90f8e481024d58512ac9c053bf16f54d9138520a0929396820dd78 -size 7985991 diff --git a/virtualenv-20.0.11.tar.gz b/virtualenv-20.0.11.tar.gz new file mode 100644 index 0000000..6082b1f --- /dev/null +++ b/virtualenv-20.0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ac634372748fa4e63e956f8e6981442747fcb4a209876b34e1ff5018d3cfe3 +size 7989583