Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
@ -1,48 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 20:26:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20.29.2:
|
||||
* Upgrade setuptools to 75.3
|
||||
* Upgrade setuptools to 75.5 and wheel to 0.45
|
||||
* No longer forcibly echo off during windows batch activation
|
||||
* Update run_with_catch log flushing by @neilramsay in #2806
|
||||
* feat: Write CACHEDIR.TAG file b
|
||||
* Skip tcsh tests on broken tcsh versions
|
||||
* Makes --python command-line flag take precedence over env var
|
||||
* Add free-threaded Python support
|
||||
* Upgrade embeded setuptools
|
||||
* Simplify Solution to --python command-line flag precedence
|
||||
* Change PyInfo cache versioning mechanism
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 08:09:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20.27.1:
|
||||
* Drop 3.7 support as the CI environments no longer allow it running
|
||||
* pip to 24.3.1 from 24.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 15:15:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20.26.6:
|
||||
* Properly quote string placeholders in activation script
|
||||
templates to mitigate potential command injection - by
|
||||
@y5c4l3. (#2768, in the Python stdlib known as bsc#1232241,
|
||||
CVE-2024-9287)
|
||||
* Upgrade embedded wheels: setuptools to 75.1.0 from 74.1.2
|
||||
* no longer create () output in console during activation of a
|
||||
virtualenv by .bat file. (#2728)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 05:34:07 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Inject setuptools-wheel and tell the testsuite where to find it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 12:43:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20.26.3:
|
||||
* Bump embeded wheels
|
||||
* Bump embeded wheels
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:58:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-virtualenv
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-virtualenv%{psuffix}
|
||||
Version: 20.29.2
|
||||
Version: 20.26.3
|
||||
Release: 0
|
||||
Summary: Virtual Python Environment builder
|
||||
License: MIT
|
||||
@ -53,7 +53,6 @@ BuildRequires: %{python_module pytest-env >= 0.8.2}
|
||||
BuildRequires: %{python_module pytest-mock >= 3.11.1}
|
||||
BuildRequires: %{python_module pytest-timeout >= 2.1}
|
||||
BuildRequires: %{python_module setuptools >= 68}
|
||||
BuildRequires: %{python_module setuptools-wheel >= 68}
|
||||
BuildRequires: %{python_module time-machine >= 2.10}
|
||||
BuildRequires: %{python_module virtualenv = %{version}}
|
||||
%endif
|
||||
@ -106,14 +105,13 @@ rm -r tests/unit/activation
|
||||
%check
|
||||
# online tests downloads from pypi
|
||||
donttest="test_seed_link_via_app_data"
|
||||
# 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)
|
||||
%pytest -k "not ($donttest)"
|
||||
# fails on python312 because it cannot find setuptools and wheel https://virtualenv.pypa.io/en/latest/changelog.html#features-20-23-0
|
||||
python312_extratest=" or test_can_build_c_extensions"
|
||||
%pytest -k "not ($donttest ${$python_extratest})"
|
||||
# test the special case with the bundles (for all flavors)
|
||||
export VIRTUALENV_SETUPTOOLS=bundle
|
||||
export VIRTUALENV_WHEEL=bundle
|
||||
donttest+=" or test_embed_wheel_versions"
|
||||
%pytest -k "not ($donttest)"
|
||||
%pytest -k "${python312_extratest:4}"
|
||||
%endif
|
||||
|
||||
%post
|
||||
@ -127,7 +125,7 @@ donttest+=" or test_embed_wheel_versions"
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitelib}/virtualenv
|
||||
%{python_sitelib}/virtualenv-%{version}.dist-info
|
||||
%{python_sitelib}/virtualenv-%{version}*-info
|
||||
%python_alternative %{_bindir}/virtualenv
|
||||
%endif
|
||||
|
||||
|
BIN
virtualenv-20.26.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
virtualenv-20.26.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdaabebf6d03b5ba83ae0a02cfe96f48a716f4fae556461d180825866f75b728
|
||||
size 4320272
|
Loading…
x
Reference in New Issue
Block a user