Name: | platform-python-coverage |
---|---|
Version: | 4.5.1 |
Release: | 7.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 965136 |
License: | ASL 2.0 and MIT and (MIT or GPL) |
RPM: | platform-python-coverage-4.5.1-7.el8.x86_64.rpm |
Source RPM: | python-coverage-4.5.1-7.el8.src.rpm |
Build Date: | Sat May 11 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://nedbatchelder.com/code/modules/coverage.html |
Summary: | Code coverage testing module for Python 3 |
Description: | Coverage.py is a Python 3 module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. |
- New subpackage platform-python-coverage without files from /usr/bin/* - python3-coverage contains only files from /usr/bin/* and depends on platform-python-coverage - Resolves: rhbz#1658674
- Require platform-python-setuptools instead of python3-setuptools - Resolves: rhbz#1650532
- Add alternatives for coverage-3 -> coverage-3.6 - Resolves: rhbz#1633547
- Remove unversioned executables (only *-3.6 should be provided)
- Remove the python2 subpackage https://bugzilla.redhat.com/show_bug.cgi?id=1595193
- Allow Python 2 for build see https://hurl.corp.redhat.com/rhel8-py2
- update to 4.5.1
- update to 4.5
- update to 4.4.2
- Use better Obsoletes for platform-python