From 499f7b022f8ed8212697491fb183cc591cd11db97c930bb7dd4b533c373343e5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 May 2023 16:02:05 +0000 Subject: [PATCH] - 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 --- Deprecated-1.2.13.tar.gz | 3 --- Deprecated-1.2.14.tar.gz | 3 +++ python-Deprecated.changes | 12 ++++++++++++ python-Deprecated.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 Deprecated-1.2.13.tar.gz create mode 100644 Deprecated-1.2.14.tar.gz diff --git a/Deprecated-1.2.13.tar.gz b/Deprecated-1.2.13.tar.gz deleted file mode 100644 index 695b56d..0000000 --- a/Deprecated-1.2.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d -size 2974598 diff --git a/Deprecated-1.2.14.tar.gz b/Deprecated-1.2.14.tar.gz new file mode 100644 index 0000000..1a2fffb --- /dev/null +++ b/Deprecated-1.2.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3 +size 2974416 diff --git a/python-Deprecated.changes b/python-Deprecated.changes index 936eb6b..fe920cd 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 29 16:00:37 UTC 2023 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Fri Apr 21 12:20:29 UTC 2023 - Dirk Müller diff --git a/python-Deprecated.spec b/python-Deprecated.spec index 3e22b1a..dafb390 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -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