Accepting request 799995 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/799995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-05-04 16:41:24 +00:00 committed by Git OBS Bridge
commit 7e92aca2fd
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:408038ab5fdeca67554e8f6742d1521cd3cd0ee0ff9d47f29318a4f4da31c308
size 5046835

3
Deprecated-1.2.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cf37d293a96805c6afd8b5fc525cb40f23a2cac9b2d066ac3bd4b04e72ceccc
size 5337109

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 4 08:17:33 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>
- update to 1.2.9
* Fix #20: Set the :func:warnings.warn stacklevel to 2 if
the Python implementation is PyPy
* Fix packit configuration: use dist-git-branch: fedora-all
* Change the Tox configuration to run tests on PyPy v2.7 and 3.6.
* Fix #15: The @deprecated decorator doesn't set a warning
filter if the action keyword argument is not provided or None.
* Fix #13: Warning displays the correct filename and line
number when decorating a class if wrapt does not have the compiled c
extension.
-------------------------------------------------------------------
Mon Jan 13 15:06:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Deprecated
Version: 1.2.7
Version: 1.2.9
Release: 0
Summary: Python @deprecated decorator
License: MIT