From 24cf41ada9f62247d320225769b8e79f3a72e528435e962d494fb3a4d19ecde5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 16:20:53 +0000 Subject: [PATCH] - update to 7.0.3: * Fix: when using pytest-cov or pytest-xdist, or perhaps both, the combining step could fail with ``assert row is not None`` using 7.0.2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=106 --- coverage-7.0.1.tar.gz | 3 --- coverage-7.0.3.tar.gz | 3 +++ python-coverage.changes | 7 +++++++ python-coverage.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 coverage-7.0.1.tar.gz create mode 100644 coverage-7.0.3.tar.gz diff --git a/coverage-7.0.1.tar.gz b/coverage-7.0.1.tar.gz deleted file mode 100644 index 25e09fd..0000000 --- a/coverage-7.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a574a19eeb67575a5328a5760bbbb737faa685616586a9f9da4281f940109c -size 781226 diff --git a/coverage-7.0.3.tar.gz b/coverage-7.0.3.tar.gz new file mode 100644 index 0000000..74735ac --- /dev/null +++ b/coverage-7.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5be4e93acce64f516bf4fd239c0e6118fc913c93fa1a3f52d15bdcc60d97b2d +size 790351 diff --git a/python-coverage.changes b/python-coverage.changes index a2396bf..06055ff 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 4 16:20:35 UTC 2023 - Dirk Müller + +- update to 7.0.3: + * Fix: when using pytest-cov or pytest-xdist, or perhaps both, the + combining step could fail with ``assert row is not None`` using 7.0.2. + ------------------------------------------------------------------- Mon Dec 26 12:21:27 UTC 2022 - Ben Greiner diff --git a/python-coverage.spec b/python-coverage.spec index a4214b2..e59dac6 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -1,7 +1,7 @@ # # spec file for package python-coverage # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-coverage -Version: 7.0.1 +Version: 7.0.3 Release: 0 Summary: Code coverage measurement for Python License: Apache-2.0