From e175892e64bfe4927dd6c592ef450a200b8a7e8bcbbd47d1382904a2661a0228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 8 Jul 2020 21:55:16 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=201.2.10=20=20*=20Fix=20#25:=20?= =?UTF-8?q?@deprecated=20respects=20global=20warning=20filters=20with=20ac?= =?UTF-8?q?tions=20other=20=20=20=20=20than=20=E2=80=9Cignore=E2=80=9D=20a?= =?UTF-8?q?nd=20=E2=80=9Calways=E2=80=9D=20on=20Python=203.?= 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-Deprecated?expand=0&rev=9 --- Deprecated-1.2.10.tar.gz | 3 +++ Deprecated-1.2.9.tar.gz | 3 --- python-Deprecated.changes | 7 +++++++ python-Deprecated.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 Deprecated-1.2.10.tar.gz delete mode 100644 Deprecated-1.2.9.tar.gz diff --git a/Deprecated-1.2.10.tar.gz b/Deprecated-1.2.10.tar.gz new file mode 100644 index 0000000..e5ef252 --- /dev/null +++ b/Deprecated-1.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525ba66fb5f90b07169fdd48b6373c18f1ee12728ca277ca44567a367d9d7f74 +size 2969723 diff --git a/Deprecated-1.2.9.tar.gz b/Deprecated-1.2.9.tar.gz deleted file mode 100644 index 3e197e7..0000000 --- a/Deprecated-1.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cf37d293a96805c6afd8b5fc525cb40f23a2cac9b2d066ac3bd4b04e72ceccc -size 5337109 diff --git a/python-Deprecated.changes b/python-Deprecated.changes index 8e99510..5238c55 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 8 21:53:35 UTC 2020 - Ondřej Súkup + +- Update to 1.2.10 + * Fix #25: @deprecated respects global warning filters with actions other + than “ignore” and “always” on Python 3. + ------------------------------------------------------------------- Mon May 4 08:17:33 UTC 2020 - Johannes Grassler diff --git a/python-Deprecated.spec b/python-Deprecated.spec index 4e638b7..4a2894f 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Deprecated -Version: 1.2.9 +Version: 1.2.10 Release: 0 Summary: Python @deprecated decorator License: MIT