From 0f2174552bcde5477fc769c3a562b8bb21b430551e53e20ff900fdee926c1c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 15:31:29 +0000 Subject: [PATCH] Accepting request 764040 from home:mcalabkova:branches:devel:languages:python - update to 1.2.7 * Fix: Warning displays the correct filename and line number when decorating a function if wrapt does not have the compiled c extension. * Add Black configuration file. OBS-URL: https://build.opensuse.org/request/show/764040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=5 --- Deprecated-1.2.6.tar.gz | 3 --- Deprecated-1.2.7.tar.gz | 3 +++ python-Deprecated.changes | 8 ++++++++ python-Deprecated.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 Deprecated-1.2.6.tar.gz create mode 100644 Deprecated-1.2.7.tar.gz diff --git a/Deprecated-1.2.6.tar.gz b/Deprecated-1.2.6.tar.gz deleted file mode 100644 index a54a988..0000000 --- a/Deprecated-1.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a515c4cf75061552e0284d123c3066fbbe398952c87333a92b8fc3dd8e4f9cc1 -size 5046841 diff --git a/Deprecated-1.2.7.tar.gz b/Deprecated-1.2.7.tar.gz new file mode 100644 index 0000000..6b42613 --- /dev/null +++ b/Deprecated-1.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408038ab5fdeca67554e8f6742d1521cd3cd0ee0ff9d47f29318a4f4da31c308 +size 5046835 diff --git a/python-Deprecated.changes b/python-Deprecated.changes index 8b2ff3f..7e2d521 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 13 15:06:49 UTC 2020 - Marketa Calabkova + +- update to 1.2.7 + * Fix: Warning displays the correct filename and line number when + decorating a function if wrapt does not have the compiled c extension. + * Add Black configuration file. + ------------------------------------------------------------------- Mon Jul 22 09:11:53 UTC 2019 - Tomáš Chvátal diff --git a/python-Deprecated.spec b/python-Deprecated.spec index d6c30a2..be6910f 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -1,7 +1,7 @@ # # spec file for package python-Deprecated # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Deprecated -Version: 1.2.6 +Version: 1.2.7 Release: 0 Summary: Python @deprecated decorator License: MIT