From 979a75b1374f2bedfe1945e3c5c2849bd8d704ac Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 6 Aug 2021 10:21:15 +0200 Subject: [PATCH 01/22] python3-grpcio: make sure that GRPC_CFLAGS is expanded to empty * with bitbake change from: https://git.openembedded.org/bitbake/commit/?id=699e36c270d863258502d315ed00a1b940bfbf96 the GRPC_CFLAGS now stays None when toolchain-clang isn't used causing: i686-oe-linux-gcc: error: ${GRPC_CFLAGS}: linker input file not found: No such file or directory Signed-off-by: Martin Jansa Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb index cbc8ce95fc3..f68034763c9 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb @@ -34,6 +34,7 @@ BORING_SSL:arm = "1" BORING_SSL ?= "0" export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" +GRPC_CFLAGS ?= "" GRPC_CFLAGS:append:toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" From eac5541b5a6e3d9aa54a312ae8f3ec1ad4d8a14d Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 6 Aug 2021 14:59:32 +0800 Subject: [PATCH 02/22] python3-engineio: upgrade 4.2.0 -> 4.2.1 Release 4.2.1 - 2021-08-02 Support setting socketio_path to the root URL #242 (commit) Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit) Pass reason when closing a WebSocket connection (commit) Improved project structure (commit) Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!) Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-engineio_4.2.0.bb => python3-engineio_4.2.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.2.0.bb => python3-engineio_4.2.1.bb} (73%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb index 7a828a645da..2eb82e8fc8e 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb @@ -17,5 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[md5sum] = "1fa937ec2a9f6feac27e9f65824c5781" -SRC_URI[sha256sum] = "4e97c1189c23923858f5bb6dc47cfcd915005383c3c039ff01c89f2c00d62077" +SRC_URI[sha256sum] = "d510329b6d8ed5662547862f58bc73659ae62defa66b66d745ba021de112fa62" From fde1e5acf99a95f49638c4c1a96f34e9199f6f5c Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 6 Aug 2021 15:02:02 +0800 Subject: [PATCH 03/22] python3-humanize: upgrade 3.10.0 -> 3.11.0 Added Add Bengali langauage (#221) @wasi-master Fixed Fix Korean localization (#219) @Craphting Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-humanize_3.10.0.bb => python3-humanize_3.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-humanize_3.10.0.bb => python3-humanize_3.11.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.11.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb rename to meta-python/recipes-devtools/python/python3-humanize_3.11.0.bb index 56983841cbe..aacda65ca5c 100644 --- a/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-humanize_3.11.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d" -SRC_URI[sha256sum] = "b2413730ce6684f85e0439a5b80b8f402e09f03e16ab8023d1da758c6ff41148" +SRC_URI[sha256sum] = "4160cdc63fcd0daac27d2e1e218a31bb396fc3fe5712d153675d89432a03778f" inherit pypi setuptools3 From 7f143f8a31a3438606cc75e4a951c26df3ef0755 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 6 Aug 2021 15:00:09 +0800 Subject: [PATCH 04/22] python3-ipython: upgrade 7.25.0 -> 7.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IPython 7.26 is a minor release that fixes a couple of issues, updates in API and Copyright/Licenses issues around various part of the codebase. We’ll highlight this issue pointing out we were including and refereeing to code from Stack Overflow which was CC-BY-SA, hence incompatible with the BSD license of IPython. This lead us to a rewriting of the corresponding logic which in our case was done in a more efficient way (in our case we were searching string prefixes instead of full strings). You will notice also a number of documentation improvements and cleanup. Of particular interest are the following Pull-requests: The IPython directive now uses Sphinx logging for warnings. PR #13030. Add expiry days option to pastebin magic and change http protocol to https. PR #13056 Make Ipython.utils.timing work with jupyterlite PR #13050. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-ipython_7.25.0.bb => python3-ipython_7.26.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_7.25.0.bb => python3-ipython_7.26.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.26.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb rename to meta-python/recipes-devtools/python/python3-ipython_7.26.0.bb index 5e5261fa519..4c1d4ebd705 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_7.26.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" PYPI_PACKAGE = "ipython" -SRC_URI[sha256sum] = "54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc" +SRC_URI[sha256sum] = "0cff04bb042800129348701f7bd68a430a844e8fb193979c08f6c99f28bb735e" RDEPENDS:${PN} = "\ ${PYTHON_PN}-setuptools \ From a784a457bdf277fbf041437db47a8995130fe2a0 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 6 Aug 2021 14:59:48 +0800 Subject: [PATCH 05/22] python3-isort: upgrade 5.9.2 -> 5.9.3 5.9.3 July 28 2021 Improved text of skipped file message to mention gitignore feature. Made all exceptions pickleable. Fixed #1779: Pylama integration ignores pylama specific isort config overrides. Fixed #1781: --from-first CLI flag shouldn't take any arguments. Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file. Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-isort_5.9.2.bb => python3-isort_5.9.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-isort_5.9.2.bb => python3-isort_5.9.3.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb b/meta-python/recipes-devtools/python/python3-isort_5.9.3.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-isort_5.9.2.bb rename to meta-python/recipes-devtools/python/python3-isort_5.9.3.bb index a4594238399..44a51db28f7 100644 --- a/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-isort_5.9.3.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489" -SRC_URI[sha256sum] = "f65ce5bd4cbc6abdfbe29afc2f0245538ab358c14590912df638033f157d555e" +SRC_URI[sha256sum] = "9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899" inherit pypi setuptools3 From 1af5f25247f92dede6c097a03e16fc8371e2f06a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Aug 2021 16:42:23 +0300 Subject: [PATCH 06/22] python3-astroid: Upgrade 2.6.5 -> 2.6.6 Upgrade to release 2.6.6: - Added support to infer return type of typing.cast() - Fix variable lookup's handling of exclusive statements - Fix variable lookup's handling of function parameters - Fix variable lookup's handling of except clause variables - Fix handling of classes with duplicated bases with the same name Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-astroid_2.6.5.bb => python3-astroid_2.6.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_2.6.5.bb => python3-astroid_2.6.6.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.6.6.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.6.6.bb index 5d7ef8f29b9..10851039b3c 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.6.6.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "83e494b02d75d07d4e347b27c066fd791c0c74fc96c613d1ea3de0c82c48168f" +SRC_URI[sha256sum] = "3975a0bd5373bdce166e60c851cfcbaf21ee96de80ec518c1f4cb3e94c3fb334" inherit pypi setuptools3 From 45093772c441d99a8bd34e3425ce7bccaa05c7fe Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Aug 2021 16:42:24 +0300 Subject: [PATCH 07/22] python3-gast: Upgrade 0.5.1 -> 0.5.2 Upgrade to release 0.5.2: - Test field count more accurately Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-gast_0.5.1.bb => python3-gast_0.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gast_0.5.1.bb => python3-gast_0.5.2.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.1.bb b/meta-python/recipes-devtools/python/python3-gast_0.5.2.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-gast_0.5.1.bb rename to meta-python/recipes-devtools/python/python3-gast_0.5.2.bb index eda18602fbb..d318973a17d 100644 --- a/meta-python/recipes-devtools/python/python3-gast_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-gast_0.5.2.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" -SRC_URI[sha256sum] = "b00e63584db482ffe6107b5832042bbe5c5bf856e3c7279b6e93201b3dcfcb46" +SRC_URI[sha256sum] = "f81fcefa8b982624a31c9e4ec7761325a88a0eba60d36d1da90e47f8fe3c67f7" inherit pypi setuptools3 From c24e169cdf07b198df3ad29f336cf7faf8c0563d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Aug 2021 16:42:25 +0300 Subject: [PATCH 08/22] python3-greenlet: Upgrade 1.1.0 -> 1.1.1 Upgrade to release 1.1.1: - Provide Windows binary wheels for Python 3.10 (64-bit only). - Update Python 3.10 wheels to be built against 3.10rc1, where applicable. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-greenlet_1.1.0.bb => python3-greenlet_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-greenlet_1.1.0.bb => python3-greenlet_1.1.1.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet_1.1.0.bb b/meta-python/recipes-devtools/python/python3-greenlet_1.1.1.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-greenlet_1.1.0.bb rename to meta-python/recipes-devtools/python/python3-greenlet_1.1.1.bb index 0f0f18fe355..9d014ec7a72 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_1.1.1.bb @@ -4,6 +4,6 @@ LICENSE = "MIT & PSF" LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[sha256sum] = "c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee" +SRC_URI[sha256sum] = "c0f22774cd8294078bdf7392ac73cf00bfa1e5e0ed644bd064fdabc5f2a2f481" inherit pypi distutils3 setuptools3 From a4a83db5c79fbe9a78f9628e7a6ec280d34bea39 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Aug 2021 16:42:26 +0300 Subject: [PATCH 09/22] python3-bitarray: Upgrade 2.2.3 -> 2.2.5 Upgrade to release 2.2.5: - speedup `find_bit()` and `find_last()` using uint64 checking, this means a speedup for `.find()`, `.index()`, `.search()` and `util.rindex()` - add optional start and stop arguments to `.bytereverse()` - add example to illustrate how unaligned copying works internally - add documentation - add tests Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-bitarray_2.2.3.bb => python3-bitarray_2.2.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_2.2.3.bb => python3-bitarray_2.2.5.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.2.3.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.2.5.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-bitarray_2.2.3.bb rename to meta-python/recipes-devtools/python/python3-bitarray_2.2.5.bb index b72ca3b5605..f8e24890706 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.2.5.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" -SRC_URI[sha256sum] = "b5d707d9c4aa75e684e21ff1848b234f3d2ff41d5038db89e2465e5527f90c68" +SRC_URI[sha256sum] = "efb2dc83f0acb832a94af3687eea558d72512cf2e54a64fca56a10aacf57934c" inherit setuptools3 pypi From eaf1d5f5199e68218f7322b7c960a05f241f5dca Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Aug 2021 16:42:27 +0300 Subject: [PATCH 10/22] python3-send2trash: Upgrade 1.7.1 -> 1.8.0 Upgrade to release 1.8.0: - Add compatibility with pathlib paths - Fix thread compatibility of modern windows implementation - Fix handling of UNC names in legacy windows implementation Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-send2trash_1.7.1.bb => python3-send2trash_1.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/send2trash/{python3-send2trash_1.7.1.bb => python3-send2trash_1.8.0.bb} (71%) diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.7.1.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb similarity index 71% rename from meta-python/recipes-extended/send2trash/python3-send2trash_1.7.1.bb rename to meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb index d3554c80316..76f59e28531 100644 --- a/meta-python/recipes-extended/send2trash/python3-send2trash_1.7.1.bb +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb @@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb" inherit pypi setuptools3 -SRC_URI[sha256sum] = "17730aa0a33ab82ed6ca76be3bb25f0433d0014f1ccf63c979bab13a5b9db2b2" +SRC_URI[sha256sum] = "d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d" PYPI_PACKAGE = "Send2Trash" From 7155618aa6f7d3bec5324962a4c1f272dadd3a63 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 9 Aug 2021 17:45:48 +0800 Subject: [PATCH 11/22] python3-defusedxml: extend recipe to add native support It may be useful for some use cases. Signed-off-by: Naveen Saini Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb index f48c429c411..e5790f478c1 100644 --- a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb @@ -8,3 +8,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e" SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" inherit pypi setuptools3 + +BBCLASSEXTEND = "native" From 32ef66c59c62badae3bf5ec62a16261a1a5e309d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 10 Aug 2021 11:30:54 +0300 Subject: [PATCH 12/22] python3-zeroconf: Upgrade 0.33.2 -> 0.34.3 Upgrade to release 0.34.3: - Fix sending immediate multicast responses - Coalesce aggregated multicast answers - Ensure ServiceInfo requests can be answered inside the default timeout with network protection - Ensure multicast aggregation sends responses within 620ms - Implemented Multicast Response Aggregation Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-zeroconf_0.33.2.bb => python3-zeroconf_0.34.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.33.2.bb => python3-zeroconf_0.34.3.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.34.3.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb rename to meta-python/recipes-devtools/python/python3-zeroconf_0.34.3.bb index 242f329dc8d..a8b9aeb73b8 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.34.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" -SRC_URI[sha256sum] = "5a59425d225a1f5fba0196766fccf856d4686f653037108cbc643a76c1a884fd" +SRC_URI[sha256sum] = "145e67c182d361b350f057fb9240dedec5e79a7c61f465a01138d4a49a4b87b3" inherit pypi setuptools3 From a62ee80e762afa1c483627b35ab191d8644e5361 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 10 Aug 2021 11:30:55 +0300 Subject: [PATCH 13/22] python3-aiohue: Upgrade 2.5.1 -> 2.6.1 Upgrade to release 2.6.1: - Fix temperature event - Store last event on devices Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-aiohue_2.5.1.bb => python3-aiohue_2.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohue_2.5.1.bb => python3-aiohue_2.6.1.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb rename to meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb index 6ea4da3eae7..c79a922a290 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" -SRC_URI[sha256sum] = "3ee8e857b07364516f8b9f0e5c52d4cd775036f3ace37c2769de1e8579f4dc07" +SRC_URI[sha256sum] = "1374f7fc50bac46375e18ce7d511515265ce83c9180f312e60a36d63055f0104" inherit pypi setuptools3 From 44e27676631b1b490599ee19d2c891eb46070f39 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 10 Aug 2021 11:30:56 +0300 Subject: [PATCH 14/22] python3-configargparse: Upgrade 1.5.1 -> 1.5.2 Upgrade to release 1.5.2: - fix: append with nargs > 1 for env vars - add support for argparse.BooleanOptionalAction - Docs update Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-configargparse_1.5.1.bb => python3-configargparse_1.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-configargparse_1.5.1.bb => python3-configargparse_1.5.2.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb rename to meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb index 32b24f04295..e4b67971820 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" -SRC_URI[sha256sum] = "371f46577e76ec71a183b88378f36dd09f4b946f60fe60712f411b020f26b812" +SRC_URI[sha256sum] = "c39540eb4843883d526beeed912dc80c92481b0c13c9787c91e614a624de3666" PYPI_PACKAGE = "ConfigArgParse" From e0b5f1d79dd60f91b4d3bd9339837a38b7ae3cc5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 10 Aug 2021 11:30:57 +0300 Subject: [PATCH 15/22] python3-pycurl: Upgrade 7.43.0.6 -> 7.44.0 Upgrade to release 7.44.0: - getinfo(CURLINFO_FTP_ENTRY_PATH) now handles NULL return from libcurl, returning None in this case. - Python 3.9 is now officially supported (patch by Bill Collins). - Added CURLOPT_DOH_URL (patch by resokou). - Best effort Python 2 support has been reinstated. - Added missing fields to curl_version_info struct (patch by Hasan). - Added CURLINFO_CONDITION_UNMET (patch by Dima Tisnek). - Exposed MAX_CONCURRENT_STREAMS in CurlMulti (patch by Alexandre Pion). - Compilation fixed against Python 3.10 alpha (patch by Kamil Dudka). License-Update: update copyright years Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pycurl_7.43.0.6.bb => python3-pycurl_7.44.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-pycurl_7.43.0.6.bb => python3-pycurl_7.44.0.bb} (70%) diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.6.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.44.0.bb similarity index 70% rename from meta-python/recipes-devtools/python/python3-pycurl_7.43.0.6.bb rename to meta-python/recipes-devtools/python/python3-pycurl_7.44.0.bb index 0437a6cc933..72b87dafb2e 100644 --- a/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.6.bb +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.44.0.bb @@ -9,11 +9,10 @@ HOMEPAGE = "http://pycurl.io/" LICENSE = "LGPLv2 | MIT" LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ - file://COPYING-MIT;md5=60872a112595004233b769b6cbfd65b6 \ + file://COPYING-MIT;md5=75f131c591546fd1277ca49c9a81ab1b \ " -SRC_URI[md5sum] = "3e121d895101022c30619e1bbf97eb97" -SRC_URI[sha256sum] = "8301518689daefa53726b59ded6b48f33751c383cf987b0ccfbbc4ed40281325" +SRC_URI[sha256sum] = "2ce9905626d8ceafcbadee666e2f45397e29c7618ddcdc63fc22d85e5046c6d6" inherit pypi setuptools3 From 3989c76769f7873c747b0c0a044012942c14bdd5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 10 Aug 2021 11:30:58 +0300 Subject: [PATCH 16/22] python3-distro: Upgrade 1.5.0 -> 1.6.0 Upgrade to release: BACKWARDS COMPATIBILITY: - Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead - Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+ ENHANCEMENTS: - Added type hints to distro module - Added __version__ for checking distro version - Added support for arbitrary rootfs via the root_dir parameter - Added the --root-dir option to CLI - Added fallback to /usr/lib/os-release when /etc/os-release isn't available BUG FIXES: - Fixed subprocess.CalledProcessError when running lsb_release - Ignore /etc/iredmail-release file while parsing distribution - Use a binary file for /dev/null to avoid TextIOWrapper overhead RELEASE: - Moved repository from nir0s/distro to python-distro/distro on GitHub. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-distro_1.5.0.bb => python3-distro_1.6.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-distro_1.5.0.bb => python3-distro_1.6.0.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb b/meta-python/recipes-devtools/python/python3-distro_1.6.0.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-distro_1.5.0.bb rename to meta-python/recipes-devtools/python/python3-distro_1.6.0.bb index aaaee0deeed..8aa22556700 100644 --- a/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-distro_1.6.0.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" PYPI_PACKAGE = "distro" -SRC_URI[md5sum] = "0ed68b4064709bdaaf6cce69780ddc51" -SRC_URI[sha256sum] = "0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92" +SRC_URI[sha256sum] = "83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424" inherit pypi setuptools3 From 591543dc0b25f5b70477e0994dd8a118f859a732 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 11 Aug 2021 10:49:25 +0800 Subject: [PATCH 17/22] python3-m2crypto: fix for new overrides syntax Fix wrong replacement caused by script convert-overrides.py. And use new overrides syntax for 'x32'. Signed-off-by: Kai Kang Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-m2crypto_0.38.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb index e0f4870beae..e1ee99baea8 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb @@ -31,14 +31,14 @@ DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGIN DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" SWIG_FEATURES:x86 = "-D__i386__" -SWIG_FEATURES_x32 = "-D__ILP32__" +SWIG_FEATURES:x32 = "-D__ILP32__" SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '32']}" SWIG_FEATURES:append:riscv64 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" SWIG_FEATURES:append:riscv32 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" SWIG_FEATURES:append:mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}" -SWIG_FEATURES:append:powerpc64le = " -D_:powerpc64__" +SWIG_FEATURES:append:powerpc64le = " -D__powerpc64__" export SWIG_FEATURES export STAGING_DIR From 2631096e7340ba585d807a887e5e42a085253ed2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 11 Aug 2021 12:15:26 +0300 Subject: [PATCH 18/22] python3-google-api-core: Upgrade 1.30.0 -> 1.31.1 Upgrade to release 1.31.1: - add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions - add Samples section to CONTRIBUTING.rst - add ServiceUnavailable exception to polling retries - undprecate entity factory helpers Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...gle-api-core_1.30.0.bb => python3-google-api-core_1.31.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-core_1.30.0.bb => python3-google-api-core_1.31.1.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_1.31.1.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb rename to meta-python/recipes-devtools/python/python3-google-api-core_1.31.1.bb index 2ded8c66bb3..fe0aebb5279 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-core_1.31.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" inherit pypi setuptools3 -SRC_URI[sha256sum] = "0724d354d394b3d763bc10dfee05807813c5210f0bd9b8e2ddf6b6925603411c" +SRC_URI[sha256sum] = "108cf94336aed7e614eafc53933ef02adf63b9f0fd87e8f8212acaa09eaca456" RDEPENDS:${PN} += "\ ${PYTHON_PN}-asyncio \ From f065dd23bde327bb7bf7b4c6ecfb1ed6c381dafd Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 11 Aug 2021 12:15:27 +0300 Subject: [PATCH 19/22] python3-google-auth: Upgrade 1.32.0 -> 1.34.0 Upgrade to release 1.34.0: - support refresh callable on google.oauth2.credentials.Credentials - do not use the GAE APIs on gen2+ runtimes Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...hon3-google-auth_1.32.0.bb => python3-google-auth_1.34.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_1.32.0.bb => python3-google-auth_1.34.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_1.34.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_1.34.0.bb index 72dd24dedb2..92ad24800fc 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_1.34.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" inherit pypi setuptools3 -SRC_URI[sha256sum] = "e34e5f5de5610b202f9b40ebd9f8b27571d5c5537db9afed3a72b2db5a345039" +SRC_URI[sha256sum] = "f1094088bae046fb06f3d1a3d7df14717e8d959e9105b79c57725bd4e17597a2" RDEPENDS:${PN} += "\ ${PYTHON_PN}-asyncio \ From d8020303967f8a38fda5883c61c6167ce783d17f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 11 Aug 2021 12:15:28 +0300 Subject: [PATCH 20/22] python3-google-api-python-client: Upgrade 2.12.0 -> 2.15.0 Upgrade to release 2.15.0: - alertcenter: update the api - chat: update the api - cloudbuild: update the api - content: update the api - displayvideo: update the api - dns: update the api - eventarc: update the api - file: update the api - monitoring: update the api - people: update the api - retail: update the api - securitycenter: update the api - speech: update the api - sqladmin: update the api License-Update: update license to be Apache-2.0 compliant Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...t_2.12.0.bb => python3-google-api-python-client_2.15.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_2.12.0.bb => python3-google-api-python-client_2.15.0.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.15.0.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.15.0.bb index 36345e01660..6172cd28f57 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.15.0.bb @@ -2,9 +2,9 @@ SUMMARY = "The Google API Client for Python is a client library for accessing th Moderator, and many other Google APIs." HOMEPAGE = "https://github.com/googleapis/google-api-python-client" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "a5d203241a93201a770c966f8eca39de7f88b28194f9d252065b18e83bd99c4b" +SRC_URI[sha256sum] = "8375489232823f44c601196a960505e03ec58c95ddb6415c6b1d1d76b468f8ba" inherit pypi setuptools3 From d1a321280933b9806e1af46932e024524faa4c73 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 11 Aug 2021 12:15:29 +0300 Subject: [PATCH 21/22] python3-huey: Upgrade 2.3.2 -> 2.4.0 Upgrade to release 2.4.0: - Task expiration - Add option to make crontab() parsing strict, raising an error if an invalid interval specification is given. You probably want to enable this. - Fix bug in the FileStorage dequeue() method, which attempted to unlink an open file. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-huey_2.3.2.bb => python3-huey_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_2.3.2.bb => python3-huey_2.4.0.bb} (70%) diff --git a/meta-python/recipes-devtools/python/python3-huey_2.3.2.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.0.bb similarity index 70% rename from meta-python/recipes-devtools/python/python3-huey_2.3.2.bb rename to meta-python/recipes-devtools/python/python3-huey_2.4.0.bb index 4ef80c4a855..afdc65b2464 100644 --- a/meta-python/recipes-devtools/python/python3-huey_2.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-huey_2.4.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "7176acb113850824490da5a31f328cc48a2002a59bfb396efbab8ecbd3573910" +SRC_URI[sha256sum] = "82981fb8f1964e8c9ee8f4ebcd5a2ebad561dd93ce8b454bf4f4ecfb54bd1411" inherit pypi setuptools3 From 7fc6d61b616187341bff03cb8c6bf950a7b6c3ca Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 11 Aug 2021 12:15:30 +0300 Subject: [PATCH 22/22] python3-apply-defaults: Upgrade 0.1.4 -> 0.1.6 Upgrade to release 0.1.6: - Alias imports in __init__.py, so that mypy considers them re-exported. - Use mypy with the --strict flag. - Added Github Actions to the repo. - Add .pre-commit-config.yml Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...apply-defaults_0.1.4.bb => python3-apply-defaults_0.1.6.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-apply-defaults_0.1.4.bb => python3-apply-defaults_0.1.6.bb} (69%) diff --git a/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb b/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb similarity index 69% rename from meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb rename to meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb index 7889f0c62a7..6bf61cfcd3c 100644 --- a/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c89120516900f96f4c60d35fdc4c3f15" PYPI_PACKAGE = "apply_defaults" -SRC_URI[md5sum] = "719abb133f4b46283ebd940fcdf30a78" -SRC_URI[sha256sum] = "1ce26326a61d8773d38a9726a345c6525a91a6120d7333af79ad792dacb6246c" +SRC_URI[sha256sum] = "3773de3491b94c0fe44310f1a85888389cdc71e1544b343bce0d2bd6991acea5" inherit pypi setuptools3