From 909654c84bd758461e592a4e32e017da5976dafe93ea44685966571382ff4daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 13 Nov 2025 12:05:05 +0000 Subject: [PATCH] Accepting request 1317518 from home:glaubitz:branches:devel:languages:python - Update to 1.3.1 * Restore missing source distribution (``.tar.gz``) that was not included in v1.3.0. - from version 1.3.0 * Add compatibility tests and adjustments for Wrapt v2.0. See PR #88 (musicinmybrain). * Add experimental `@deprecated_params` decorator to mark function parameters as deprecated at call-time; emits warnings when deprecated parameters are used with optional messages and configurable warning categories. See PR #93. * Update the Wrapt compatibility matrix to include Python 3.13 and 3.14. See PR #91 * Limit test coverage collection to the dedicated ``coverage`` tox environment to avoid collecting coverage across all test environments and reduce cross-environment coverage noise. See PR #92. OBS-URL: https://build.opensuse.org/request/show/1317518 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=30 --- deprecated-1.2.18.tar.gz | 3 --- deprecated-1.3.1.tar.gz | 3 +++ python-Deprecated.changes | 20 ++++++++++++++++++++ python-Deprecated.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 deprecated-1.2.18.tar.gz create mode 100644 deprecated-1.3.1.tar.gz diff --git a/deprecated-1.2.18.tar.gz b/deprecated-1.2.18.tar.gz deleted file mode 100644 index b11e42c..0000000 --- a/deprecated-1.2.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d -size 2928744 diff --git a/deprecated-1.3.1.tar.gz b/deprecated-1.3.1.tar.gz new file mode 100644 index 0000000..6009b83 --- /dev/null +++ b/deprecated-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b50e0ff0c1fddaa5708a2c6b0a6588bb09b892825ab2b214ac9ea9d92a5223 +size 2932523 diff --git a/python-Deprecated.changes b/python-Deprecated.changes index afc4297..9d6a467 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Nov 13 07:46:37 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.3.1 + * Restore missing source distribution (``.tar.gz``) that + was not included in v1.3.0. +- from version 1.3.0 + * Add compatibility tests and adjustments for Wrapt v2.0. + See PR #88 (musicinmybrain). + * Add experimental `@deprecated_params` decorator to mark + function parameters as deprecated at call-time; emits + warnings when deprecated parameters are used with optional + messages and configurable warning categories. See PR #93. + * Update the Wrapt compatibility matrix to include Python + 3.13 and 3.14. See PR #91 + * Limit test coverage collection to the dedicated ``coverage`` + tox environment to avoid collecting coverage across all test + environments and reduce cross-environment coverage noise. + See PR #92. + ------------------------------------------------------------------- Thu Jun 5 06:01:36 UTC 2025 - Steve Kowalik diff --git a/python-Deprecated.spec b/python-Deprecated.spec index 32c0ab0..c64e8a0 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Deprecated -Version: 1.2.18 +Version: 1.3.1 Release: 0 Summary: Python @deprecated decorator License: MIT