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:
commit
558a3c49af
@ -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
3
Deprecated-1.2.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d
|
||||
size 2974598
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user