15
0

- Drop patch skip-pip-install.patch:

* Create a pip links directory with a wheel of setuptools, since that
    is the only requirement for pip install with the current version of
    setuptools.
- Remove unneeded Requires, limit them appropiately.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argparse-manpage?expand=0&rev=34
This commit is contained in:
2025-01-08 03:49:37 +00:00
committed by Git OBS Bridge
parent 574582d944
commit 614ff56dae
3 changed files with 22 additions and 21 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 03:47:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Drop patch skip-pip-install.patch:
* Create a pip links directory with a wheel of setuptools, since that
is the only requirement for pip install with the current version of
setuptools.
- Remove unneeded Requires, limit them appropiately.
- Switch to pyproject macros.
-------------------------------------------------------------------
Wed Jun 12 09:22:52 UTC 2024 - Dirk Müller <dmueller@suse.com>