diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-01-09 15:53:07 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-10 09:33:51 -0800 |
| commit | 1f17fc4c795bcbb9c9b9d5b3a9d2695b50e183a3 (patch) | |
| tree | 2685c15b161fb074843e7f9ba0bd7af5c690c9d1 /meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb | |
| parent | 8d635b0510c86a80261a461f833142d2bdfad0f0 (diff) | |
| download | meta-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/recipes-devtools/python/python3-deprecated_1.2.15.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods." | ||
| 2 | HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-wrapt \ | ||
| 12 | " | ||
