14
0

- update to 7.3.1:

* The semantics of stars in file patterns has been clarified in
    the docs.  A leading or trailing star matches any number of path
    components, like a double star would.  This is different than
    the behavior of a star in the middle of a pattern.
    since 6.4.3.
- Handle cases where python2 is disabled
- add LICENSE.txt
- python3 package added
- minor spec improvement (files section)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=125
This commit is contained in:
2023-09-18 09:20:43 +00:00
committed by Git OBS Bridge
parent ffb63882f1
commit 7a4bcfb1ea
4 changed files with 20 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-coverage
Version: 7.3.0
Version: 7.3.1
Release: 0
Summary: Code coverage measurement for Python
License: Apache-2.0