From patchwork Wed Nov 2 14:54:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 14715 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 BE72CC433FE for ; Wed, 2 Nov 2022 14:55:05 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web09.7272.1667400895782422479 for ; Wed, 02 Nov 2022 07:54:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=IdyicWa1; spf=softfail (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=b9MEmjcQVtiYtJMUTdnIEcJCltYb2SW11IPLJBT2UEg=; b=IdyicWa1EVCoLuRBVLxQZkat/t Rs7OQR/aMsYx9U3kRxb1nZqcp5aVxQuzXnvNjZxrqnaRtgTxrJhxbwVaUdzMYiAbR9yrzfqLvF9Cv o5Rusd5p1xr0Uaf9wmCNkGODSUCRLSQpD66FXJ7dMxl29gPBP6bB+qB7LGrLquw6gwb6gpND/vuBP Vn8Jmfg75eQrP0D5jgO6ASyCoGASNcdhKPvmv1s3a3/nbfPmhiXCLvBEC8PL7byYFA7En3cBTZ1sS +9wlVUKbOC8sttjYYYrID2lS8zz2BnP44t2/ZwQ6+2qODRQS1Vh0jsquLHqdCS8N92Q0Hq6ZZ2DNR 8mja6ygw==; Received: from lan.nucleusys.com ([92.247.61.126]:44148 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 1oqFAI-0004Ql-Qv; Wed, 02 Nov 2022 16:54:54 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/3] python3-imageio: Upgrade 2.22.2 -> 2.22.3 Date: Wed, 2 Nov 2022 16:54:39 +0200 Message-Id: <20221102145441.3101891-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, 02 Nov 2022 14:55:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99420 Upgrade to release 2.22.3: - Support compression and compressionargs in tifffile plugin Signed-off-by: Leon Anavi --- .../{python3-imageio_2.22.2.bb => python3-imageio_2.22.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.22.2.bb => python3-imageio_2.22.3.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.22.2.bb b/meta-python/recipes-devtools/python/python3-imageio_2.22.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-imageio_2.22.2.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.22.3.bb index 272ec4b61..9b1be658f 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.22.2.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.22.3.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba" -SRC_URI[sha256sum] = "db7010cd10712518819a4187baf61b05988361ea20c23e829918727b27acb977" +SRC_URI[sha256sum] = "63f007b7f2a082306e36922b3fd529a7aa305d2b78f46195bab8e22bbfe866e9" inherit pypi setuptools3 From patchwork Wed Nov 2 14:54:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 14714 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 BF270C4332F for ; Wed, 2 Nov 2022 14:55:05 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web11.7241.1667400896779743437 for ; Wed, 02 Nov 2022 07:54:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=Glkrk4Zs; spf=softfail (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=C+tDlyR33WAhrU9ebyfOq2Zf3aawOA3kNJLG0XMoO+E=; b=Glkrk4ZsVhgghfP14ZCYWqqRMk 2oCwWO277B9I1IqKAwrltkKV2xeX/6zbLhGEfWykxXzz/KQ61DyiRHGvg2q2vnpPGbGj8A6NfovaN uLyANxDIaCz2zGW1mHcxO+I10KyCDWrGbd/TS/NT94MSpQs8vPvMtAccBRqpDXsTx6sxdNxb1AlVc xy8j1EV0BUZTrex4HD19mpZ2bA6jedvWeIT/yUjrwQtG6xheMeI9OecLTloCn0GZ5ofdUt9sLFED6 PVfvvoUkllyHdI3U6BEkbqhOwGVL2/4FklYQkcLgQOZsEetSi9owh2CV40jXHzHoHqKRWdSL4ierA oG0qVxPw==; Received: from lan.nucleusys.com ([92.247.61.126]:44148 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 1oqFAL-0004Ql-BX; Wed, 02 Nov 2022 16:54:56 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/3] python3-httplib: Upgrade 0.20.4 -> 0.21.0 Date: Wed, 2 Nov 2022 16:54:40 +0200 Message-Id: <20221102145441.3101891-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221102145441.3101891-1-leon.anavi@konsulko.com> References: <20221102145441.3101891-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, 02 Nov 2022 14:55:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99421 Upgrade to release 0.21.0: - Bugfix for Content-Encoding: deflate Signed-off-by: Leon Anavi --- .../{python3-httplib2_0.20.4.bb => python3-httplib2_0.21.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-httplib2_0.20.4.bb => python3-httplib2_0.21.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.20.4.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.21.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-httplib2_0.20.4.bb rename to meta-python/recipes-devtools/python/python3-httplib2_0.21.0.bb index 52fd88ddf..3e285d9ae 100644 --- a/meta-python/recipes-devtools/python/python3-httplib2_0.20.4.bb +++ b/meta-python/recipes-devtools/python/python3-httplib2_0.21.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf" -SRC_URI[sha256sum] = "58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585" +SRC_URI[sha256sum] = "fc144f091c7286b82bec71bdbd9b27323ba709cc612568d3000893bfd9cb4b34" inherit pypi python_setuptools_build_meta From patchwork Wed Nov 2 14:54:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 14716 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 C0384C43217 for ; Wed, 2 Nov 2022 14:55:05 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web08.7267.1667400899732620494 for ; Wed, 02 Nov 2022 07:55:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=DqFdHne3; spf=softfail (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=vuDlpoOcRrvurRvPDSHBERH/N2lRvxjoW7deQuBuWmQ=; b=DqFdHne3g0YOY8Pd5jUrCyE7mZ C6QKGCiP22MVhHrpxCAdw1Du0+v4kN7wvLTye3+vjiOQpEgfE+mzfkZ1EhUPv3WYcVbTDJaF6Qyca Z29gsnKwyEZUXnZ1iqqNG+tr6sJPFJesJKiOvP/ea9jwbdhMUeTOA4iilUxkzA6z68sLuPzHiB/se b+kxSCQh27cqSKNqi1rxwv5atLZNdPEjVpL210zR9vAaD21lz1hqop9lINv8erRxtSf7/cRftZ9ZI I7FPsr1hLOHWMasReOkxlWlvcOxIn37LpSYo3uZFQgmqa1sGD0F0X60UbYgplXO405S8s8vlyUbm/ HwT1oeyA==; Received: from lan.nucleusys.com ([92.247.61.126]:44148 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 1oqFAN-0004Ql-IK; Wed, 02 Nov 2022 16:54:59 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/3] python3-twisted: Upgrade 22.8.0 -> 22.10.0 Date: Wed, 2 Nov 2022 16:54:41 +0200 Message-Id: <20221102145441.3101891-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221102145441.3101891-1-leon.anavi@konsulko.com> References: <20221102145441.3101891-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, 02 Nov 2022 14:55:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99422 Upgrade to release 22.10.0: - The systemd: endpoint parser now supports "named" file descriptors. This is a more reliable mechanism for choosing among several inherited descriptors. - The systemd endpoint parser's index parameter is now documented as leading to non-deterministic results in which descriptor is selected. The new name parameter is now documented as preferred. - The implementers of Zope interfaces are once more displayed in the documentations. - twisted.protocols.dict, which was deprecated in 17.9, has been removed. Signed-off-by: Leon Anavi --- .../{python3-twisted_22.8.0.bb => python3-twisted_22.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-twisted_22.8.0.bb => python3-twisted_22.10.0.bb} (99%) diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.8.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb similarity index 99% rename from meta-python/recipes-devtools/python/python3-twisted_22.8.0.bb rename to meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb index f40c5f080..17e76d12a 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_22.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.twistedmatrix.com" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0f8d67f84b6e178c92d471011b2245fc" -SRC_URI[sha256sum] = "e5b60de39f2d1da153fbe1874d885fe3fcbdb21fcc446fa759a53e8fc3513bed" +SRC_URI[sha256sum] = "32acbd40a94f5f46e7b42c109bfae2b302250945561783a8b7a059048f2d4d31" PYPI_PACKAGE = "Twisted"