- 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 <https://github.com/pypa/virtualenv/issues/1721>`_) - Other minor fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=79
This commit is contained in:
parent
d563b0681a
commit
d68da6fa55
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 06:59:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- 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 <https://github.com/pypa/virtualenv/issues/1721>`_)
|
||||||
|
- Other minor fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 13 11:27:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Mar 13 11:27:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-virtualenv%{psuffix}
|
Name: python-virtualenv%{psuffix}
|
||||||
Version: 20.0.10
|
Version: 20.0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -98,13 +98,8 @@ libraries either).
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with test}
|
%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"
|
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
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8512e83f1d90f8e481024d58512ac9c053bf16f54d9138520a0929396820dd78
|
|
||||||
size 7985991
|
|
3
virtualenv-20.0.11.tar.gz
Normal file
3
virtualenv-20.0.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a7ac634372748fa4e63e956f8e6981442747fcb4a209876b34e1ff5018d3cfe3
|
||||||
|
size 7989583
|
Loading…
Reference in New Issue
Block a user