Accepting request 936117 from devel:languages:python

- 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/request/show/936117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-12-09 18:45:17 +00:00 committed by Git OBS Bridge
commit 558a3c49af
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d2de2de7931a968874481ef30208fd4e08da39177d61d3d4ebdf4366e7dbca1
size 2972904

3
Deprecated-1.2.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d
size 2974598

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Dec 6 20:04:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>

View File

@ -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