15
0
forked from pool/python-hunter

- Add patches:

* support-python-313.patch, allow testsuite to build with Python 3.13.
  * use-sys.executable.patch, use sys.executable in the testsuite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=13
This commit is contained in:
2025-07-04 02:36:35 +00:00
committed by Git OBS Bridge
parent 8663ae2e6a
commit 3b8888cf20

View File

@@ -1,9 +1,12 @@
-------------------------------------------------------------------
Fri Jul 4 01:51:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
Fri Jul 4 02:35:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Actually run the testsuite.
- No more greedy globs in %files.
- Add patches:
* support-python-313.patch, allow testsuite to build with Python 3.13.
* use-sys.executable.patch, use sys.executable in the testsuite.
-------------------------------------------------------------------
Sun Jun 30 19:18:44 UTC 2024 - Dirk Müller <dmueller@suse.com>