Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 85fd1728f3 | |||
| c082ec20bc | |||
| 759d4d9b32 | |||
| a0a29a8810 |
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 12 11:27:00 UTC 2026 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.36.1 (fixes CVE-2026-22702, bsc#1256458)
|
||||||
|
* fix: resolve TOCTOU vulnerabilities in app_data and lock directory creation
|
||||||
|
- Update to 3.36.0
|
||||||
|
* fix: Prevent NameError when accessing _DISTUTILS_PATCH during file
|
||||||
|
overwrite
|
||||||
|
* Upgrade pip and fix 3.15 picking old wheel
|
||||||
|
* fix: wrong path on migrated venv
|
||||||
|
* test_too_many_open_files: assert on errno.EMFILE instead of strerror
|
||||||
|
* fix: update filelock dependency version to 3.20.1 to fix CVE CVE-2025-68146
|
||||||
|
* fix: resolve EncodingWarning in tox upgrade environment
|
||||||
|
* Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1
|
||||||
|
* Add support for PEP 440 version specifiers in the --python flag
|
||||||
|
- disable test that is broken upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 26 09:28:27 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Tue Aug 26 09:28:27 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-virtualenv
|
# spec file for package python-virtualenv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -31,18 +31,18 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-virtualenv%{psuffix}
|
Name: python-virtualenv%{psuffix}
|
||||||
Version: 20.29.3
|
Version: 20.36.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://virtualenv.pypa.io/
|
URL: https://virtualenv.pypa.io/
|
||||||
# SourceRepository: https://github.com/pypa/virtualenv
|
# SourceRepository: https://github.com/pypa/virtualenv
|
||||||
Source: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: (python-distlib >= 0.3.7 with python-distlib < 1)
|
Requires: (python-distlib >= 0.3.7 with python-distlib < 1)
|
||||||
Requires: (python-filelock >= 3.12.2 with python-filelock < 4)
|
Requires: (python-filelock >= 3.20.3 with python-filelock < 4)
|
||||||
Requires: (python-platformdirs >= 3.9.1 with python-platformdirs < 5)
|
Requires: (python-platformdirs >= 3.9.1 with python-platformdirs < 5)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
@@ -115,12 +115,10 @@ rm -r tests/unit/activation
|
|||||||
%check
|
%check
|
||||||
# online tests downloads from pypi
|
# online tests downloads from pypi
|
||||||
donttest="test_seed_link_via_app_data"
|
donttest="test_seed_link_via_app_data"
|
||||||
|
donttest+=" or test_py_info_cache_invalidation_on_py_info_change" # https://github.com/pypa/virtualenv/issues/2939
|
||||||
# take the first wheels directory we can find, they all contain the same file
|
# take the first wheels directory we can find, they all contain the same file
|
||||||
export PIP_FIND_LINKS=$(ls -1d /usr/lib/python3.*/wheels | head -n 1)
|
export PIP_FIND_LINKS=$(ls -1d /usr/lib/python3.*/wheels | head -n 1)
|
||||||
%pytest -k "not ($donttest)"
|
%pytest -k "not ($donttest)"
|
||||||
# test the special case with the bundles (for all flavors)
|
|
||||||
export VIRTUALENV_SETUPTOOLS=bundle
|
|
||||||
export VIRTUALENV_WHEEL=bundle
|
|
||||||
donttest+=" or test_embed_wheel_versions"
|
donttest+=" or test_embed_wheel_versions"
|
||||||
%pytest -k "not ($donttest)"
|
%pytest -k "not ($donttest)"
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
BIN
virtualenv-20.29.3.tar.gz
LFS
BIN
virtualenv-20.29.3.tar.gz
LFS
Binary file not shown.
3
virtualenv-20.36.1.tar.gz
Normal file
3
virtualenv-20.36.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8befb5c81842c641f8ee658481e42641c68b5eab3521d8e092d18320902466ba
|
||||||
|
size 6032239
|
||||||
Reference in New Issue
Block a user