From 3fbf6f542aa74f52c351b9657486ba19c866de181ce042f6f8c4be1abaf1e466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 19 Apr 2021 08:20:05 +0000 Subject: [PATCH] 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 --- Deprecated-1.2.10.tar.gz | 3 --- Deprecated-1.2.12.tar.gz | 3 +++ python-Deprecated.changes | 18 ++++++++++++++++++ python-Deprecated.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 Deprecated-1.2.10.tar.gz create mode 100644 Deprecated-1.2.12.tar.gz diff --git a/Deprecated-1.2.10.tar.gz b/Deprecated-1.2.10.tar.gz deleted file mode 100644 index e5ef252..0000000 --- a/Deprecated-1.2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:525ba66fb5f90b07169fdd48b6373c18f1ee12728ca277ca44567a367d9d7f74 -size 2969723 diff --git a/Deprecated-1.2.12.tar.gz b/Deprecated-1.2.12.tar.gz new file mode 100644 index 0000000..2d92975 --- /dev/null +++ b/Deprecated-1.2.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2de2de7931a968874481ef30208fd4e08da39177d61d3d4ebdf4366e7dbca1 +size 2972904 diff --git a/python-Deprecated.changes b/python-Deprecated.changes index 5238c55..de22618 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Apr 18 13:29:45 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-Deprecated.spec b/python-Deprecated.spec index 4a2894f..f78df4b 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -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