From c9526571a7d212920ba83713dfe243b71e719e89 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 18 Mar 2025 16:02:50 +0200 Subject: python3-decorator: Upgrade 5.1.1 -> 5.2.1 Upgrade to release 5.2.1: - Changed the build procedure to use pyproject.toml and moved the tests outside of the generated wheel/tarball. - Added official support for Python 3.11, 3.12, 3.13 - Dropped official support for Python < 3.8: the module is expected to work on older Python versions, but I cannot test such versions on GitHub actions, so the author cannot claim that it is officially supported. - Dafu Wu provided support for decorating partial functions, i.e. functions wrapped by functools.partial. - Included tests and documentation in sdist License-Update: Updated copyright years Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-decorator_5.1.1.bb | 20 -------------------- .../python/python3-decorator_5.2.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb deleted file mode 100644 index f330376243..0000000000 --- a/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Python decorator utilities" -DESCRIPTION = "\ -The aim of the decorator module it to simplify the usage of decorators \ -for the average programmer, and to popularize decorators by showing \ -various non-trivial examples. Of course, as all techniques, decorators \ -can be abused and you should not try to solve every problem with a \ -decorator, just because you can." - -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22" - -SRC_URI[sha256sum] = "637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-stringold \ - " - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb new file mode 100644 index 0000000000..e0ab87f89e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb @@ -0,0 +1,20 @@ +SUMMARY = "Python decorator utilities" +DESCRIPTION = "\ +The aim of the decorator module it to simplify the usage of decorators \ +for the average programmer, and to popularize decorators by showing \ +various non-trivial examples. Of course, as all techniques, decorators \ +can be abused and you should not try to solve every problem with a \ +decorator, just because you can." + +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=69f84fd117b2398674e12b8380df27c8" + +SRC_URI[sha256sum] = "65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + python3-stringold \ + " + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf