From ec3f149b3a40deceaa53597f0f908bc57d844962a0f682e19e331a1b970d7401 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Mar 2023 22:34:02 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=202.6.0:=20=20=20*=20Drop=20sup?= =?UTF-8?q?port=20of=20Python=203.5=20and=203.6,=20add=20support=20of=20Py?= =?UTF-8?q?thon=203.9,=20=20=20=20=203.10=20and=203.11=20=20=20*=20Support?= =?UTF-8?q?=20crispEdges=20value=20for=20text=20antialiasing=20=20=20*=20D?= =?UTF-8?q?on=E2=80=99t=20crash=20when=20including=20CMYK=20images=20=20?= =?UTF-8?q?=20*=20Only=20update=20docstrings=20when=20not=20optimized=20?= =?UTF-8?q?=20=20*=20Don=E2=80=99t=20restore=20current=20point=20after=20e?= =?UTF-8?q?mpty=20paths=20=20=20*=20Assume=20that=201ch=20equals=200.5em?= =?UTF-8?q?=20=20=20*=20Fix=20various=20deprecation=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-covdefaults?expand=0&rev=7 --- covdefaults-2.2.2.tar.gz | 3 --- covdefaults-2.3.0.tar.gz | 3 +++ python-covdefaults.changes | 6 ++++++ python-covdefaults.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 covdefaults-2.2.2.tar.gz create mode 100644 covdefaults-2.3.0.tar.gz diff --git a/covdefaults-2.2.2.tar.gz b/covdefaults-2.2.2.tar.gz deleted file mode 100644 index 9a4f9af..0000000 --- a/covdefaults-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f352547567fa5313dfb1401bebe8fb90725878481013a43de8c254cfb8302234 -size 6472 diff --git a/covdefaults-2.3.0.tar.gz b/covdefaults-2.3.0.tar.gz new file mode 100644 index 0000000..d26eac5 --- /dev/null +++ b/covdefaults-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc3b7da4fb7ed00ba1daeb8de1a20580e4875983311079ee57b7544f462bae5 +size 6361 diff --git a/python-covdefaults.changes b/python-covdefaults.changes index 9ab6128..e8c5f28 100644 --- a/python-covdefaults.changes +++ b/python-covdefaults.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 14 22:32:41 UTC 2023 - Dirk Müller + +- update to 2.3.0: + * Add assert_never to coverage ignore rules + ------------------------------------------------------------------- Wed Dec 7 15:57:27 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-covdefaults.spec b/python-covdefaults.spec index c788675..9dc42ab 100644 --- a/python-covdefaults.spec +++ b/python-covdefaults.spec @@ -1,7 +1,7 @@ # # spec file for package python-covdefaults # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-covdefaults -Version: 2.2.2 +Version: 2.3.0 Release: 0 Summary: Python coverage plugin to provide default settings License: MIT