From f79bce7cac4cc816e660441c6ca1c6149f4c89f3 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 27 Aug 2021 13:38:48 +0800 Subject: [PATCH 01/11] python3-aiohttp-jinja2: upgrade 1.4.2 -> 1.5 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...n3-aiohttp-jinja2_1.4.2.bb => python3-aiohttp-jinja2_1.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohttp-jinja2_1.4.2.bb => python3-aiohttp-jinja2_1.5.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb rename to meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.bb index f97cf12dbf0..c86ec092a6d 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.bb @@ -3,7 +3,7 @@ SUMMARY = "jinja2 template renderer for aiohttp.web (http server for asyncio)" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=29dca541e03964615590ca7b50392d97" -SRC_URI[sha256sum] = "9c22a0e48e3b277fc145c67dd8c3b8f609dab36bce9eb337f70dfe716663c9a0" +SRC_URI[sha256sum] = "7c3ba5eac060b691f4e50534af2d79fca2a75712ebd2b25e6fcb1295859f910b" inherit pypi setuptools3 From f9cc9d70eadf77945a729a059fa566846229767b Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 27 Aug 2021 13:39:22 +0800 Subject: [PATCH 02/11] python3-gevent: upgrade 21.1.2 -> 21.8.0 21.8.0 (2021-08-05) =================== Features -------- - Update the embedded c-ares from 1.16.1 to 1.17.1. See :issue:`1758`. - Add support for Python 3.10rc1 and newer. As part of this, the minimum required greenlet version was increased to 1.1.0 (on CPython), and the minimum version of Cython needed to build gevent from a source checkout is 3.0a9. Note that the dnspython resolver is not available on Python 3.10. See :issue:`1790`. - Update from Cython 3.0a6 to 3.0a9. See :issue:`1801`. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-gevent_21.1.2.bb => python3-gevent_21.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gevent_21.1.2.bb => python3-gevent_21.8.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb rename to meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb index e4eaad0170c..74ae6cf69d2 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb @@ -20,7 +20,7 @@ SRC_URI:append = " \ file://libev-conf.patch;patch=1;pnum=1 \ " -SRC_URI[sha256sum] = "520cc2a029a9eef436e4e56b007af7859315cafa21937d43c1d5269f12f2c981" +SRC_URI[sha256sum] = "43e93e1a4738c922a2416baf33f0afb0a20b22d3dba886720bc037cd02a98575" # The python-gevent has no autoreconf ability # and the logic for detecting a cross compile is flawed From 8ac9ca27abe1fb56a0b47ef934e884bbcce5ece4 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 27 Aug 2021 13:40:19 +0800 Subject: [PATCH 03/11] python3-google-api-python-client: upgrade 2.17.0 -> 2.18.0 Features analyticsadmin: update the api apigee: update the api appengine: update the api bigquerydatatransfer: update the api cloudfunctions: update the api compute: update the api containeranalysis: update the api container: update the api documentai: update the api gkehub: update the api iam: update the api ideahub: update the api ondemandscanning: update the api osconfig: update the api people: update the api securitycenter: update the api slides: update the api tagmanager: update the api Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ent_2.17.0.bb => python3-google-api-python-client_2.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_2.17.0.bb => python3-google-api-python-client_2.18.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.17.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.18.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.17.0.bb rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.18.0.bb index 4975b2a5e1f..0dc31826b5d 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.17.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.18.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "20bc8f711883f9f8f96d96bc44b40ad0e2b0a9ef7df53e7c738948584fddd1c2" +SRC_URI[sha256sum] = "a25661ec6cf4c159f41fe9c061c2bee31b2dddaf2ad787e23617048a25b53842" inherit pypi setuptools3 From 60b046ef370debdf590c80e13d0bc5b0ce0359c8 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 27 Aug 2021 13:40:40 +0800 Subject: [PATCH 04/11] python3-h5py: upgrade 3.3.0 -> 3.4.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-h5py_3.3.0.bb => python3-h5py_3.4.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-h5py_3.3.0.bb => python3-h5py_3.4.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb rename to meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb index 68cd8ea8508..cc23802626c 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c" -SRC_URI[sha256sum] = "e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186" +SRC_URI[sha256sum] = "ee1c683d91ab010d5e85cb61e8f9e7ee0d8eab545bf3dd50a9618f1d0e8f615e" SRC_URI:append = " \ file://0001-setup_build.py-avoid-absolute-path.patch \ @@ -26,6 +26,7 @@ DEPENDS = "python3-pkgconfig-native \ RDEPENDS:${PN} = "python3-numpy \ python3-six \ + python3-json \ " export HDF5_VERSION="1.8.21" From fec164da623ec9eccf833df6e601c2bc66907cdd Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 27 Aug 2021 13:41:05 +0800 Subject: [PATCH 05/11] python3-haversine: upgrade 2.3.1 -> 2.4.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-haversine_2.3.1.bb => python3-haversine_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-haversine_2.3.1.bb => python3-haversine_2.4.0.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.4.0.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb rename to meta-python/recipes-devtools/python/python3-haversine_2.4.0.bb index c24c6124e0c..9eda659e1db 100644 --- a/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-haversine_2.4.0.bb @@ -2,7 +2,7 @@ SUMMARY = "Calculate the distance between 2 points on Earth" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -SRC_URI[sha256sum] = "75a7f859b3fb6df746564ca66ad1fd5b4052cdbab3d74ff16e8f1a7c3d4a26a5" +SRC_URI[sha256sum] = "6dcdee48b854b7bd0a121a04a2cb775dc7d9e2354f1e22d29ff62110189305b0" inherit pypi setuptools3 From c20bc67d01bb1065d82b98a27e8854731467b321 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 27 Aug 2021 13:41:30 +0800 Subject: [PATCH 06/11] python3-pyephem: upgrade 3.7.7.1 -> 4.0.0.2 -License-Update: Change to MIT License. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ython3-pyephem_3.7.7.1.bb => python3-pyephem_4.0.0.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-extended/python-pyephem/{python3-pyephem_3.7.7.1.bb => python3-pyephem_4.0.0.2.bb} (54%) diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.0.0.2.bb similarity index 54% rename from meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb rename to meta-python/recipes-extended/python-pyephem/python3-pyephem_4.0.0.2.bb index 7cf88ec3324..ce2a8028490 100644 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.0.0.2.bb @@ -1,10 +1,10 @@ SUMMARY = "PyEphem astronomical calculations" HOMEPAGE = "http://rhodesmill.org/pyephem/" -LICENSE = "LGPL-3.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=f288303760f6e5ceaafe3aaa32186ab1" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" -SRC_URI[sha256sum] = "36b51a8dc7cfdeb456dd6b8ab811accab8341b2d562ee3c6f4c86f6d3dbb984e" +SRC_URI[sha256sum] = "d03de73ebf6a91681d597eb5b5d43bcf6f0c67e292bba2f9a974734b4f15757e" PYPI_PACKAGE = "ephem" From 5e3049c70ec40311594b4102909d8e71d59d652f Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 26 Aug 2021 10:55:55 +0800 Subject: [PATCH 07/11] python3-regex: upgrade 2021.8.3 -> 2021.8.27 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-regex_2021.8.3.bb => python3-regex_2021.8.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-regex_2021.8.3.bb => python3-regex_2021.8.27.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.8.3.bb b/meta-python/recipes-devtools/python/python3-regex_2021.8.27.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-regex_2021.8.3.bb rename to meta-python/recipes-devtools/python/python3-regex_2021.8.27.bb index 2c35faf5536..c869003c9fc 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2021.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2021.8.27.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0 inherit pypi setuptools3 -SRC_URI[sha256sum] = "8935937dad2c9b369c3d932b0edbc52a62647c2afb2fafc0c280f14a8bf56a6a" +SRC_URI[sha256sum] = "e9700c52749cb3e90c98efd72b730c97b7e4962992fca5fbcaf1363be8e3b849" RDEPENDS:${PN} += " \ python3-stringold \ From c92459725d670cc21710bff1cb15fa747bc5dd04 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 26 Aug 2021 10:58:07 +0800 Subject: [PATCH 08/11] python3-sqlalchemy: upgrade 1.4.22 -> 1.4.23 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ython3-sqlalchemy_1.4.22.bb => python3-sqlalchemy_1.4.23.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.22.bb => python3-sqlalchemy_1.4.23.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb index bdc48cf46cf..1b8af825a65 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" -SRC_URI[sha256sum] = "ec1be26cdccd60d180359a527d5980d959a26269a2c7b1b327a1eea0cab37ed8" +SRC_URI[sha256sum] = "76ff246881f528089bf19385131b966197bb494653990396d2ce138e2a447583" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3 From d88c26099f7655d3ca673d6cdbef9a4b1efd8ceb Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 26 Aug 2021 10:56:55 +0800 Subject: [PATCH 09/11] python3-stevedore: upgrade 3.3.0 -> 3.4.0 3.4.0 ----- * setup.cfg: Replace dashes with underscores * Fix formatting of release list * Remove lower-constraints remnants * Move flake8 as a pre-commit local target * Add Python3 xena unit tests * Update master for stable/wallaby * Dropping lower constraints testing Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-stevedore_3.3.0.bb => python3-stevedore_3.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-stevedore_3.3.0.bb => python3-stevedore_3.4.0.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_3.4.0.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb rename to meta-python/recipes-devtools/python/python3-stevedore_3.4.0.bb index 486fa71a853..e2f43048e6b 100644 --- a/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-stevedore_3.4.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "3a5bbd0652bf552748871eaa73a4a8dc2899786bc497a2aa1fcb4dcdb0debeee" +SRC_URI[sha256sum] = "59b58edb7f57b11897f150475e7bc0c39c5381f0b8e3fa9f5c20ce6c89ec4aa1" DEPENDS += "${PYTHON_PN}-pbr-native" From c7ac4b83d7be681d8612304278279ba112e6d220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vesa=20J=C3=A4=C3=A4skel=C3=A4inen?= Date: Sat, 28 Aug 2021 18:44:29 +0300 Subject: [PATCH 10/11] python3-cached-property: Add recipe for version 1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "A decorator for caching properties in classes." Signed-off-by: Vesa Jääskeläinen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-cached-property_1.5.2.bb | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cached-property_1.5.2.bb diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index c2a80aa1c68..2fd056de7d2 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -59,6 +59,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-blivet \ python3-booleanpy \ python3-cachecontrol \ + python3-cached-property \ python3-cachetools \ python3-can \ python3-cantools \ diff --git a/meta-python/recipes-devtools/python/python3-cached-property_1.5.2.bb b/meta-python/recipes-devtools/python/python3-cached-property_1.5.2.bb new file mode 100644 index 00000000000..059c34a29dd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cached-property_1.5.2.bb @@ -0,0 +1,12 @@ +SUMMARY = "A decorator for caching properties in classes." +DESCRIPTION = "Makes caching of time or computational expensive properties quick and easy." +HOMEPAGE = "https://pypi.org/project/cached-property/" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=db7ff60c4e14f58534201242803d8abc" + +SRC_URI[sha256sum] = "9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" From e96a6f31b33024fe9cb74ce89833a1398acbc9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vesa=20J=C3=A4=C3=A4skel=C3=A4inen?= Date: Sat, 28 Aug 2021 18:44:30 +0300 Subject: [PATCH 11/11] python3-pkcs11: Add recipe for version 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "A high level, “more Pythonic” interface to the PKCS#11 (Cryptoki) standard to support HSM and Smartcard devices in Python." Signed-off-by: Vesa Jääskeläinen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-pkcs11_0.7.0.bb | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 2fd056de7d2..ea5683ce683 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -272,6 +272,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-pika \ python3-pillow \ python3-pint \ + python3-pkcs11 \ python3-pkgconfig \ python3-ply \ python3-pocketsphinx \ diff --git a/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb new file mode 100644 index 00000000000..816b728dc02 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb @@ -0,0 +1,25 @@ +SUMMARY = "PKCS#11 (Cryptoki) support for Python" +DESCRIPTION = "A high level, “more Pythonic” interface to the PKCS#11 (Cryptoki) standard to support HSM and Smartcard devices in Python." +HOMEPAGE = "https://pypi.org/project/python-pkcs11/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.rst;beginline=337;endline=358;md5=f68bda54505b4002e6ec86e08125ef79" + +SRC_URI[sha256sum] = "9737e0c24cabb8bc9d48bf8c57c3df2a70f8cdd96b70c50290803286f9e46bf7" + +PYPI_PACKAGE = "python-pkcs11" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" + +DEPENDS += " \ + python3-cython-native \ + python3-setuptools-scm-native \ + python3 \ +" + +RDEPENDS:${PN} += " \ + python3-asn1crypto \ + python3-cached-property \ +"