- Update to 1.2.12
* Avoid "Explicit markup ends without a blank line" when the
decorated function has no docstring.
* Fix#40: 'version' argument is required in Sphinx directives.
* Fix#41: deprecated.sphinx: strip Sphinx cross-referencing
syntax from warning message.
- Release 1.2.11
* Fix packit configuration: use upstream_tag_template: v{version}.
* Fix#33: Change the class ~deprecated.sphinx.SphinxAdapter: add
the line_length keyword argument to the constructor to specify
the max line length of the directive text. Sphinx decorators
also accept the line_length argument.
* Fix#34: versionadded and versionchanged decorators don't emit
DeprecationWarning anymore on decorated classes.
OBS-URL: https://build.opensuse.org/request/show/886455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=11
- 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.
OBS-URL: https://build.opensuse.org/request/show/799993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=7