From ec137ee8b41ef42c8324df608d070498c2d65447 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 2 Apr 2021 15:34:53 +0300 Subject: python3-decorator: Upgrade 4.4.2 -> 5.0.1 Upgrade to release 5.0.1: - Dropped support for Python < 3.5 with a substantial simplification of the code base. Ported CI from Travis to GitHub. - Fixed setup.cfg and python_requires in setup.py Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit a112f5ed6c7c611445583a08a2d1b22e6e141526) Signed-off-by: Armin Kuster --- .../python/python3-decorator_4.4.2.bb | 19 ------------------- .../python/python3-decorator_5.0.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb b/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb deleted file mode 100644 index 23d0cf2181..0000000000 --- a/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb +++ /dev/null @@ -1,19 +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[md5sum] = "d83c624cce93e6bdfab144821b526e1d" -SRC_URI[sha256sum] = "e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-stringold \ - " diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb new file mode 100644 index 0000000000..e9d20379f9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb @@ -0,0 +1,18 @@ +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] = "1e53162e016f317a61d93848f00e80e7109ca9ed06846c7f2930cf0ebede7c6c" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-stringold \ + " -- cgit v1.2.3-54-g00ecf