From aac4c7aa79012470f14fa99e3084ff15578e74bc6a0f89de29fa767f3c3895f7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Jan 2023 13:39:30 +0000 Subject: [PATCH] - update to 7.1.0: * Added: the debug output file can now be specified with ``[run] debug_file`` in the configuration file. Closes `issue 1319`_. * Performance: fixed a slowdown with dynamic contexts that's been around since 6.4.3. * Typing: all product and test code has type annotations. * Fix: On Python 3.7, a file with type annotations but no ``from __future__ import annotations`` would be missing statements in the coverage report. This is now fixed, closing `issue 1524`_. * Performance: an internal cache of file names was accidentally disabled, resulting in sometimes drastic reductions in performance. This is now fixed, closing `issue 1527`_. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=108 --- coverage-7.0.3.tar.gz | 3 --- coverage-7.1.0.tar.gz | 3 +++ python-coverage.changes | 16 ++++++++++++++++ python-coverage.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 coverage-7.0.3.tar.gz create mode 100644 coverage-7.1.0.tar.gz diff --git a/coverage-7.0.3.tar.gz b/coverage-7.0.3.tar.gz deleted file mode 100644 index 74735ac..0000000 --- a/coverage-7.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5be4e93acce64f516bf4fd239c0e6118fc913c93fa1a3f52d15bdcc60d97b2d -size 790351 diff --git a/coverage-7.1.0.tar.gz b/coverage-7.1.0.tar.gz new file mode 100644 index 0000000..d9f222b --- /dev/null +++ b/coverage-7.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10188fe543560ec4874f974b5305cd1a8bdcfa885ee00ea3a03733464c4ca265 +size 809785 diff --git a/python-coverage.changes b/python-coverage.changes index 06055ff..da19e3f 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Jan 28 13:38:32 UTC 2023 - Dirk Müller + +- update to 7.1.0: + * Added: the debug output file can now be specified with ``[run] + debug_file`` in the configuration file. Closes `issue 1319`_. + * Performance: fixed a slowdown with dynamic contexts that's been around + since 6.4.3. + * Typing: all product and test code has type annotations. + * Fix: On Python 3.7, a file with type annotations but no ``from + __future__ import annotations`` would be missing statements in + the coverage report. This is now fixed, closing `issue 1524`_. + * Performance: an internal cache of file names was accidentally disabled, + resulting in sometimes drastic reductions in performance. This is now fixed, + closing `issue 1527`_. + ------------------------------------------------------------------- Wed Jan 4 16:20:35 UTC 2023 - Dirk Müller diff --git a/python-coverage.spec b/python-coverage.spec index e59dac6..f81c0c1 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -17,7 +17,7 @@ Name: python-coverage -Version: 7.0.3 +Version: 7.1.0 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0