15
0

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

- Setuptools itself does not depend on packaging anymore, only for
  pythondistdeps.py, That dependency will move to
  python-rpm-packaging soon. -- boo#1178257
- Use "setuptools" for building again.
  * Python 3.12 will drop the distutils fallback
  * Use the python-base vendored pip in a venv
  * Drop no-legacyversion-warning.patch
- Remove nonsensical python362 flavor check.

OBS-URL: https://build.opensuse.org/request/show/989214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=59
This commit is contained in:
2022-07-15 11:00:25 +00:00
committed by Git OBS Bridge
parent 8f8ce3f054
commit f434ab2916
3 changed files with 40 additions and 65 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 14 13:13:54 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Setuptools itself does not depend on packaging anymore, only for
pythondistdeps.py, That dependency will move to
python-rpm-packaging soon. -- boo#1178257
- Use "setuptools" for building again.
* Python 3.12 will drop the distutils fallback
* Use the python-base vendored pip in a venv
* Drop no-legacyversion-warning.patch
- Remove nonsensical python362 flavor check.
-------------------------------------------------------------------
Sun May 29 09:22:42 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>