- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user