From 9c7a72cbc23473f3d46543a4021684e9760e5e98 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Jun 2024 10:57:42 +0800 Subject: python3-future: upgrade 0.18.3 -> 1.0.0 License-Update: Copyright year updated to 2024. Changelog: ========== - Small updates to the docs - Add SECURITY.md describing security policy - Fix pasteurize: NameError: name 'unicode' is not defined - Move CI to GitHub Actions - Add setuptools to requirements for building docs - Fix typos in docs - Make the fix_unpacking fixer more robust - Small improvements to shell scripts according to shellcheck Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-future_1.0.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-future_1.0.0.bb (limited to 'meta-python/recipes-devtools/python/python3-future_1.0.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-future_1.0.0.bb b/meta-python/recipes-devtools/python/python3-future_1.0.0.bb new file mode 100644 index 0000000000..eb66a7d33c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-future_1.0.0.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=ce268d4c2f911490f47ac5473a24bb89" + +SRC_URI[sha256sum] = "bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05" + +PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf