From 8070e703cb97a7257dc9b248c398da6bca82707b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 11 May 2021 19:52:13 +0300 Subject: [PATCH 01/18] python3-serpent: Upgrade 1.30.2 -> 1.40 Upgrade to release 1.40: - dotnet: added optiononal bytes repr (de)serialization - java: added optional bytes-repr (de)serialization - added unittest for new bytes-repr form - add parameter to serialize bytes into byte literal representation instead of base-64 (which remains the default) License-Update: Use file LICENSE. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-serpent_1.30.2.bb => python3-serpent_1.40.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-serpent_1.30.2.bb => python3-serpent_1.40.bb} (66%) diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb b/meta-python/recipes-devtools/python/python3-serpent_1.40.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb rename to meta-python/recipes-devtools/python/python3-serpent_1.40.bb index 64edff76ba0..305222f764b 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.40.bb @@ -1,9 +1,8 @@ SUMMARY = "Serialization based on ast.literal_eval" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5271c65b7cf83bd28055e592c2d14667" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" -SRC_URI[md5sum] = "cbef4f9c88f88c38195d11a0363a095f" -SRC_URI[sha256sum] = "72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a" +SRC_URI[sha256sum] = "10b34e7f8e3207ee6fb70dcdc9bce473851ee3daf0b47c58aec1b48032ac11ce" inherit pypi ptest setuptools3 From d802223db83a73f8beac6acf206e91cb5d777fc6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 11 May 2021 19:52:14 +0300 Subject: [PATCH 02/18] python3-cerberus: Upgrade 1.3.3 -> 1.3.4 Upgrade to release 1.3.4: - Reverts the unsatisfying fix for KeyError during import when running with python optimisation level of 2 - instead a RuntimeError is thrown when Python is running with optimization level 2 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-cerberus_1.3.3.bb => python3-cerberus_1.3.4.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cerberus_1.3.3.bb => python3-cerberus_1.3.4.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-cerberus_1.3.3.bb b/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-cerberus_1.3.3.bb rename to meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb index fa0bbb0aad9..95934c6e42f 100644 --- a/meta-python/recipes-devtools/python/python3-cerberus_1.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb @@ -4,8 +4,10 @@ SECTION = "devel/python" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" +RDEPENDS_${PN} += "python3-setuptools" + # The PyPI package uses a capital letter so we have to specify this explicitly PYPI_PACKAGE = "Cerberus" inherit pypi setuptools3 -SRC_URI[sha256sum] = "eec10585c33044fb7c69650bc5b68018dac0443753337e2b07684ee0f3c83329" +SRC_URI[sha256sum] = "d1b21b3954b2498d9a79edf16b3170a3ac1021df88d197dc2ce5928ba519237c" From a5d0f30b833e8014c313e37f6675ae5b9e05fdf1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 11 May 2021 19:52:15 +0300 Subject: [PATCH 03/18] python3-aiohue: Upgrade 2.2.0 -> 2.3.0 Upgrade to release 2.3.0: - Fix Hue communication protocol - Create Dependabot config file - Include LICENSE in the manifest License-Update: Use file LICENSE. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-aiohue_2.2.0.bb | 12 ------------ .../recipes-devtools/python/python3-aiohue_2.3.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb deleted file mode 100644 index a2a7363f6cf..00000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Asynchronous library to control Philips Hue" -HOMEPAGE = "https://pypi.org/project/aiohue/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -# No license file available but the license is specified in PKG-INFO and setup.py. -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" - -SRC_URI[sha256sum] = "35696d04d6eb0328b7031ea3c0a3cfe5d83dfcf62f920522e4767d165c6bc529" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb new file mode 100644 index 00000000000..02f698532e9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Asynchronous library to control Philips Hue" +HOMEPAGE = "https://pypi.org/project/aiohue/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" + +SRC_URI[sha256sum] = "d36fa57747191b92e77c89c453c792f13b9af8f7ca9610bb4bb46f2636a536f6" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" From b2d6548e948c29ec1e7b82f8264b869263f0aac6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 11 May 2021 19:52:16 +0300 Subject: [PATCH 04/18] python3-robotframework: Upgrade 4.0.1 -> 4.0.2 Upgrade to release 4.0.2: - Using Union containing generics as type hint causes an error - Libdoc does not anymore work with resource files in PYTHONPATH - Rebot removes sourcename attribute from in output.xml - Run Keyword If Test Failed does not work correctly if it is not first keyword in teardown and test is skipped - Argument conversion problems when type hint is ABC Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-robotframework_4.0.1.bb => python3-robotframework_4.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-robotframework_4.0.1.bb => python3-robotframework_4.0.2.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb index 3e5d67e0a47..67ebe3ee69a 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.0.2.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "9fa609ceb78f67b1476edce8a7011b16bf3ab41c0fb8c211de6c99955eaf9fde" +SRC_URI[sha256sum] = "efd39558219fddc86473d4d390aeaec60640d7a7567a15fd51c0576f20e46171" RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \ From e141984ee3527d19265f343d39d9e91f627be8fa Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 11 May 2021 19:52:17 +0300 Subject: [PATCH 05/18] python3-sentry-sdk: Upgrade 1.0.0 -> 1.1.0 Upgrade to release 1.1.0: - Fix for AWSLambda integration returns value of original handler - Fix for RQ integration that only captures exception if RQ job has failed and ignore retries - Feature that supports Tracing for the Tornado integration - Feature that supports wild cards in ignore_logger in the Logging Integration - Fix for django that deals with template span description names that are either lists or tuples Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ython3-sentry-sdk_1.0.0.bb => python3-sentry-sdk_1.1.0.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.0.0.bb => python3-sentry-sdk_1.1.0.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.0.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.1.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.0.0.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.1.0.bb index 22b9f55ddf9..89c659dba32 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.1.0.bb @@ -5,7 +5,9 @@ HOMEPAGE = "https://github.com/getsentry/sentry-python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" -SRC_URI[sha256sum] = "71de00c9711926816f750bc0f57ef2abbcb1bfbdf5378c601df7ec978f44857a" +RDEPENDS_${PN} += "python3-urllib3" + +SRC_URI[sha256sum] = "c1227d38dca315ba35182373f129c3e2722e8ed999e52584e6aca7d287870739" PYPI_PACKAGE = "sentry-sdk" From b6a03db56196f1bd73f93234f1a268a109941e4e Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 12 May 2021 10:07:36 +0200 Subject: [PATCH 06/18] python3-pycocotools: add package to packagegroup-meta-python This is a follow-up to the commit adding the recipe for pycocotools. Let's add the package to the meta-python packagegroup. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index b9ab4213021..828c7fea5a0 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -289,6 +289,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ python3-pybind11-json \ python3-pybluez \ python3-pychromecast \ + python3-pycocotools \ python3-pycodestyle \ python3-pyconnman \ python3-pycparser \ From 7429917bf6d4936d99173ce5656f169d4d839536 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 12 May 2021 12:40:12 -0400 Subject: [PATCH 07/18] python3-django: upgrade 2.2.20 -> 2.2.22 Version 2.2.22 includes a fix for CVE-2021-32052. Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-django_2.2.20.bb | 9 --------- .../recipes-devtools/python/python3-django_2.2.22.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_2.2.20.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_2.2.22.bb diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.20.bb b/meta-python/recipes-devtools/python/python3-django_2.2.20.bb deleted file mode 100644 index 905d022a4f4..00000000000 --- a/meta-python/recipes-devtools/python/python3-django_2.2.20.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-django.inc -inherit setuptools3 - -SRC_URI[md5sum] = "947060d96ccc0a05e8049d839e541b25" -SRC_URI[sha256sum] = "2569f9dc5f8e458a5e988b03d6b7a02bda59b006d6782f4ea0fd590ed7336a64" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-sqlparse \ -" diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.22.bb b/meta-python/recipes-devtools/python/python3-django_2.2.22.bb new file mode 100644 index 00000000000..a0b88402598 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_2.2.22.bb @@ -0,0 +1,9 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[md5sum] = "dca447b605dcabd924ac7ba17680cf73" +SRC_URI[sha256sum] = "db2214db1c99017cbd971e58824e6f424375154fe358afc30e976f5b99fc6060" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-sqlparse \ +" From 4e701a7d42ac11656a104f1836d231bc47b40a95 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 12 May 2021 12:40:13 -0400 Subject: [PATCH 08/18] python3-django: upgrade 3.2 -> 3.2.2 Version 3.2.2 includes a fix for CVE-2021-32052. Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-django_3.2.bb => python3-django_3.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-django_3.2.bb => python3-django_3.2.2.bb} (59%) diff --git a/meta-python/recipes-devtools/python/python3-django_3.2.bb b/meta-python/recipes-devtools/python/python3-django_3.2.2.bb similarity index 59% rename from meta-python/recipes-devtools/python/python3-django_3.2.bb rename to meta-python/recipes-devtools/python/python3-django_3.2.2.bb index e147e2f9d1b..7deac2ca9b5 100644 --- a/meta-python/recipes-devtools/python/python3-django_3.2.bb +++ b/meta-python/recipes-devtools/python/python3-django_3.2.2.bb @@ -1,7 +1,7 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "21f0f9643722675976004eb683c55d33c05486f94506672df3d6a141546f389d" +SRC_URI[sha256sum] = "0a1d195ad65c52bf275b8277b3d49680bd1137a5f55039a806f25f6b9752ce3d" RDEPENDS_${PN} += "\ ${PYTHON_PN}-sqlparse \ @@ -9,5 +9,5 @@ RDEPENDS_${PN} += "\ # Set DEFAULT_PREFERENCE so that the LTS version of django is built by # default. To build the 3.x branch, -# PREFERRED_VERSION_python3-django = "3.2" can be added to local.conf +# PREFERRED_VERSION_python3-django = "3.2.2" can be added to local.conf DEFAULT_PREFERENCE = "-1" From 409297b8b16b2b474d114812b20a9bb054d1c108 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:23 +0300 Subject: [PATCH 09/18] python3-aiohue: Upgrade 2.3.0 -> 2.3.1 Upgrade to release 2.3.1: - Handle all client errors when detecting the protocol - Bump black from 21.5b0 to 21.5b1 - Bump flake8 from 3.9.1 to 3.9.2 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-aiohue_2.3.0.bb => python3-aiohue_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohue_2.3.0.bb => python3-aiohue_2.3.1.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb rename to meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb index 02f698532e9..bb6b951b875 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" -SRC_URI[sha256sum] = "d36fa57747191b92e77c89c453c792f13b9af8f7ca9610bb4bb46f2636a536f6" +SRC_URI[sha256sum] = "d592a9055b56462312fcfccf46601ed4092698db1be5f3fc30c232ea34c6bbe3" inherit pypi setuptools3 From 711525d969feecf3e0e262467ee4fdf58dc6c061 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:24 +0300 Subject: [PATCH 10/18] python3-watchdog: Upgrade 2.1.0 -> 2.1.1 Upgrade to release 2.1.1: - [mac] Fix callback exceptions when the watcher is deleted but still receiving events Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-watchdog_2.1.0.bb => python3-watchdog_2.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-watchdog_2.1.0.bb => python3-watchdog_2.1.1.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb rename to meta-python/recipes-devtools/python/python3-watchdog_2.1.1.bb index 91744d8e3c2..ecace32e247 100644 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.1.bb @@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "55316efab52f659b8b7b59730680bfb27ac003522f24c44f6bcd60c4e3736ccd" +SRC_URI[sha256sum] = "2894440b4ea95a6ef4c5d152deedbe270cae46092682710b7028a04d6a6980f6" inherit pypi setuptools3 From 670ddd9dbdc0bf9c7f12b01ee088d6598ae8e3f8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:25 +0300 Subject: [PATCH 11/18] python3-itsdangerous: Upgrade 1.1.0 -> 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 2.0.0: - Drop support for Python 2 and 3.5. - JWS support (JSONWebSignatureSerializer, TimedJSONWebSignatureSerializer) is deprecated. Use a dedicated JWS/JWT library such as authlib instead. - Importing itsdangerous.json is deprecated. Import Python’s json module instead. - Simplejson is no longer used if it is installed. To use a different library, pass it as Serializer(serializer=...). - datetime values are timezone-aware with timezone.utc. Code using TimestampSigner.unsign(return_timestamp=True) or BadTimeSignature.date_signed may need to change. - If a signature has an age less than 0, it will raise SignatureExpired rather than appearing valid. This can happen if the timestamp offset is changed. - BadTimeSignature.date_signed is always a datetime object rather than an int in some cases. - Added support for key rotation. A list of keys can be passed as secret_key, oldest to newest. The newest key is used for signing, all keys are tried for unsigning. - Removed the default SHA-512 fallback signer from default_fallback_signers. - Add type information for static typing tools. License-Update: standardize license Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...3-itsdangerous_1.1.0.bb => python3-itsdangerous_2.0.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-itsdangerous_1.1.0.bb => python3-itsdangerous_2.0.0.bb} (59%) diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.0.bb similarity index 59% rename from meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb rename to meta-python/recipes-devtools/python/python3-itsdangerous_2.0.0.bb index 7f50641c89e..ddcc5d9dd49 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.0.bb @@ -1,10 +1,9 @@ SUMMARY = "Various helpers to pass trusted data to untrusted environments and back." HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=370799bf709a1e4a6a369fa089ac73a6" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4cda9a0ebd516714f360b0e9418cfb37" -SRC_URI[md5sum] = "9b7f5afa7f1e3acfb7786eeca3d99307" -SRC_URI[sha256sum] = "321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19" +SRC_URI[sha256sum] = "99b1053ccce68066dfc0b4465ef8779027e6d577377c8270e21a3d6289cac111" inherit pypi setuptools3 From dbb13db3d05c8c79f0848085513a48161b8f0d70 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:26 +0300 Subject: [PATCH 12/18] python3-websocket-client: Upgrade 0.58.0 -> 0.59.0 Upgrade to release 0.59.0: - Last main release to support Python 2 - Fix Python 2 urlparse scheme - Add support for headers with multiple value - Add debug support for reserved custom status codes - Allow multiple Set-Cookie: headers - Simplified cookie sorting - Add no_proxy support - Add Host header to HTTP proxy request - Improve PEP8 style compliance Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...et-client_0.58.0.bb => python3-websocket-client_0.59.0.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-websocket-client_0.58.0.bb => python3-websocket-client_0.59.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_0.58.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-websocket-client_0.58.0.bb rename to meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb index a5d7d901b16..af902bda0cc 100644 --- a/meta-python/recipes-devtools/python/python3-websocket-client_0.58.0.bb +++ b/meta-python/recipes-devtools/python/python3-websocket-client_0.59.0.bb @@ -7,9 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=c96ca6c1de8adc025adfada81d06fba5" -SRC_URI[sha256sum] = "63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f" - -PYPI_PACKAGE = "websocket_client" +SRC_URI[sha256sum] = "d376bd60eace9d437ab6d7ee16f4ab4e821c9dae591e1b783c58ebd8aaf80c5c" inherit pypi setuptools3 From 5b293f29bea5b54ded9bc766f89a0466af92743c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:27 +0300 Subject: [PATCH 13/18] python3-google-api-python-client: Upgrade 2.2.0 -> 2.4.0 Upgrade to release 2.4.0: - alertcenter: update the api - analyticsadmin: update the api - androidenterprise: update the api - androidpublisher: update the api - artifactregistry: update the api - bigquery: update the api - chromepolicy: update the api - content: update the api - datacatalog: update the api - dataproc: update the api - dialogflow: update the api - dns: update the api - documentai: update the api - file: update the api - firebasestorage: update the api - gameservices: update the api - gkehub: update the api - lifesciences: update the api - monitoring: update the api - mybusinessaccountmanagement: update the api - networkmanagement: update the api - oslogin: update the api - pubsublite: update the api - recommender: update the api - retail: update the api - servicedirectory: update the api - servicemanagement: update the api - servicenetworking: update the api - translate: update the api - preventing accessing predefined discovery URLs when override is provided Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...lient_2.2.0.bb => python3-google-api-python-client_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_2.2.0.bb => python3-google-api-python-client_2.4.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb index da7cae6c3de..0fdd332405b 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb @@ -4,6 +4,6 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3" -SRC_URI[sha256sum] = "29447c8e95c23ae76fcf9817432f5ed015495513abeac564905640a0ef7d1898" +SRC_URI[sha256sum] = "72f69e67238e38b0da41b5a2e352dc39b4b5891d88f3db082aae7775da8fe58b" inherit pypi setuptools3 From 427c8c98c001c05592d5bcda60fc856db08be7d1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:28 +0300 Subject: [PATCH 14/18] python3-configargparse: Upgrade 1.4 -> 1.4.1 Upgrade to release 1.4.1: - add ignore_help_args option to parse_known_args(..) to avoid exiting the first time this method is called when -h is specified. This can allow all arg definitions to be executed before -h is handled, even if these definitions are interleaved with calls to parse_known_args(..) - added tests - updated setup.py publish commands Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...n3-configargparse_1.4.bb => python3-configargparse_1.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-configargparse_1.4.bb => python3-configargparse_1.4.1.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.4.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.4.1.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-configargparse_1.4.bb rename to meta-python/recipes-devtools/python/python3-configargparse_1.4.1.bb index 393f138740f..0c851fef30d 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.4.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.4.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" -SRC_URI[sha256sum] = "abef9ff44fb0091f0e3bb2ee7e5b26a02b5b62d45408a5272a9bd461f5b59b4b" +SRC_URI[sha256sum] = "6df537158f28c5ef2e8a8146781833abbc6cb7fca81b1b55d18808ce3439235e" PYPI_PACKAGE = "ConfigArgParse" From ff632bd3507442ee95fd3571dccf6ce9837914b2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:29 +0300 Subject: [PATCH 15/18] python3-click: Upgrade 7.1.2 -> 8.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 8.0.0: - Drop support for Python 2 and 3.5. - Colorama is always installed on Windows in order to provide style and color support. - Adds a repr to Command, showing the command name for friendlier debugging. - Add support for distinguishing the source of a command line parameter. - Add an optional parameter to ProgressBar.update to set the current_item. - New class attributes make it easier to use custom core objects throughout an entire application. - Use Context.with_resource() to manage resources that would normally be used in a with statement, allowing them to be used across subcommands and callbacks, then cleaned up when the context ends. - The result object returned by the test runner’s invoke() method has a return_value attribute with the value returned by the invoked command. - Required arguments with the Choice type show the choices in curly braces to indicate that one is required ({a|b|c}). - Redesign the shell completion system. - Completion correctly parses command line strings with incomplete quoting or escape sequences. - Fix formatting when Command.options_metavar is empty. - Revert adding space between option help text that wraps. - When defining a parameter, default is validated with multiple and nargs. More validation is done for values being processed as well. - HelpFormatter.write_text uses the full line width when wrapping text. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-click_7.1.2.bb => python3-click_8.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-click_7.1.2.bb => python3-click_8.0.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-click_7.1.2.bb b/meta-python/recipes-devtools/python/python3-click_8.0.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-click_7.1.2.bb rename to meta-python/recipes-devtools/python/python3-click_8.0.0.bb index 0b513e7cb98..f7af73d6d56 100644 --- a/meta-python/recipes-devtools/python/python3-click_7.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-click_8.0.0.bb @@ -8,8 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8" -SRC_URI[md5sum] = "53692f62cb99a1a10c59248f1776d9c0" -SRC_URI[sha256sum] = "d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a" +SRC_URI[sha256sum] = "7d8c289ee437bcb0316820ccee14aefcb056e58d31830ecab8e47eda6540e136" inherit pypi setuptools3 ptest From c96a41f9b9efd7356e00e3d2d56682cfca734de0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:30 +0300 Subject: [PATCH 16/18] python3-pysonos: Upgrade 0.0.43 -> 0.0.46 Upgrade to release 0.0.46: - Expand matches for pipe-delimited metadata Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pysonos_0.0.43.bb => python3-pysonos_0.0.46.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.43.bb => python3-pysonos_0.0.46.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.43.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.43.bb rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb index dbb6a8d8f6d..0dc7d8b3cad 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.43.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" -SRC_URI[sha256sum] = "47be2b37defc856f15d7e7a419cfb939e9822750efe968db192156ebeba31684" +SRC_URI[sha256sum] = "e682b989ea6e156cc1893e573097a0a5b8401e955a1c279bb4c1d20dfa6c4d9b" inherit pypi setuptools3 From 6c01e975252e6204919f6f380772343fe109aa78 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:31 +0300 Subject: [PATCH 17/18] python3-rfc3339-validator: Upgrade 0.1.3 -> 0.1.4 Upgrade to release 0.1.4: - Fix test failure on darwin Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...39-validator_0.1.3.bb => python3-rfc3339-validator_0.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rfc3339-validator_0.1.3.bb => python3-rfc3339-validator_0.1.4.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb rename to meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb index a07a094479d..f1064f327d0 100644 --- a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" FILESEXTRAPATHS_prepend := "${THISDIR}/python-rfc3339-validator:" -SRC_URI[sha256sum] = "7a578aa0740e9ee2b48356fe1f347139190c4c72e27f303b3617054efd15df32" +SRC_URI[sha256sum] = "138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b" PYPI_PACKAGE = "rfc3339_validator" From 4e8358fdc9ba898d1bd8832e5fa1ecf07a96904c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:32 +0300 Subject: [PATCH 18/18] python3-pymongo: Upgrade 3.11.3 -> 3.11.4 Upgrade to release 3.11.4: - Bug fix where a MongoClient would mistakenly attempt to create minPoolSize connections to arbiter nodes - Bug fix that prevented PyMongo from retrying writes after a writeConcernError on MongoDB 4.4+ Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pymongo_3.11.3.bb => python3-pymongo_3.11.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymongo_3.11.3.bb => python3-pymongo_3.11.4.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.11.4.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb rename to meta-python/recipes-devtools/python/python3-pymongo_3.11.4.bb index 3549adce7c9..0c07344cb49 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.11.4.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc" +SRC_URI[sha256sum] = "539d4cb1b16b57026999c53e5aab857fe706e70ae5310cc8c232479923f932e6" inherit pypi setuptools3