- Update to 7.0.0:

* Dropped support for subprocesses measurement.
  * Switched packaging to have metadata completely in pyproject.toml and use
    hatchling for building.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=51
This commit is contained in:
2025-09-16 02:44:53 +00:00
committed by Git OBS Bridge
parent fd43bdfeef
commit e6c58a08e6
4 changed files with 24 additions and 16 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 16 02:43:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 7.0.0:
* Dropped support for subprocesses measurement.
* Switched packaging to have metadata completely in pyproject.toml and use
hatchling for building.
-------------------------------------------------------------------
Wed Jul 2 02:18:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>