diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 87d857a..c7f5d81 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon May 22 08:32:57 UTC 2023 - Steve Kowalik + +- Add missing BuildRequires on time-machine + +------------------------------------------------------------------- +Fri May 12 09:12:55 UTC 2023 - Daniel Garcia + +- 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 diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 18614cd..0e5eaa4 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-virtualenv%{psuffix} -Version: 20.22.0 +Version: 20.23.0 Release: 0 Summary: Virtual Python Environment builder License: MIT @@ -36,8 +36,8 @@ URL: http://www.virtualenv.org/ Source: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz BuildRequires: %{python_module distlib >= 0.3.6} BuildRequires: %{python_module filelock >= 3.11} -BuildRequires: %{python_module hatchling >= 1.14} 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_resources >= 1.0 if %python-base < 3.7} BuildRequires: %{python_module pip} @@ -46,11 +46,9 @@ BuildRequires: %{python_module setuptools >= 41.0.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-backports.entry_points_selectable >= 1.0.4 Requires: python-distlib >= 0.3.6 Requires: python-filelock >= 3.11 Requires: python-platformdirs >= 3.2 -Requires: python-setuptools Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch @@ -61,7 +59,6 @@ Requires: python-importlib-metadata >= 6.4.1 Requires: python-importlib_resources >= 1.0 %endif %if %{with test} -BuildRequires: %{python_module backports.entry_points_selectable >= 1.0.4} BuildRequires: %{python_module devel} BuildRequires: %{python_module flaky >= 3} 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-mock >= 2.0.0} BuildRequires: %{python_module pytest-timeout >= 1.3.4} +BuildRequires: %{python_module time-machine} BuildRequires: ca-certificates %endif %python_subpackages diff --git a/virtualenv-20.22.0.tar.gz b/virtualenv-20.22.0.tar.gz deleted file mode 100644 index fbffe3d..0000000 --- a/virtualenv-20.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:278753c47aaef1a0f14e6db8a4c5e1e040e90aea654d0fc1dc7e0d8a42616cc3 -size 6612036 diff --git a/virtualenv-20.23.0.tar.gz b/virtualenv-20.23.0.tar.gz new file mode 100644 index 0000000..d655a48 --- /dev/null +++ b/virtualenv-20.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85caa554ced0c0afbd0d638e7e2d7b5f92d23478d05d17a76daeac8f279f924 +size 6617594