15
0

- 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
This commit is contained in:
2023-05-29 16:02:05 +00:00
committed by Git OBS Bridge
parent 6d2cb56107
commit 499f7b022f
4 changed files with 16 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-Deprecated
Version: 1.2.13
Version: 1.2.14
Release: 0
Summary: Python @deprecated decorator
License: MIT