From 1f17fc4c795bcbb9c9b9d5b3a9d2695b50e183a3 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 9 Jan 2025 15:53:07 +0200 Subject: python3-deprecated: Upgrade 1.2.14 -> 1.2.15 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-deprecated_1.2.14.bb | 13 ------------- .../recipes-devtools/python/python3-deprecated_1.2.15.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb create mode 100644 meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb deleted file mode 100644 index 49d5f01c8f..0000000000 --- a/meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods." -HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01" - -PYPI_PACKAGE = "Deprecated" -SRC_URI[sha256sum] = "e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-wrapt \ -" diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb new file mode 100644 index 0000000000..46b8a19ddc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb @@ -0,0 +1,12 @@ +SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods." +HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01" + +SRC_URI[sha256sum] = "683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-wrapt \ +" -- cgit v1.2.3-54-g00ecf