summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-01-09 15:53:07 +0200
committerKhem Raj <raj.khem@gmail.com>2025-01-10 09:33:51 -0800
commit1f17fc4c795bcbb9c9b9d5b3a9d2695b50e183a3 (patch)
tree2685c15b161fb074843e7f9ba0bd7af5c690c9d1 /meta-python
parent8d635b0510c86a80261a461f833142d2bdfad0f0 (diff)
downloadmeta-openembedded-1f17fc4c795bcbb9c9b9d5b3a9d2695b50e183a3.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb (renamed from meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb)3
1 files changed, 1 insertions, 2 deletions
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
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/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01" 4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01"
5 5
6PYPI_PACKAGE = "Deprecated" 6SRC_URI[sha256sum] = "683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d"
7SRC_URI[sha256sum] = "e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3"
8 7
9inherit pypi setuptools3 8inherit pypi setuptools3
10 9