forked from pool/python-Deprecated
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:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Deprecated
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Deprecated
|
||||
Version: 1.2.10
|
||||
Version: 1.2.12
|
||||
Release: 0
|
||||
Summary: Python @deprecated decorator
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user