From d96b5d3616017000e8b43d10d85f100cb496b3b5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:01:01 +0800 Subject: python3-deprecated: upgrade 1.2.15 -> 1.2.18 Changelog: =========== - Update Packit configuration - docs: fix compat with sphinx8 - fix: enhance documentation and build configuration: update versioning, fixes, and ReadTheDocs setup Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-deprecated_1.2.15.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb (limited to 'meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb') 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 deleted file mode 100644 index 46b8a19ddc..0000000000 --- a/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb +++ /dev/null @@ -1,12 +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" - -SRC_URI[sha256sum] = "683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-wrapt \ -" -- cgit v1.2.3-54-g00ecf