forked from pool/python-coverage
Accepting request 1256425 from home:mcalabkova:branches:devel:languages:python
- update to 7.7.1 * The Coverage object has a new method, .Coverage.branch_stats for getting simple branch information for a module. * The Coverage constructor<.Coverage> now has a plugins parameter for passing in plugin objects directly. * Many constant tests in if statements are now recognized as being optimized away. * The experimental sys.monitoring support now works for branch coverage if you are using Python 3.14.0 alpha 6 or newer. * A few small tweaks to the sys.monitoring support for Python 3.14. Please test! - Add setuptools77.patch to fix tests with setuptools 77 OBS-URL: https://build.opensuse.org/request/show/1256425 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=139
This commit is contained in:
@@ -18,12 +18,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-coverage
|
||||
Version: 7.6.10
|
||||
Version: 7.7.1
|
||||
Release: 0
|
||||
Summary: Code coverage measurement for Python
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/nedbat/coveragepy
|
||||
Source: https://files.pythonhosted.org/packages/source/c/coverage/coverage-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM https://github.com/nedbat/coveragepy/commit/ba685fb8d06a2052c4916749539ef501b8080804 build: setuptools 77 doesn't like license classifiers.
|
||||
Patch: setuptools77.patch
|
||||
BuildRequires: %{python_module devel >= 3.9}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
Reference in New Issue
Block a user