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-08-15 16:39:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coverage (Old)
and /work/SRC/openSUSE:Factory/.python-coverage.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coverage"
Tue Aug 15 16:39:50 2023 rev:58 rq:1103928 version:7.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes
2023-08-13 19:17:46.896039002 +0200
+++
/work/SRC/openSUSE:Factory/.python-coverage.new.11712/python-coverage.changes
2023-08-15 16:39:55.554954183 +0200
@@ -1,0 +2,30 @@
+Mon Aug 14 16:00:52 UTC 2023 - Matthias Fehring <[email protected]>
+
+- specfile
+ * fix build on Leap 15 by moving sle15_python_module_pythons macro
+ to the top
+
+-------------------------------------------------------------------
+Mon Aug 14 06:05:34 UTC 2023 - Arun Persaud <[email protected]>
+
+- specfile:
+ * require python 3.8
+
+- update to version 7.3.0:
+ * Added a Coverage.collect() context manager to start and stop
+ coverage data collection.
+ * Dropped support for Python 3.7.
+ * Fix: in unusual circumstances, SQLite cannot be set to
+ asynchronous mode. Coverage.py would fail with the error Safety
+ level may not be changed inside a transaction. This is now
+ avoided, closing issue 1646. Thanks to Michael Bell for the
+ detailed bug report.
+ * Docs: examples of configuration files now include separate
+ examples for the different syntaxes: .coveragerc, pyproject.toml,
+ setup.cfg, and tox.ini.
+ * Fix: added nosemgrep comments to our JavaScript code so that
+ semgrep-based SAST security checks wonât raise false alarms about
+ security problems that arenât problems.
+ * Added a CITATION.cff file, thanks to Ken Schackart.
+
+-------------------------------------------------------------------
Old:
----
coverage-7.2.7.tar.gz
New:
----
coverage-7.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-coverage.spec ++++++
--- /var/tmp/diff_new_pack.Xq4Ckt/_old 2023-08-15 16:39:56.194958548 +0200
+++ /var/tmp/diff_new_pack.Xq4Ckt/_new 2023-08-15 16:39:56.198958575 +0200
@@ -16,14 +16,15 @@
#
+%{?sle15_python_module_pythons}
Name: python-coverage
-Version: 7.2.7
+Version: 7.3.0
Release: 0
Summary: Code coverage measurement for Python
License: Apache-2.0
URL: https://github.com/nedbat/coveragepy
Source:
https://files.pythonhosted.org/packages/source/c/coverage/coverage-%{version}.tar.gz
-BuildRequires: %{python_module devel >= 3.7}
+BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -34,7 +35,6 @@
Requires(postun):update-alternatives
# coverage[toml]
Recommends: python-tomli
-%{?sle15_python_module_pythons}
# SECTION test requirements
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module hypothesis >= 6}
++++++ coverage-7.2.7.tar.gz -> coverage-7.3.0.tar.gz ++++++
++++ 6382 lines of diff (skipped)