From patchwork Wed Sep 14 11:58:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12839 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07B39C6FA8D for ; Wed, 14 Sep 2022 11:58:54 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web11.5275.1663156723618768980 for ; Wed, 14 Sep 2022 04:58:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=kwhbWLyd; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=igK6sIzlexhtVRzC9xLpjZv/f40N3klYKvV2dGkGUok=; b=kwhbWLydLZfiGuyHXqYyb+byJB 3fSDgIQbdVBHP4E6aqd6vmPpZeV97FC3lMylJpJTO17h88htS1uUY65MIOUX9KhtgCUF9Mugzgy19 xZh/fA8WGGE3bu1LpQPd59BLcEeSTj++R4FEObs/UNrhZ5BImbD8PfWmw8MyuJNp+RAQl3QiKxOk9 Ru4/1ZYyTC6HjKxYZ19LRH39ACo538Zv3X0FWclZm1POB+E8k4iDZu3CFTAqgUm0sYUvSeii6USQM Q1R3yK47Fk6o/WYlnOJEBqBcyQHDQFGLitkbCU1q1scfQzrMTEkoHYzvXrhFYhcsMuauGt2ptV09s MPQget7A==; Received: from lan.nucleusys.com ([92.247.61.126]:58898 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oYR2N-0002R1-LL; Wed, 14 Sep 2022 14:58:41 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/5] python3-imageio: Upgrade 2.21.2 -> 2.21.3 Date: Wed, 14 Sep 2022 14:58:29 +0300 Message-Id: <20220914115833.177477-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 14 Sep 2022 11:58:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98790 Upgrade to release 2.21.3: - Raise error if fps is specified - Fix small typo - Examples for Pyav Signed-off-by: Leon Anavi --- .../{python3-imageio_2.21.2.bb => python3-imageio_2.21.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.21.2.bb => python3-imageio_2.21.3.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.21.2.bb b/meta-python/recipes-devtools/python/python3-imageio_2.21.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-imageio_2.21.2.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.21.3.bb index 06af2a15f..74591f3c4 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.21.2.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.21.3.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba" -SRC_URI[sha256sum] = "5702e7b4874bdb2f428b08c7491699b44842129d412cdaa7177ba7ff059deb2c" +SRC_URI[sha256sum] = "b10a583c831c932f4afbea9e8403082d2a76b1d30d7555b777ceb70441890b3c" inherit pypi setuptools3 From patchwork Wed Sep 14 11:58:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12840 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06F9EC6FA82 for ; Wed, 14 Sep 2022 11:58:54 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web11.5276.1663156724725044917 for ; Wed, 14 Sep 2022 04:58:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=m1ce2xbU; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=mbf1aJ+zc7uYBVbsNX+CrUR6UuJKzV1Bj2OJ9ktasVg=; b=m1ce2xbUXlW+m2aOcGb3vwP72V JLlUXuWwjimiKPPBgtP0HFK3AiiAcVQ4bgBMbEjzij+t5X42NNn73D8u6qPH7rmbU1TBJ6vuikEnH 1AaDyRZPJIb+XlhFclNl+lablBQhQ9BMjv0xObcpXmFUvsIIWBWl6bcO4V24LAN++8du4TAsB/Njh nrxA/v3DWH53EZVKB9SXoVX0DjDRKC0nF93FjckEj9YCSkfIJB9P4x1AlIXj/mWShz8ZYl3CJHDht CXN+YfAqNY6KtDHQGbc4mKAF6g+AkZVQDoKmIHjZZQpWjK1ynNCw/XzNEZLK4JdfGiur8rwMMmrPj 60+3i9qA==; Received: from lan.nucleusys.com ([92.247.61.126]:58898 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oYR2P-0002R1-Oi; Wed, 14 Sep 2022 14:58:43 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/5] python3-portion: Upgrade 2.2.0 -> 2.3.0 Date: Wed, 14 Sep 2022 14:58:30 +0300 Message-Id: <20220914115833.177477-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220914115833.177477-1-leon.anavi@konsulko.com> References: <20220914115833.177477-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 14 Sep 2022 11:58:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98791 Upgrade to release 2.3.0: - Support Python 3.10. - IntervalDict.as_dict has an optional atomic=False parameter that, if set to True, returns intervals that are atomic. - Experimental support for structural pattern matching (on left, lower, upper and right). - (breaking) For consistency, the empty interval is never <, >, <=, nor >= when compared to another interval. - Comparing an interval and a value is deprecated since it is ill-defined when the value is on the left of <= or >=. Convert values to singletons first. Signed-off-by: Leon Anavi --- .../{python3-portion_2.2.0.bb => python3-portion_2.3.0.bb} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-portion_2.2.0.bb => python3-portion_2.3.0.bb} (67%) diff --git a/meta-python/recipes-devtools/python/python3-portion_2.2.0.bb b/meta-python/recipes-devtools/python/python3-portion_2.3.0.bb similarity index 67% rename from meta-python/recipes-devtools/python/python3-portion_2.2.0.bb rename to meta-python/recipes-devtools/python/python3-portion_2.3.0.bb index 0dad8b0ce..1638d64c3 100644 --- a/meta-python/recipes-devtools/python/python3-portion_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-portion_2.3.0.bb @@ -7,6 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" inherit pypi setuptools3 -SRC_URI[sha256sum] = "b6bfb08a7834787aca076da1200b735d97beef61b60a462b05213e7354a099cf" +SRC_URI[sha256sum] = "0e9d42838099263201b25517e4c1bd57042b5fe44432d6df38cef72d84d1eb1f" + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-sortedcontainers \ +" BBCLASSEXTEND = "native" From patchwork Wed Sep 14 11:58:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12842 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07C79C6FA8E for ; Wed, 14 Sep 2022 11:58:54 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web10.5359.1663156727226624611 for ; Wed, 14 Sep 2022 04:58:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=m9z4jwpJ; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=V0yABUIKOmmXG8/HR8HE7dM3MT735iRiEFGJFe03mJo=; b=m9z4jwpJuNaRBA86OiWb0KzlkE KcwIPxhr36b6XRSS8RDFx48MFM82sSTVVXr8Zdy3yZ5Ip/iGg+Ox3vBg/bkFgXjny+yW7IdnQJ5iL rAGRbkxN2QKEDfdMpVD/cq2mxPNzqKMQZtMMUuBLXK386reIVyeiHMlRweulPXvQrIUvadkwgJhGG txGxGHO8F4jm5/9U1rfjVbxkSlFkNJv2Tn5HXsZbesyQGO7EsKJ54ehnyta364yu/ULotD/0QPvbh 7JGlrGXDXhcdrt7f5wr1UGwlR2nYTeO6MhnP5A1nf3cupz8DQYVdgus7NHimlnY8SjZjiVhaJu+95 84Xzf5Cg==; Received: from lan.nucleusys.com ([92.247.61.126]:58898 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oYR2S-0002R1-0q; Wed, 14 Sep 2022 14:58:46 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/5] python3-pydantic: Upgrade 1.9.1 -> 1.10.2 Date: Wed, 14 Sep 2022 14:58:31 +0300 Message-Id: <20220914115833.177477-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220914115833.177477-1-leon.anavi@konsulko.com> References: <20220914115833.177477-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 14 Sep 2022 11:58:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98792 Upgrade to release 1.10.2: - Revert Change: Revert percent encoding of URL parts - Prevent long (length > 4_300) strings/bytes as input to int fields, see python/cpython#95778 and CVE-2020-10735 - fix: dataclass wrapper was not always called - Use tomllib on Python 3.11 when parsing mypy configuration - Basic fix of GenericModel cache to detect order of arguments in Union models - Fix mypy plugin when using bare types like list and dict as default_factory Signed-off-by: Leon Anavi --- .../python/python3-pydantic_1.10.2.bb | 20 +++++++++++++++++++ .../python/python3-pydantic_1.9.1.bb | 11 ---------- 2 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb new file mode 100644 index 000000000..16bb1f6ae --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb @@ -0,0 +1,20 @@ +SUMMARY = "Data validation and settings management using Python type hinting" +HOMEPAGE = "https://github.com/samuelcolvin/pydantic" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-typing-extensions \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-image \ + ${PYTHON_PN}-logging \ +" diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb deleted file mode 100644 index 1d113c9c5..000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Data validation and settings management using Python type hinting" -HOMEPAGE = "https://github.com/samuelcolvin/pydantic" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757" -RDEPENDS:${PN} += "\ - python3-typing-extensions \ -" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a" From patchwork Wed Sep 14 11:58:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12838 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB06CECAAD3 for ; Wed, 14 Sep 2022 11:58:53 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web08.5406.1663156730826783764 for ; Wed, 14 Sep 2022 04:58:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=j1fp535t; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=0lG0qFhJr+I+qHLp2Iawy0AJbIw68p2KGUVZMZLa2Bg=; b=j1fp535tlEyvYalpJ3KfL2ADTd jGNMLsMcB6Ye/cFDHuIKldKVshCgjr9mZdcbIZuDEuvOy7Pal5e/WuicIVjUEJWy0+DlKKK8iwQwc pFeAL6oY8JJbQnnj8EUz5spg9OmYrQm/ld1n+AwhFBqSp9Mbt99C4eK7q90HurfvQ4NQkPKn4jEzM 7e1YvvP4ZSuVIawO0DGcltv21VzKs8bnsp3FjDLUOf0fpaN6T9D8DH2cLAyrS3SFtEHKIKMFTW9wr fVRSBnQFtFnh/K8UOtMR+5uSP4BrrnOvoduXMWv4dT4LyRDKqKVo8X0liA9R7a7HZRtQ+DBHt47Yi lCnxsoAg==; Received: from lan.nucleusys.com ([92.247.61.126]:58898 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oYR2U-0002R1-Jm; Wed, 14 Sep 2022 14:58:48 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.8.5 -> 2.8.6 Date: Wed, 14 Sep 2022 14:58:32 +0300 Message-Id: <20220914115833.177477-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220914115833.177477-1-leon.anavi@konsulko.com> References: <20220914115833.177477-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 14 Sep 2022 11:58:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98793 Upgrade to release 2.8.6: - Add random_spanning_tree to documentation - Add warning to nx_agraph about layout nondeterminism - Add cache reset for when G._node is changed - Allow unsortable nodes in approximation.treewidth functions - Add examples for the condensation function - Improve LCA input validation - Replace LCA with naive implementations Signed-off-by: Leon Anavi --- .../{python3-networkx_2.8.5.bb => python3-networkx_2.8.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-networkx_2.8.5.bb => python3-networkx_2.8.6.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.8.5.bb b/meta-python/recipes-devtools/python/python3-networkx_2.8.6.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-networkx_2.8.5.bb rename to meta-python/recipes-devtools/python/python3-networkx_2.8.6.bb index 8d0b8dbb3..3eebfcf98 100644 --- a/meta-python/recipes-devtools/python/python3-networkx_2.8.5.bb +++ b/meta-python/recipes-devtools/python/python3-networkx_2.8.6.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://networkx.github.io/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44614b6df7cf3c19be69d0a945e29904" -SRC_URI[sha256sum] = "15a7b81a360791c458c55a417418ea136c13378cfdc06a2dcdc12bd2f9cf09c1" +SRC_URI[sha256sum] = "bd2b7730300860cbd2dafe8e5af89ff5c9a65c3975b352799d87a6238b4301a6" inherit pypi setuptools3 From patchwork Wed Sep 14 11:58:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12841 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB0A6C6FA8A for ; Wed, 14 Sep 2022 11:58:53 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web10.5361.1663156732186384528 for ; Wed, 14 Sep 2022 04:58:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=GkiQbLA+; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=eVqq+K4xO3HOg5StAhClV26yLcyF92EUGBO6ZNHrzVw=; b=GkiQbLA+h/owmXZh0oL15kJe7x OaQQDvT4fTsGVHKVQLKFddR8deYzhdnvzKgSctJT14jSbWDK70UHEc2eYrSSW+M7W0faO+Yqgbq1N BMhMWXvvXrEX4kH0GPWvJL1EnupzWbIdizA3fDkCsRlfwhl9R/C0kuriU2IhmiF1RzioD4U/im/kV BFYGViTYatD+XL8B70+xgEhvgWSfLGuObOgjOBAxcyFNHabQNASdPzyq7Nj2aORV5jPwu+nq1goKM cpyKUXYo1YYDfrOjjZwUSO6qXmosTx9ssyF4Z+hQ7biOBf9f/h/Q6fMgoSxpYjsI+EnGNq5TE3QnV /hbswduQ==; Received: from lan.nucleusys.com ([92.247.61.126]:58898 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oYR2X-0002R1-0q; Wed, 14 Sep 2022 14:58:51 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 5/5] python3-prettytable: Upgrade 3.3.0 -> 3.4.1 Date: Wed, 14 Sep 2022 14:58:33 +0300 Message-Id: <20220914115833.177477-5-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220914115833.177477-1-leon.anavi@konsulko.com> References: <20220914115833.177477-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 14 Sep 2022 11:58:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98794 Upgrade to release 3.4.1: - Add option to specify line break character used in pagination - Add header alignment attribute - Revert "Add header alignment attribute" Signed-off-by: Leon Anavi --- ...ython3-prettytable_3.3.0.bb => python3-prettytable_3.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-prettytable_3.3.0.bb => python3-prettytable_3.4.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb rename to meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb index b98ee4942..c8b50f0b2 100644 --- a/meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://code.google.com/p/prettytable" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671" -SRC_URI[sha256sum] = "118eb54fd2794049b810893653b20952349df6d3bc1764e7facd8a18064fa9b0" +SRC_URI[sha256sum] = "7d7dd84d0b206f2daac4471a72f299d6907f34516064feb2838e333a4e2567bd" do_install:append() { perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`