From ebdc8e7415571908a7cfed60752c29820fd3af44 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 29 Jul 2021 14:25:16 +0300 Subject: [PATCH 01/10] python3-networkx: Upgrade 2.6.1 -> 2.6.2 Upgrade to release 2.6.2: - Remove default dependencies - Update release process Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-networkx_2.6.1.bb => python3-networkx_2.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-networkx_2.6.1.bb => python3-networkx_2.6.2.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.6.1.bb b/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-networkx_2.6.1.bb rename to meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb index 676e1dbdcad..38e303ef1b7 100644 --- a/meta-python/recipes-devtools/python/python3-networkx_2.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://networkx.github.io/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5cfa4d8f5881e0d053bb497130b9c73a" -SRC_URI[sha256sum] = "bf4cb807d1bccf1593c7d0742d9127d9e04e021867299082658b0fc3907924e8" +SRC_URI[sha256sum] = "2306f1950ce772c5a59a57f5486d59bb9cab98497c45fc49cbc45ac0dec119bb" inherit pypi setuptools3 From b64d4f987101e10cba2ea25c484283b5af8719d8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 29 Jul 2021 14:25:17 +0300 Subject: [PATCH 02/10] python3-pysonos: Upgrade 0.0.53 -> 0.0.54 Upgrade to release 0.0.54: - Raise exception if Service command is not supported Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pysonos_0.0.53.bb => python3-pysonos_0.0.54.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.53.bb => python3-pysonos_0.0.54.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.53.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.53.bb rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb index dc7f676657f..220393c5504 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.53.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" -SRC_URI[sha256sum] = "e24ea33f4ab810ff5e698d5e577d382413a2994565439ebc67fb42614f899e93" +SRC_URI[sha256sum] = "2a72897cfd342382573632d80d38776884a38c8d02353d9d5da4e9e8e83cb42b" inherit pypi setuptools3 From 5d155acfc33a646b50cafd684c7b753ec22aa6db Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 29 Jul 2021 14:25:18 +0300 Subject: [PATCH 03/10] python3-zeroconf: Upgrade 0.33.1 -> 0.33.2 Upgrade to release 0.33.2: - Handle duplicate goodbye answers in the same packet - Skip ipv6 interfaces that return ENODEV Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-zeroconf_0.33.1.bb => python3-zeroconf_0.33.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.33.1.bb => python3-zeroconf_0.33.2.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.1.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-zeroconf_0.33.1.bb rename to meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb index a0af8420f43..8861378b56d 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.1.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.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] = "ac88738639669f924859a4e01d9742f3783e619e710103f4a0d321a47f260fd2" +SRC_URI[sha256sum] = "5a59425d225a1f5fba0196766fccf856d4686f653037108cbc643a76c1a884fd" inherit pypi setuptools3 From 3de126b8e584e32fcd63f9433953f2c9f8f60c7a Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 2 Aug 2021 11:29:25 +0800 Subject: [PATCH 04/10] python3-bitarray: upgrade 2.2.2 -> 2.2.3 2021-07-22 2.2.3: ------------------- * speedup `repeat()`, #136 * speedup shift operations, #139 * optimize slice assignment with negative step, e.g.: `a[::-1] = 1` * add tests Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-bitarray_2.2.2.bb => python3-bitarray_2.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_2.2.2.bb => python3-bitarray_2.2.3.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.2.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.2.3.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-bitarray_2.2.2.bb rename to meta-python/recipes-devtools/python/python3-bitarray_2.2.3.bb index 01f474d0bb6..b72ca3b5605 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.2.3.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] = "5ed37f0482199de5a3e096405a646ab3f45dd020d234c42539b3c11ea0e2278d" +SRC_URI[sha256sum] = "b5d707d9c4aa75e684e21ff1848b234f3d2ff41d5038db89e2465e5527f90c68" inherit setuptools3 pypi From ec07bf42e31962a5e8e0c3e52f8426532f746aef Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 2 Aug 2021 11:29:58 +0800 Subject: [PATCH 05/10] python3-cbor2: upgrade 5.4.0 -> 5.4.1 Added new feature stringrefs, which makes repetitive dictionary structures more compact. Use with care since support for this is rare in other CBOR implementations. This release includes some bugfixes around decoding invalid data, which may improve security on decoding untrusted data. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-cbor2_5.4.0.bb => python3-cbor2_5.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cbor2_5.4.0.bb => python3-cbor2_5.4.1.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.4.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-cbor2_5.4.0.bb rename to meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb index b791588b428..ba015a81884 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb @@ -4,7 +4,7 @@ DEPENDS +="${PYTHON_PN}-setuptools-scm-native" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI[sha256sum] = "a7926f7244b08c413f1a4fa71a81aa256771c75bdf1a4fd77308547a2d63dd48" +SRC_URI[sha256sum] = "a8bf432f6cb595f50aeb8fed2a4aa3b3f7caa7f135fb57e4378eaa39242feac9" inherit pypi setuptools3 ptest From 5c664feddb779045c3fa336cd8653dc0a4244c45 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 2 Aug 2021 11:29:41 +0800 Subject: [PATCH 06/10] python3-gast: upgrade 0.5.0 -> 0.5.1 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-gast_0.5.0.bb => python3-gast_0.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gast_0.5.0.bb => python3-gast_0.5.1.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.0.bb b/meta-python/recipes-devtools/python/python3-gast_0.5.1.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-gast_0.5.0.bb rename to meta-python/recipes-devtools/python/python3-gast_0.5.1.bb index 9908950dc18..eda18602fbb 100644 --- a/meta-python/recipes-devtools/python/python3-gast_0.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-gast_0.5.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" -SRC_URI[sha256sum] = "8109cbe7aa0f7bf7e4348379da05b8137ea1f059f073332c3c1cedd57db8541f" +SRC_URI[sha256sum] = "b00e63584db482ffe6107b5832042bbe5c5bf856e3c7279b6e93201b3dcfcb46" inherit pypi setuptools3 From a38e69533d7ce0558505e6075e68ae75e75d8c51 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 2 Aug 2021 11:37:50 +0800 Subject: [PATCH 07/10] python3-gmqtt: upgrade 0.6.9 -> 0.6.10 Fix unsubscribe and heap storage behavior Fair waiting for the heap based storage is empty Fix unsubscribe cleans subscriptions storage Fix tests Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-gmqtt_0.6.9.bb => python3-gmqtt_0.6.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gmqtt_0.6.9.bb => python3-gmqtt_0.6.10.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb rename to meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb index 73c0ae0acf5..8ecb691f821 100644 --- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb +++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/wialon/gmqtt" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177" -SRC_URI[sha256sum] = "0e98a964393834e724c93b5dce9524c9f1255c338c0d972188794f54c6559f04" +SRC_URI[sha256sum] = "7ab7a226ab13d75f7bc34a1422da73658ce4cac86708bf55f92daf7c5f44165a" inherit pypi setuptools3 From 9a1cfe49828abc0196300e4126f26e4e6bba88e6 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 2 Aug 2021 11:38:20 +0800 Subject: [PATCH 08/10] python3-graphviz: upgrade 0.16 -> 0.17 Version 0.17 ------------ Drop Python 2 support. Tag Python 3.10 support. Migrate CI to GitHub actions. Add ``pypy3`` to matrix. Tests: implement ``--skip-exe`` via custom ``pytest`` marker. Documentation: point Anaconda users to ``conda-forge/python-graphviz``. Move type hints from docstrings to type annotations. Improve doctests. Examples: standardize import convention and modernize. Re-render example notebooks with Graphviz 2.46.1. -License-Update: Copyright year updated to 2021. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-graphviz_0.16.bb => python3-graphviz_0.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-graphviz_0.16.bb => python3-graphviz_0.17.bb} (61%) diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.16.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb similarity index 61% rename from meta-python/recipes-devtools/python/python3-graphviz_0.16.bb rename to meta-python/recipes-devtools/python/python3-graphviz_0.17.bb index 1af657098b2..306ada89cdb 100644 --- a/meta-python/recipes-devtools/python/python3-graphviz_0.16.bb +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Graphviz protocol implementation" HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=87cd8818b7e63c6a9c580034e80d7521" -SRC_URI[sha256sum] = "d2d25af1c199cad567ce4806f0449cb74eb30cf451fd7597251e1da099ac6e57" +SRC_URI[sha256sum] = "ef6e2c5deb9cdcc0c7eece1d89625fd07b0f2208ea2bcb483520907ddf8b4e12" inherit pypi setuptools3 From 6d5f357ab0f3d854335d34657e85c28e334a1fe9 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 2 Aug 2021 11:39:29 +0800 Subject: [PATCH 09/10] python3-smbus: upgrade 4.2 -> 4.3 4.3 (2021-07-22) decode-dimms: Attempt to decode LPDDR3 modules eeprom, eepromer: Removed the tools in favor of eeprog i2cdetect: Sort the bus list by number i2cdump: Add range support to I2C block mode Deprecate SMBus block mode i2cget: Add support for I2C block read Add support for SMBus block read i2ctransfer: Reverted check for returned length from driver Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-smbus_4.2.bb => python3-smbus_4.3.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-smbus_4.2.bb => python3-smbus_4.3.bb} (69%) diff --git a/meta-python/recipes-devtools/python/python3-smbus_4.2.bb b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb similarity index 69% rename from meta-python/recipes-devtools/python/python3-smbus_4.2.bb rename to meta-python/recipes-devtools/python/python3-smbus_4.3.bb index 862a547c002..e2fd20fc008 100644 --- a/meta-python/recipes-devtools/python/python3-smbus_4.2.bb +++ b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb @@ -1,11 +1,9 @@ SUMMARY = "Set of i2c tools for linux - Python module" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://smbusmodule.c;beginline=1;endline=18;md5=46e424fb045901ab25e0f92c28c80055" -PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/i2c-tools-${PV}.tar.gz " -SRC_URI[md5sum] = "d6861c89521f2a2773e19edadb2befee" -SRC_URI[sha256sum] = "7de18ed890e111fa54ab7ea896804d5faa4d1f0462a258aad9fbb7a8cc6b60cc" +SRC_URI[sha256sum] = "eec464e42301d93586cbeca3845ed61bff40f560670e5b35baec57301d438148" DEPENDS += "i2c-tools" From 8a7916e80f45fc820ad69d56a073fe0377647e05 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 2 Aug 2021 11:38:56 +0800 Subject: [PATCH 10/10] python3-pandas: upgrade 1.3.0 -> 1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed regressions Pandas could not be built on PyPy (GH42355) DataFrame constructed with an older version of pandas could not be unpickled (GH42345) Performance regression in constructing a DataFrame from a dictionary of dictionaries (GH42248) Fixed regression in DataFrame.agg() dropping values when the DataFrame had an Extension Array dtype, a duplicate index, and axis=1 (GH42380) Fixed regression in DataFrame.astype() changing the order of noncontiguous data (GH42396) Performance regression in DataFrame in reduction operations requiring casting such as DataFrame.mean() on integer data (GH38592) Performance regression in DataFrame.to_dict() and Series.to_dict() when orient argument one of “records”, “dict”, or “split” (GH42352) Fixed regression in indexing with a list subclass incorrectly raising TypeError (GH42433, GH42461) Fixed regression in DataFrame.isin() and Series.isin() raising TypeError with nullable data containing at least one missing value (GH42405) Regression in concat() between objects with bool dtype and integer dtype casting to object instead of to integer (GH42092) Bug in Series constructor not accepting a dask.Array (GH38645) Fixed regression for SettingWithCopyWarning displaying incorrect stacklevel (GH42570) Fixed regression for merge_asof() raising KeyError when one of the by columns is in the index (GH34488) Fixed regression in to_datetime() returning pd.NaT for inputs that produce duplicated values, when cache=True (GH42259) Fixed regression in SeriesGroupBy.value_counts() that resulted in an IndexError when called on a Series with one row (GH42618) Bug fixes Fixed bug in DataFrame.transpose() dropping values when the DataFrame had an Extension Array dtype and a duplicate index (GH42380) Fixed bug in DataFrame.to_xml() raising KeyError when called with index=False and an offset index (GH42458) Fixed bug in Styler.set_sticky() not handling index names correctly for single index columns case (GH42537) Fixed bug in DataFrame.copy() failing to consolidate blocks in the result (GH42579) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-pandas_1.3.0.bb => python3-pandas_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pandas_1.3.0.bb => python3-pandas_1.3.1.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.3.0.bb b/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-pandas_1.3.0.bb rename to meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb index b98e2865c71..02e21e4f83d 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://pandas.pydata.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3f23c5c092b74d245d48eeef72bc3fd2" -SRC_URI[sha256sum] = "c554e6c9cf2d5ea1aba5979cc837b3649539ced0e18ece186f055450c86622e2" +SRC_URI[sha256sum] = "341935a594db24f3ff07d1b34d1d231786aa9adfa84b76eab10bf42907c8aed3" inherit pypi setuptools3