Accepting request 1088293 from devel:languages:python
- Add missing BuildRequires on time-machine - Update to v20.23.0: # Features - 20.23.0 * Do not install wheel and setuptools seed packages for Python 3.12+. To restore the old behaviour use: - for wheel use VIRTUALENV_WHEEL=bundle environment variable or --wheel=bundle CLI flag, - for setuptools use VIRTUALENV_SETUPTOOLS=bundle environment variable or --setuptools=bundle CLI flag. By @chrysle. (#2487) * 3.12 support - by @gaborbernat. (#2558) # Bugfixes - 20.23.0 * Prevent PermissionError when using venv creator on systems that deliver files without user write permission - by @kulikjak. (#2543) * Upgrade setuptools to 67.7.2 from 67.6.1 and pip to 23.1.2 from 23.1 - by @szleb. (#2560) OBS-URL: https://build.opensuse.org/request/show/1088293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=59
This commit is contained in:
commit
22cc630e25
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 22 08:32:57 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Add missing BuildRequires on time-machine
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 12 09:12:55 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Update to v20.23.0:
|
||||||
|
# Features - 20.23.0
|
||||||
|
* Do not install wheel and setuptools seed packages for Python
|
||||||
|
3.12+. To restore the old behaviour use:
|
||||||
|
- for wheel use VIRTUALENV_WHEEL=bundle environment variable or
|
||||||
|
--wheel=bundle CLI flag,
|
||||||
|
- for setuptools use VIRTUALENV_SETUPTOOLS=bundle environment
|
||||||
|
variable or --setuptools=bundle CLI flag.
|
||||||
|
By @chrysle. (#2487)
|
||||||
|
* 3.12 support - by @gaborbernat. (#2558)
|
||||||
|
# Bugfixes - 20.23.0
|
||||||
|
* Prevent PermissionError when using venv creator on systems that
|
||||||
|
deliver files without user write permission - by @kulikjak.
|
||||||
|
(#2543)
|
||||||
|
* Upgrade setuptools to 67.7.2 from 67.6.1 and pip to 23.1.2 from
|
||||||
|
23.1 - by @szleb. (#2560)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 25 03:06:17 UTC 2023 - John Vandenberg <jayvdb@gmail.com>
|
Tue Apr 25 03:06:17 UTC 2023 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-virtualenv%{psuffix}
|
Name: python-virtualenv%{psuffix}
|
||||||
Version: 20.22.0
|
Version: 20.23.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -36,8 +36,8 @@ URL: http://www.virtualenv.org/
|
|||||||
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 distlib >= 0.3.6}
|
BuildRequires: %{python_module distlib >= 0.3.6}
|
||||||
BuildRequires: %{python_module filelock >= 3.11}
|
BuildRequires: %{python_module filelock >= 3.11}
|
||||||
BuildRequires: %{python_module hatchling >= 1.14}
|
|
||||||
BuildRequires: %{python_module hatch-vcs >= 0.3}
|
BuildRequires: %{python_module hatch-vcs >= 0.3}
|
||||||
|
BuildRequires: %{python_module hatchling >= 1.14}
|
||||||
BuildRequires: %{python_module importlib-metadata >= 6.4.1 if %python-base < 3.8}
|
BuildRequires: %{python_module importlib-metadata >= 6.4.1 if %python-base < 3.8}
|
||||||
BuildRequires: %{python_module importlib_resources >= 1.0 if %python-base < 3.7}
|
BuildRequires: %{python_module importlib_resources >= 1.0 if %python-base < 3.7}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@ -46,11 +46,9 @@ BuildRequires: %{python_module setuptools >= 41.0.0}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-backports.entry_points_selectable >= 1.0.4
|
|
||||||
Requires: python-distlib >= 0.3.6
|
Requires: python-distlib >= 0.3.6
|
||||||
Requires: python-filelock >= 3.11
|
Requires: python-filelock >= 3.11
|
||||||
Requires: python-platformdirs >= 3.2
|
Requires: python-platformdirs >= 3.2
|
||||||
Requires: python-setuptools
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -61,7 +59,6 @@ Requires: python-importlib-metadata >= 6.4.1
|
|||||||
Requires: python-importlib_resources >= 1.0
|
Requires: python-importlib_resources >= 1.0
|
||||||
%endif
|
%endif
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module backports.entry_points_selectable >= 1.0.4}
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module flaky >= 3}
|
BuildRequires: %{python_module flaky >= 3}
|
||||||
BuildRequires: %{python_module packaging >= 20.0}
|
BuildRequires: %{python_module packaging >= 20.0}
|
||||||
@ -70,6 +67,7 @@ BuildRequires: %{python_module pytest-env >= 0.6.2}
|
|||||||
BuildRequires: %{python_module pytest-freezegun >= 0.4.1}
|
BuildRequires: %{python_module pytest-freezegun >= 0.4.1}
|
||||||
BuildRequires: %{python_module pytest-mock >= 2.0.0}
|
BuildRequires: %{python_module pytest-mock >= 2.0.0}
|
||||||
BuildRequires: %{python_module pytest-timeout >= 1.3.4}
|
BuildRequires: %{python_module pytest-timeout >= 1.3.4}
|
||||||
|
BuildRequires: %{python_module time-machine}
|
||||||
BuildRequires: ca-certificates
|
BuildRequires: ca-certificates
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:278753c47aaef1a0f14e6db8a4c5e1e040e90aea654d0fc1dc7e0d8a42616cc3
|
|
||||||
size 6612036
|
|
BIN
virtualenv-20.23.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
virtualenv-20.23.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user