diff --git a/Deprecated-1.2.7.tar.gz b/Deprecated-1.2.7.tar.gz deleted file mode 100644 index 6b42613..0000000 --- a/Deprecated-1.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:408038ab5fdeca67554e8f6742d1521cd3cd0ee0ff9d47f29318a4f4da31c308 -size 5046835 diff --git a/Deprecated-1.2.9.tar.gz b/Deprecated-1.2.9.tar.gz new file mode 100644 index 0000000..3e197e7 --- /dev/null +++ b/Deprecated-1.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf37d293a96805c6afd8b5fc525cb40f23a2cac9b2d066ac3bd4b04e72ceccc +size 5337109 diff --git a/python-Deprecated.changes b/python-Deprecated.changes index 7e2d521..8e99510 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon May 4 08:17:33 UTC 2020 - Johannes Grassler + +- 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 diff --git a/python-Deprecated.spec b/python-Deprecated.spec index be6910f..4e638b7 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.7 +Version: 1.2.9 Release: 0 Summary: Python @deprecated decorator License: MIT