17
0

- Switch to autosetup and pyproject macros.

- Add patch remove-imp-module.patch:
  * Use importlib, not imp.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=36
This commit is contained in:
2024-01-11 03:17:22 +00:00
committed by Git OBS Bridge
parent 1f280e5672
commit f6bb93bd2a
3 changed files with 52 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
-------------------------------------------------------------------
Thu Jan 11 02:06:44 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
Thu Jan 11 03:17:05 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macro.
- Switch to autosetup and pyproject macros.
- Stop using greedy globs in %files.
- Actually run fdupes.
- Add patch remove-imp-module.patch:
* Use importlib, not imp.
-------------------------------------------------------------------
Wed Jun 17 04:47:07 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>