From 6986532dbd87f1a4d7f916d2adcce808e04aef42 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Jan 2023 15:19:30 +0800 Subject: python3-decouple: upgrade 3.6 -> 3.7 Changelog: Fix Csv cast hanging with default=None, now returning an empty list. (#149) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-decouple_3.6.bb | 16 ---------------- .../recipes-devtools/python/python3-decouple_3.7.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-decouple_3.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-decouple_3.7.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-decouple_3.6.bb b/meta-python/recipes-devtools/python/python3-decouple_3.6.bb deleted file mode 100644 index 772ee7faf9..0000000000 --- a/meta-python/recipes-devtools/python/python3-decouple_3.6.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Strict separation of settings from code." -HOMEPAGE = "https://github.com/henriquebastos/python-decouple/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a46375b26bb7d7603565d829a2a51782" - -SRC_URI[sha256sum] = "2838cdf77a5cf127d7e8b339ce14c25bceb3af3e674e039d4901ba16359968c7" - -PYPI_PACKAGE = "python-decouple" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-shell \ - python3-stringold \ -" diff --git a/meta-python/recipes-devtools/python/python3-decouple_3.7.bb b/meta-python/recipes-devtools/python/python3-decouple_3.7.bb new file mode 100644 index 0000000000..5238431bcb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-decouple_3.7.bb @@ -0,0 +1,16 @@ +SUMMARY = "Strict separation of settings from code." +HOMEPAGE = "https://github.com/henriquebastos/python-decouple/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a46375b26bb7d7603565d829a2a51782" + +SRC_URI[sha256sum] = "e88a8d6bdf3b07d471a854099e455e20a6fa7a4d6ecf8631b250e3db654336e6" + +PYPI_PACKAGE = "python-decouple" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-shell \ + python3-stringold \ +" -- cgit v1.2.3-54-g00ecf