From 497f08597a292541cf1e24b85524bbdac2060f436f1c4a11a1c2c6f3dc220f50 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 6 Dec 2021 20:07:03 +0000 Subject: [PATCH] - update to 1.2.13: * Change the signature of the :func:`~deprecated.sphinx.deprecated` decorator to reflect the valid use cases. * Fix ``versionadded`` and ``versionchanged`` decorators: do not return a decorator factory, but a Wrapt adapter. * change the requirements for ``pip`` to "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5). * install ``typing`` when building on Python 3.4 (required by Pytest->Attrs). * run unit tests on Wrapt 1.13 (release candidate). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=13 --- Deprecated-1.2.12.tar.gz | 3 --- Deprecated-1.2.13.tar.gz | 3 +++ python-Deprecated.changes | 12 ++++++++++++ python-Deprecated.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 Deprecated-1.2.12.tar.gz create mode 100644 Deprecated-1.2.13.tar.gz diff --git a/Deprecated-1.2.12.tar.gz b/Deprecated-1.2.12.tar.gz deleted file mode 100644 index 2d92975..0000000 --- a/Deprecated-1.2.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d2de2de7931a968874481ef30208fd4e08da39177d61d3d4ebdf4366e7dbca1 -size 2972904 diff --git a/Deprecated-1.2.13.tar.gz b/Deprecated-1.2.13.tar.gz new file mode 100644 index 0000000..695b56d --- /dev/null +++ b/Deprecated-1.2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d +size 2974598 diff --git a/python-Deprecated.changes b/python-Deprecated.changes index de22618..4fb0d44 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Dec 6 20:04:59 UTC 2021 - Dirk Müller + +- update to 1.2.13: + * Change the signature of the :func:`~deprecated.sphinx.deprecated` decorator to reflect + the valid use cases. + * Fix ``versionadded`` and ``versionchanged`` decorators: do not return a decorator factory, + but a Wrapt adapter. + * change the requirements for ``pip`` to "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5). + * install ``typing`` when building on Python 3.4 (required by Pytest->Attrs). + * run unit tests on Wrapt 1.13 (release candidate). + ------------------------------------------------------------------- Sun Apr 18 13:29:45 UTC 2021 - Ben Greiner diff --git a/python-Deprecated.spec b/python-Deprecated.spec index f78df4b..f95c7c0 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Deprecated -Version: 1.2.12 +Version: 1.2.13 Release: 0 Summary: Python @deprecated decorator License: MIT