2020-05-04 08:31:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2020-01-13 15:31:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 13 15:06:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2019-07-22 09:13:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 22 09:11:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.2.6:
|
|
|
|
* Fix #9: Change the project's configuration: reinforce the constraint to the Wrapt requirement.
|
|
|
|
|
2019-03-06 09:03:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 6 09:00:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Initial commit, needed by PyGithub
|