1
0

- 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:
Tomáš Chvátal 2020-03-19 07:06:16 +00:00 committed by Git OBS Bridge
parent d563b0681a
commit d68da6fa55
4 changed files with 13 additions and 10 deletions

View File

@ -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>

View File

@ -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}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8512e83f1d90f8e481024d58512ac9c053bf16f54d9138520a0929396820dd78
size 7985991

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7ac634372748fa4e63e956f8e6981442747fcb4a209876b34e1ff5018d3cfe3
size 7989583