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-13 19:17:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-coverage (Old) and /work/SRC/openSUSE:Factory/.python-coverage.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coverage" Sun Aug 13 19:17:41 2023 rev:57 rq:1103606 version:7.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes 2023-05-11 12:31:55.546242930 +0200 +++ /work/SRC/openSUSE:Factory/.python-coverage.new.11712/python-coverage.changes 2023-08-13 19:17:46.896039002 +0200 @@ -1,0 +2,28 @@ +Thu Aug 10 22:00:16 UTC 2023 - Arun Persaud <a...@gmx.de> + +- specfile: + * removed fix-tests.patch, included upstream + +- update to version 7.2.7: + * Fix: reverted a change from 6.4.3 that helped Cython, but also + increased the size of data files when using dynamic contexts, as + described in the now-fixed issue 1586. The problem is now avoided + due to a recent change (issue 1538). Thanks to Anders Kaseorg and + David Szotten for persisting with problem reports and detailed + diagnoses. + * Wheels are now provided for CPython 3.12. + +- changes from version 7.2.6: + * Fix: the lcov command could raise an IndexError exception if a + file is translated to Python but then executed under its own + name. Jinja2 does this when rendering templates. Fixes issue 1553. + * Python 3.12 beta 1 now inlines comprehensions. Previously they + were compiled as invisible functions and coverage.py would warn + you if they werenât completely executed. This no longer happens + under Python 3.12. + * Fix: the coverage debug sys command includes some environment + variables in its output. This could have included sensitive + data. Those values are now hidden with asterisks, closing issue + 1628. + +------------------------------------------------------------------- Old: ---- coverage-7.2.5.tar.gz fix-tests.patch New: ---- coverage-7.2.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-coverage.spec ++++++ --- /var/tmp/diff_new_pack.IQWSgw/_old 2023-08-13 19:17:47.644043787 +0200 +++ /var/tmp/diff_new_pack.IQWSgw/_new 2023-08-13 19:17:47.648043813 +0200 @@ -16,16 +16,13 @@ # -%{?sle15_python_module_pythons} Name: python-coverage -Version: 7.2.5 +Version: 7.2.7 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 -# PATCH-FIX-UPSTREAM fix-tests.patch -- gh#nedbat/coveragepy@3fdda7d017ff -Patch0: fix-tests.patch BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -37,6 +34,7 @@ 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.5.tar.gz -> coverage-7.2.7.tar.gz ++++++ ++++ 5758 lines of diff (skipped)