15
0

Accepting request 886455 from home:bnavigator:branches:devel:languages:python

- 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
This commit is contained in:
2021-04-19 08:20:05 +00:00
committed by Git OBS Bridge
parent e175892e64
commit 3fbf6f542a
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Apr 18 13:29:45 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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.
-------------------------------------------------------------------
Wed Jul 8 21:53:35 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>