14
0
forked from pool/python-pip

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

- Drop deprecated setup.py installmethod, bootstrap PEP517 with
  built-in pip instead
- python3XX-pip-wheel can now be a regular subpackage
- Drop obsolete python2 directives in specfile

OBS-URL: https://build.opensuse.org/request/show/1134667
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=115
This commit is contained in:
2024-01-02 17:39:27 +00:00
committed by Git OBS Bridge
parent 7d362cf4a6
commit eb6fea59a9
3 changed files with 41 additions and 48 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 22 16:06:25 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Drop deprecated setup.py installmethod, bootstrap PEP517 with
built-in pip instead
- python3XX-pip-wheel can now be a regular subpackage
- Drop obsolete python2 directives in specfile
-------------------------------------------------------------------
Mon Dec 18 14:18:45 UTC 2023 - Dirk Müller <dmueller@suse.com>