From 178d4ae7c2040ff6b25aa987f4ecf67a0a5c5e99 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Feb 2025 10:48:21 +0800 Subject: python3-future: upgrade 0.18.2 -> 0.18.3 Full changelog: https://github.com/PythonCharmers/python-future/releases (cherry-picked from a10bda8c873e66f0d895cf8065cbc076b2055655) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Jiaying Song Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-future_0.18.2.bb | 13 ------------- .../recipes-devtools/python/python3-future_0.18.3.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-future_0.18.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-future_0.18.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-future_0.18.2.bb b/meta-python/recipes-devtools/python/python3-future_0.18.2.bb deleted file mode 100644 index 90d1661d40..0000000000 --- a/meta-python/recipes-devtools/python/python3-future_0.18.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Clean single-source support for Python 3 and 2" -HOMEPAGE = "https://python-future.org" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a253924061f8ecc41ad7a2ba1560e8e7" - -SRC_URI[md5sum] = "e4579c836b9c025872efe230f6270349" -SRC_URI[sha256sum] = "b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d" - -PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-future_0.18.3.bb b/meta-python/recipes-devtools/python/python3-future_0.18.3.bb new file mode 100644 index 0000000000..e4a4b5c197 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-future_0.18.3.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Clean single-source support for Python 3 and 2" +HOMEPAGE = "https://python-future.org" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a253924061f8ecc41ad7a2ba1560e8e7" + +SRC_URI[sha256sum] = "34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307" + +PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf