Update to 6.4.2, fixes coverage reporting for Python 3.11.0b4+
This commit is contained in:
parent
fbd3d181d3
commit
4be73082f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@ coverage-3.4.tar.gz
|
||||
/coverage-6.2.tar.gz
|
||||
/coverage-6.3.tar.gz
|
||||
/coverage-6.3.3.tar.gz
|
||||
/coverage-6.4.2.tar.gz
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
Name: python-coverage
|
||||
Summary: Code coverage testing module for Python
|
||||
Version: 6.3.3
|
||||
Release: 2%{?dist}
|
||||
Version: 6.4.2
|
||||
Release: 1%{?dist}
|
||||
# jquery(MIT):
|
||||
# coverage/htmlfiles/jquery.min.js
|
||||
# MIT or GPL:
|
||||
@ -120,6 +120,11 @@ popd
|
||||
%{python3_sitearch}/coverage*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 15 2022 Miro Hrončok <mhroncok@redhat.com> - 6.4.2-1
|
||||
- Update to 6.4.2
|
||||
- Fix coverage reporting for Python 3.11.0b4+
|
||||
- Fixes: rhbz#2049354
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 6.3.3-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (coverage-6.3.3.tar.gz) = 4b3f42602c50bf00a627ff40f3a04b1e8e457ad57759fb93dddb55eedd5ffe775fa81983f5f53502576b89c793c69a52a269148e7b028d5c87f0d4bf3a4d11b1
|
||||
SHA512 (coverage-6.4.2.tar.gz) = 10254089ee51d09928831b01b5b6f30a9077ed0ee08594312dab5a3804be1539533d9cec7381dc2a4332471681d75a5b0cd6e3dec6d67e47906b7ae820b8aed3
|
||||
|
Loading…
Reference in New Issue
Block a user