20 Commits

Author SHA256 Message Date
Dominique Leuenberger
e41a6eb2b5 Accepting request 1089606 from devel:languages:python
- update to 1.2.14:
  * Bug fix release
  * Fix return a correctly dedented docstring when long
    docstring are using the D212 or D213 format.
  * Add support for Python 3.11.
  * Drop support for Python older than 3.7 in build systems like
    pytest and tox, while ensuring the library remains
    production-compatible.

OBS-URL: https://build.opensuse.org/request/show/1089606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=10
2023-05-30 20:01:38 +00:00
499f7b022f - update to 1.2.14:
* Bug fix release
  * Fix return a correctly dedented docstring when long
    docstring are using the D212 or D213 format.
  * Add support for Python 3.11.
  * Drop support for Python older than 3.7 in build systems like
    pytest and tox, while ensuring the library remains
    production-compatible.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=18
2023-05-29 16:02:05 +00:00
Dominique Leuenberger
e7a432b325 Accepting request 1082044 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=9
2023-04-22 20:02:49 +00:00
6d2cb56107 Accepting request 1081294 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=16
2023-04-21 15:07:27 +00:00
Dominique Leuenberger
921bf2f891 Accepting request 1032520 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=8
2022-11-01 12:41:14 +00:00
3e1202f44a Accepting request 1032492 from home:bnavigator:branches:devel:languages:python
- Provid canonicalized lowercase name
- Don't catchall files section

OBS-URL: https://build.opensuse.org/request/show/1032492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=14
2022-10-31 13:46:29 +00:00
Dominique Leuenberger
558a3c49af 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
2021-12-09 18:45:17 +00:00
497f08597a - 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
2021-12-06 20:07:03 +00:00
Dominique Leuenberger
ef3969a17f Accepting request 886600 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/886600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=6
2021-04-19 19:06:14 +00:00
3fbf6f542a 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
2021-04-19 08:20:05 +00:00
Dominique Leuenberger
49bdab2c9f Accepting request 819615 from devel:languages:python
- Update to 1.2.10
 * Fix #25: @deprecated respects global warning filters with actions other
    than “ignore” and “always” on Python 3.

OBS-URL: https://build.opensuse.org/request/show/819615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=5
2020-07-09 11:20:14 +00:00
e175892e64 - Update to 1.2.10
* Fix #25: @deprecated respects global warning filters with actions other
    than “ignore” and “always” on Python 3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=9
2020-07-08 21:55:16 +00:00
Dominique Leuenberger
7e92aca2fd Accepting request 799995 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/799995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=4
2020-05-04 16:41:24 +00:00
Tomáš Chvátal
b825a6cb37 Accepting request 799993 from home:jgrassler:branches:devel:languages:python
- update to 1.2.9
  * Fix #20: Set the :func:warnings.warn stacklevel to 2 if
    the Python implementation is PyPy
  * Fix packit configuration: use dist-git-branch: fedora-all
  * Change the Tox configuration to run tests on PyPy v2.7 and 3.6.
  * Fix #15: The @deprecated decorator doesn't set a warning
    filter if the action keyword argument is not provided or None.
  * Fix #13: Warning displays the correct filename and line
    number when decorating a class if wrapt does not have the compiled c
    extension.

OBS-URL: https://build.opensuse.org/request/show/799993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=7
2020-05-04 08:31:10 +00:00
Dominique Leuenberger
9dd229ffbe Accepting request 764062 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/764062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=3
2020-01-13 21:22:42 +00:00
Tomáš Chvátal
0f2174552b Accepting request 764040 from home:mcalabkova:branches:devel:languages:python
- update to 1.2.7
  * Fix: Warning displays the correct filename and line number when 
    decorating a function if wrapt does not have the compiled c extension.
  * Add Black configuration file.

OBS-URL: https://build.opensuse.org/request/show/764040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=5
2020-01-13 15:31:29 +00:00
Dominique Leuenberger
5b6dce9322 Accepting request 717495 from devel:languages:python
- Update to 1.2.6:
  * Fix #9: Change the project's configuration: reinforce the constraint to the Wrapt requirement.

OBS-URL: https://build.opensuse.org/request/show/717495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=2
2019-07-22 15:18:28 +00:00
Tomáš Chvátal
37a34078a7 Update to 1.2.6:
* Fix #9: Change the project's configuration: reinforce the constraint to the Wrapt requirement.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=3
2019-07-22 09:13:15 +00:00
Dominique Leuenberger
30fca70476 Accepting request 682052 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/682052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=1
2019-03-12 08:53:00 +00:00
Tomáš Chvátal
5a67d8ef86 - Initial commit, needed by PyGithub
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=1
2019-03-06 09:03:52 +00:00