From 8ccfe1623760bf12e2e29bca131253eaafbeb330b6816b69db1e48fe9aa07a66 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Mar 2023 22:28:43 +0000 Subject: [PATCH] - update to 7.2.1: * Fix: the PyPI page had broken links to documentation pages, but no longer does * Fix: public members of the coverage module are now properly indicated so that mypy will find them * Added a new setting ``[report] exclude_also`` to let you add more exclusions without overwriting the defaults. * Added a :meth:`.CoverageData.purge_files` method to remove recorded data for a particular file. * Fix: when reporting commands fail, they will no longer congratulate themselves with messages like "Wrote XML report to file.xml" before spewing a traceback about their failure. * Fix: arguments in the public API that name file paths now accept pathlib.Path objects. This includes the ``data_file`` and ``config_file`` arguments to the Coverage constructor and the ``basename`` argument to CoverageData. * Fix: In some embedded environments, an IndexError could occur on stop() when the originating thread exits before completion. This is now fixed, thanks to * Added a ``py.typed`` file to announce our type-hintedness. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=110 --- coverage-7.1.0.tar.gz | 3 --- coverage-7.2.1.tar.gz | 3 +++ python-coverage.changes | 26 ++++++++++++++++++++++++++ python-coverage.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 coverage-7.1.0.tar.gz create mode 100644 coverage-7.2.1.tar.gz diff --git a/coverage-7.1.0.tar.gz b/coverage-7.1.0.tar.gz deleted file mode 100644 index d9f222b..0000000 --- a/coverage-7.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10188fe543560ec4874f974b5305cd1a8bdcfa885ee00ea3a03733464c4ca265 -size 809785 diff --git a/coverage-7.2.1.tar.gz b/coverage-7.2.1.tar.gz new file mode 100644 index 0000000..5c5c383 --- /dev/null +++ b/coverage-7.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77f2a9093ccf329dd523a9b2b3c854c20d2a3d968b6def3b820272ca6732242 +size 812219 diff --git a/python-coverage.changes b/python-coverage.changes index da19e3f..7c11405 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Mar 14 22:26:17 UTC 2023 - Dirk Müller + +- update to 7.2.1: + * Fix: the PyPI page had broken links to documentation pages, + but no longer does + * Fix: public members of the coverage module are now properly + indicated so that mypy will find them + * Added a new setting ``[report] exclude_also`` to let you add + more exclusions without overwriting the defaults. + * Added a :meth:`.CoverageData.purge_files` method to remove + recorded data for a particular file. + * Fix: when reporting commands fail, they will no longer + congratulate themselves with messages like "Wrote XML + report to file.xml" before spewing a traceback about + their failure. + * Fix: arguments in the public API that name file paths now + accept pathlib.Path objects. This includes the + ``data_file`` and ``config_file`` arguments to + the Coverage constructor and the ``basename`` argument to + CoverageData. + * Fix: In some embedded environments, an IndexError could occur + on stop() when the originating thread exits before completion. + This is now fixed, thanks to + * Added a ``py.typed`` file to announce our type-hintedness. + ------------------------------------------------------------------- Sat Jan 28 13:38:32 UTC 2023 - Dirk Müller diff --git a/python-coverage.spec b/python-coverage.spec index f81c0c1..3719ed7 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -17,7 +17,7 @@ Name: python-coverage -Version: 7.1.0 +Version: 7.2.1 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0