15
0
forked from pool/python-hunter

Accepting request 1295272 from home:glaubitz:branches:devel:languages:python

- Update to 3.8.0
  * Drop support for Python 3.8.
  * Added support for Python 3.13, including freethreading variant
    (but not really tested, as most of the test suite is singlethreaded).
  * Fixed issues with latest Cython release (3.1.2).
  * Simplified the `Event.__init__` so doesn't require or accept a Tracer
    instance anymore to fill in some options.
  * Fixed hardcoded python executable in tests.
    Contributed by Steve Kowalik in (#126)
- Drop support-python-313.patch, fixed upstream
- Drop use-sys.executable.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1295272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=15
This commit is contained in:
2025-07-23 10:53:38 +00:00
committed by Git OBS Bridge
parent 3b8888cf20
commit c9ac216106
6 changed files with 19 additions and 72 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jul 23 10:35:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.8.0
* Drop support for Python 3.8.
* Added support for Python 3.13, including freethreading variant
(but not really tested, as most of the test suite is singlethreaded).
* Fixed issues with latest Cython release (3.1.2).
* Simplified the `Event.__init__` so doesn't require or accept a Tracer
instance anymore to fill in some options.
* Fixed hardcoded python executable in tests.
Contributed by Steve Kowalik in (#126)
- Drop support-python-313.patch, fixed upstream
- Drop use-sys.executable.patch, merged upstream
-------------------------------------------------------------------
Fri Jul 4 02:35:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>