Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-coverage for openSUSE:Factory
checked in at 2023-03-17 17:02:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coverage (Old)
and /work/SRC/openSUSE:Factory/.python-coverage.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coverage"
Fri Mar 17 17:02:08 2023 rev:53 rq:1071881 version:7.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes
2023-02-05 19:20:07.947532573 +0100
+++
/work/SRC/openSUSE:Factory/.python-coverage.new.31432/python-coverage.changes
2023-03-17 17:02:29.561124058 +0100
@@ -1,0 +2,26 @@
+Tue Mar 14 22:26:17 UTC 2023 - Dirk Müller <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
coverage-7.1.0.tar.gz
New:
----
coverage-7.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-coverage.spec ++++++
--- /var/tmp/diff_new_pack.q91rIi/_old 2023-03-17 17:02:30.153127160 +0100
+++ /var/tmp/diff_new_pack.q91rIi/_new 2023-03-17 17:02:30.157127181 +0100
@@ -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
++++++ coverage-7.1.0.tar.gz -> coverage-7.2.1.tar.gz ++++++
++++ 3550 lines of diff (skipped)