Name: | python3.11-coverage |
---|---|
Version: | 7.6.3 |
Release: | 2.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 1970158 |
License: | ASL 2.0 and MIT and (MIT or GPLv2) |
RPM: | python3.11-coverage-7.6.3-2.el9.x86_64.rpm |
Source RPM: | python-coverage-7.6.3-2.el9.src.rpm |
Build Date: | Fri Mar 07 2025 |
Build Host: | build-ol9-x86_64.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. |
- Update to 7.6.3 - Provide the extra toml package
- Fix the license identifier - Resolves: rhbz#2213306