From 3b8888cf2015e617eb31c28ec2fb557dd1efcd812b7eeeb182af83457e8c4218 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 4 Jul 2025 02:36:35 +0000 Subject: [PATCH] - 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 --- python-hunter.changes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-hunter.changes b/python-hunter.changes index baa5f09..e43e9b2 100644 --- a/python-hunter.changes +++ b/python-hunter.changes @@ -1,9 +1,12 @@ ------------------------------------------------------------------- -Fri Jul 4 01:51:20 UTC 2025 - Steve Kowalik +Fri Jul 4 02:35:43 UTC 2025 - Steve Kowalik - 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