1
0

Accepting request 1137110 from home:bnavigator:branches:devel:languages:python

- Update to 20.25.0
  * Allow platformdirs v4 by @alex in #2664
  * Upgrade embedded wheels
- Drop fix-tests-hookimpls.patch
- Update requirements
- Update test execution: Remove obsolete hacks, don't build again
  on test flavor. Accomodate changed behavior with bundled
  setuptools on Python 3.12
- Conflict with setuptools_scm for tests gh#pypa/virtualenv#2668

OBS-URL: https://build.opensuse.org/request/show/1137110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=140
This commit is contained in:
2024-01-07 19:11:55 +00:00
committed by Git OBS Bridge
parent ca99656e79
commit f90d6d3533
5 changed files with 54 additions and 68 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 5 13:24:46 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 20.25.0
* Allow platformdirs v4 by @alex in #2664
* Upgrade embedded wheels
- Drop fix-tests-hookimpls.patch
- Update requirements
- Update test execution: Remove obsolete hacks, don't build again
on test flavor. Accomodate changed behavior with bundled
setuptools on Python 3.12
- Conflict with setuptools_scm for tests gh#pypa/virtualenv#2668
-------------------------------------------------------------------
Tue Oct 3 07:10:17 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>