From 71eb8a48cd3b7267f4f32f4d7577ccba502d6f339e0a03598df55e255744bf61 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Sep 2022 07:40:20 +0000 Subject: [PATCH] Accepting request 1002430 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/1002430 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=100 --- coverage-6.4.1.tar.gz | 3 --- coverage-6.4.4.tar.gz | 3 +++ python-coverage.changes | 31 +++++++++++++++++++++++++++++++ python-coverage.spec | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 coverage-6.4.1.tar.gz create mode 100644 coverage-6.4.4.tar.gz diff --git a/coverage-6.4.1.tar.gz b/coverage-6.4.1.tar.gz deleted file mode 100644 index 5f39faa..0000000 --- a/coverage-6.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4321f075095a096e70aff1d002030ee612b65a205a0a0f5b815280d5dc58100c -size 719971 diff --git a/coverage-6.4.4.tar.gz b/coverage-6.4.4.tar.gz new file mode 100644 index 0000000..428d390 --- /dev/null +++ b/coverage-6.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16c45b726acb780e1e6f88b286d3c10b3914ab03438f32117c4aa52d7f30d58 +size 772949 diff --git a/python-coverage.changes b/python-coverage.changes index 4f8fff3..fa2f37f 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Sep 10 15:31:21 UTC 2022 - Arun Persaud + +- update to version 6.4.4: + * Wheels are now provided for Python 3.11. + +- changes from version 6.4.3: + * Fix a failure when combining data files if the file names + contained glob-like patterns (pull 1405). Thanks, Michael Krebs + and Benjamin Schubert. + * Fix a messaging failure when combining Windows data files on a + different drive than the current directory. (pull 1430, fixing + issue 1428). Thanks, Lorenzo Micò. + * Fix path calculations when running in the root directory, as you + might do in a Docker container: pull 1403, thanks Arthur Rio. + * Filtering in the HTML report wouldn’t work when reloading the + index page. This is now fixed (pull 1413). Thanks, Marc Legendre. + * Fix a problem with Cython code measurement (pull 1347, fixing + issue 972). Thanks, Matus Valo. + +- changes from version 6.4.2: + * Updated for a small change in Python 3.11.0 beta 4: modules now + start with a line with line number 0, which is ignored. This line + cannnot be executed, so coverage totals were thrown off. This line + is now ignored by coverage.py, but this also means that truly + empty modules (like __init__.py) have no lines in them, rather + than one phantom line. Fixes issue 1419. + * Internal debugging data added to sys.modules is now an actual + module, to avoid confusing code that examines everything in + sys.modules. Thanks, Yilei Yang (pull 1399). + ------------------------------------------------------------------- Sat Jul 9 14:27:53 UTC 2022 - Arun Persaud diff --git a/python-coverage.spec b/python-coverage.spec index 0d09326..c063704 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-coverage -Version: 6.4.1 +Version: 6.4.4 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0