diff mbox series

[meta-python,1/2] python3-deprecated: Upgrade 1.2.14 -> 1.2.15

Message ID 20250109135308.2948649-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-deprecated: Upgrade 1.2.14 -> 1.2.15 | expand

Commit Message

Leon Anavi Jan. 9, 2025, 1:53 p.m. UTC
Upgrade to release 1.2.15:

- Resolve Python 2.7 support issue introduced in v1.2.14 in
  sphinx.py.
- Add extra_stacklevel argument for interoperating with other
  wrapper functions (refer to #68 for a concrete use case).
- Update class method deprecation warnings for Python 3.13.
- Update GitHub workflows and fix development dependencies for
  Python 3.12.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...thon3-deprecated_1.2.14.bb => python3-deprecated_1.2.15.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-deprecated_1.2.14.bb => python3-deprecated_1.2.15.bb} (73%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb
rename to meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
index 49d5f01c8f..46b8a19ddc 100644
--- a/meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb
+++ b/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
@@ -3,8 +3,7 @@  HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01"
 
-PYPI_PACKAGE = "Deprecated"
-SRC_URI[sha256sum] = "e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3"
+SRC_URI[sha256sum] = "683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d"
 
 inherit pypi setuptools3