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:
@@ -17,16 +17,12 @@
|
||||
|
||||
|
||||
Name: python-hunter
|
||||
Version: 3.7.0
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
Summary: Pytest plugin for coverage reporting
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/ionelmc/python-hunter
|
||||
Source: https://files.pythonhosted.org/packages/source/h/hunter/hunter-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE Fix the testsuite to build with Python 3.13
|
||||
Patch0: support-python-313.patch
|
||||
# PATCH-FIX-UPSTREAM gh#ionelmc/python-hunter#126
|
||||
Patch1: use-sys.executable.patch
|
||||
BuildRequires: %pythons
|
||||
BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module aspectlib}
|
||||
|
||||
Reference in New Issue
Block a user