From patchwork Wed Oct 23 12:36:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 51169 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 DE7A5CF537D for ; Wed, 23 Oct 2024 12:37:01 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web11.7966.1729687011906930895 for ; Wed, 23 Oct 2024 05:36:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=RVD9uQ+R; spf=pass (domain: konsulko.com, ip: 209.85.221.41, mailfrom: leon.anavi@konsulko.com) Received: by mail-wr1-f41.google.com with SMTP id ffacd0b85a97d-37d447de11dso5321533f8f.1 for ; Wed, 23 Oct 2024 05:36:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1729687010; x=1730291810; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=+mlWPbypuovZ2UJKU35AVZGG9RT/z13guNbiPBrK2bA=; b=RVD9uQ+Ryff5Ee+f3Cvw3RXZJCd/C+A2q5CHbVtpIoQanQ7MPA1rz/EG/icx+FfKAl 8Yl5KJchMSvWJfgSCqBEn13lJ2N66afmFAHwCfoQTq+EDAvDt8hxuSzohEezSF2RCWpC ZjhVuzlCoF7J5aazqm9oqYwatDa/ZM4VHRhpM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729687010; x=1730291810; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+mlWPbypuovZ2UJKU35AVZGG9RT/z13guNbiPBrK2bA=; b=MN/6XKfSd1wUYAh6sczsfqheRhIJS51LWPFwosKmhxtDbjpaUINXAHVSIUvLOk+Mo6 /Xsg1z5pm4dMvKYui/2RQ3x+FQeRUN3mxw2QAyHCIOwJCcUVsTldKylvibZMXs7rDZbl K9I3hsSHFI5VhWTxMO7ehxxx62uHjrw17WbG8PcNTgKTWOd136n2h+D1y9h2W7K2jeDr mKjAMTuUYjbVlSVxdicxOjDP0nR9LR2+H7EcFCBJqhjx0tYYzUr9X0y4svICv9C3Aj8q b6C8dPfyRZJWLneqE2JqCWxNOj8GgBNag7wI72+lOhTaDvntZkKzDEdJE4KkM1bskLxZ XHIQ== X-Gm-Message-State: AOJu0YyizTfJbB9204MJ7yXpuNzOqbt6+7yrEWIpNnYLoc0q6Om9Pd1g fBuxshTe/OrpnyYF3pW56HtbrOyJaPKG47lV1K5kfe20U+NW1Gy086YuAXqIosaGj79bL9xaEI6 C X-Google-Smtp-Source: AGHT+IF60RXv7EHvcV3h5am3Lrv57pg9L6YHpDFi31HVo5JyuhkUluae5Gzih5tUpIj04hOqeiPHOw== X-Received: by 2002:a5d:50cb:0:b0:37d:3742:a5a7 with SMTP id ffacd0b85a97d-37efcf2de02mr1463928f8f.33.1729687009870; Wed, 23 Oct 2024 05:36:49 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-37ee0b9bc90sm8751248f8f.100.2024.10.23.05.36.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2024 05:36:49 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/3] python3-trustme: Upgrade 1.1.0 -> 1.2.0 Date: Wed, 23 Oct 2024 15:36:44 +0300 Message-Id: <20241023123646.1067047-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 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, 23 Oct 2024 12:37:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/113148 Upgrade to release 1.2.0: - Add support for Python 3.13 - Allow setting of cert's notBefore attribute - Add the Authority Key Identifier extension to child CA certificates - Remove support for Python 3.8 and PyPy 3.9 The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes: WARNING: python3-trustme-1.2.0-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with hatchling.build, use the correct class [pep517-backend] Signed-off-by: Leon Anavi --- .../{python3-trustme_1.1.0.bb => python3-trustme_1.2.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-trustme_1.1.0.bb => python3-trustme_1.2.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb b/meta-python/recipes-devtools/python/python3-trustme_1.2.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb rename to meta-python/recipes-devtools/python/python3-trustme_1.2.0.bb index dab18f28b..69db7e618 100644 --- a/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-trustme_1.2.0.bb @@ -4,9 +4,9 @@ HOMEPAGE = "https://pypi.org/project/trustme" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d5a7af1a4b73e57431e25d15a2da745a" -SRC_URI[sha256sum] = "5375ad7fb427074bec956592e0d4ee2a4cf4da68934e1ba4bcf4217126bc45e6" +SRC_URI[sha256sum] = "ed2264fb46c35459e6de9e454ed4bab73be44b6a2a26ad417f9b6854aebb644a" -inherit pypi setuptools3 ptest +inherit pypi python_hatchling python_setuptools_build_meta ptest SRC_URI += " \ file://run-ptest \ @@ -32,5 +32,4 @@ RDEPENDS:${PN}-ptest += " \ do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ - cp -rf ${S}/setup.py ${D}${PTEST_PATH} } From patchwork Wed Oct 23 12:36:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 51171 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 D7D0ACF5386 for ; Wed, 23 Oct 2024 12:37:01 +0000 (UTC) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by mx.groups.io with SMTP id smtpd.web11.7968.1729687012372109960 for ; Wed, 23 Oct 2024 05:36:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=Fm7khPHQ; spf=pass (domain: konsulko.com, ip: 209.85.128.41, mailfrom: leon.anavi@konsulko.com) Received: by mail-wm1-f41.google.com with SMTP id 5b1f17b1804b1-43159c9f617so65391785e9.2 for ; Wed, 23 Oct 2024 05:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1729687010; x=1730291810; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=YxwSvI98hUDVYJGZE6FV7BZa7eCdNTO9AfoX5uwX04g=; b=Fm7khPHQhVclAzhajnd05IiJocjJ21ZQz1SGr51qb8QzvbXcIsQ1zEhkDNfVhIL0Zc w/D3i2CjwObsy4ntykblzydVUbvQcmwFmIOSkE+KUilHsGEcYBplxpcFm41nZJnvMTRd eEEC7Z7q/0Nw4oCszJ9ZcUiPr4Odtl2vGyYdU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729687010; x=1730291810; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YxwSvI98hUDVYJGZE6FV7BZa7eCdNTO9AfoX5uwX04g=; b=caQbnAglXJN+48XL32AGNL4piUGMjn7GIh0fgsIHck8K7bHnZ/FYVwxrEDanxeem/M ZE4h4DrX1/XtuJp9bLfcBDlmqAISmhmLzM7ewabkXR+kbSGC+V3R9Z5Xwu7lme/Mx1sn rE7JJRyDffFDXv68JD+kNHpHQZs1uQip6XaTE+kXDtq7pzYh3jJcgz7IHafHB1pp5ACW ih7ltUA7CpKzcBmWkFFYNzI5u+n30RX+j+VMcZUbfusf7BCWihWLowvGRBjfsQrrNFiH PH3A0jiw6BxnShnjdjoYe2MA/HDjvcz8A09YlIyNfLGLpWJbtp7DeIXWzpgkPqIqI1iX Gq7Q== X-Gm-Message-State: AOJu0YyFirejZMbTDF43lF3WxU2kUsa1S757ug0QO6iP3WqBOQoHF44L I7S0irPd8va6fBv07lscrkTVk3uqISh90kmJIhARvyD9YOMx+ZdUtvaWrCvDENuKiKm4w+Dtbev M X-Google-Smtp-Source: AGHT+IEns/vPFo2G0o/V4QKdPRI0fjyveFSsrB7mQ2nb7slQ24SnOx1QGka80/Yz+a1YBuP4Q2pkNA== X-Received: by 2002:a05:600c:46c7:b0:431:50fa:89c4 with SMTP id 5b1f17b1804b1-4318412acc0mr23574815e9.3.1729687010559; Wed, 23 Oct 2024 05:36:50 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-37ee0b9bc90sm8751248f8f.100.2024.10.23.05.36.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2024 05:36:50 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/3] python3-trio: Upgrade 0.26.2 -> 0.27.0 Date: Wed, 23 Oct 2024 15:36:45 +0300 Message-Id: <20241023123646.1067047-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241023123646.1067047-1-leon.anavi@konsulko.com> References: <20241023123646.1067047-1-leon.anavi@konsulko.com> MIME-Version: 1.0 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, 23 Oct 2024 12:37:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/113149 Upgrade to release 0.27.0: - trio.move_on_after and trio.fail_after previously set the deadline relative to initialization time, instead of more intuitively upon entering the context manager. - CancelScope.relative_deadline and CancelScope.is_relative added, as well as a relative_deadline parameter to __init__. This allows initializing scopes ahead of time, but where the specified relative deadline doesn't count down until the scope is entered - trio.Lock and trio.StrictFIFOLock will now raise trio.BrokenResourceError when trio.Lock.acquire would previously stall due to the owner of the lock exiting without releasing the lock - trio.move_on_at, trio.move_on_after, trio.fail_at and trio.fail_after now accept shield as a keyword argument. If specified, it provides an initial value for the ~trio.CancelScope.shield attribute of the trio.CancelScope object created by the context manager - Added trio.lowlevel.add_parking_lot_breaker and trio.lowlevel.remove_parking_lot_breaker to allow creating custom lock/semaphore implementations that will break their underlying parking lot if a task exits unexpectedly. trio.lowlevel.ParkingLot.break_lot is also added, to allow breaking a parking lot intentionally - Allow sockets to bind any os.PathLike object - Update trio.lowlevel.open_process's documentation to allow bytes - Update trio.sleep_forever to be NoReturn Signed-off-by: Leon Anavi --- ...{python3-trio_0.26.2.bb => python3-trio_0.27.0.bb} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-trio_0.26.2.bb => python3-trio_0.27.0.bb} (66%) diff --git a/meta-python/recipes-devtools/python/python3-trio_0.26.2.bb b/meta-python/recipes-devtools/python/python3-trio_0.27.0.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-trio_0.26.2.bb rename to meta-python/recipes-devtools/python/python3-trio_0.27.0.bb index 1272606f6..524e439d4 100644 --- a/meta-python/recipes-devtools/python/python3-trio_0.26.2.bb +++ b/meta-python/recipes-devtools/python/python3-trio_0.27.0.bb @@ -5,9 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \ file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721" -SRC_URI[sha256sum] = "0346c3852c15e5c7d40ea15972c4805689ef2cb8b5206f794c9c19450119f3a4" +SRC_URI[sha256sum] = "1dcc95ab1726b2da054afea8fd761af74bad79bd52381b84eae408e983c76831" inherit pypi python_setuptools_build_meta -PYPI_PACKAGE = "trio" -RDEPENDS:${PN} = "python3-idna python3-sniffio" +RDEPENDS:${PN} = " \ + python3-idna \ + python3-sniffio \ + python3-attrs \ + python3-outcome \ + python3-sortedcontainers \ +" From patchwork Wed Oct 23 12:36:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 51170 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 D7CB6CF5385 for ; Wed, 23 Oct 2024 12:37:01 +0000 (UTC) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mx.groups.io with SMTP id smtpd.web11.7969.1729687013906494715 for ; Wed, 23 Oct 2024 05:36:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=II9BpD8A; spf=pass (domain: konsulko.com, ip: 209.85.128.50, mailfrom: leon.anavi@konsulko.com) Received: by mail-wm1-f50.google.com with SMTP id 5b1f17b1804b1-43167ff0f91so48372075e9.1 for ; Wed, 23 Oct 2024 05:36:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1729687012; x=1730291812; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ZHFegL83eFbVXvCAfzjWXicpNjo1AEuucMNHETredx4=; b=II9BpD8AkiGPlRYLZOEjA47TsxHEF3uahoELFVlc9Z3x95HBykXYWeeFE2nLcXgohv w9TZMA2DTCPN/kWdO4HK1oy2WzPZMYdUuICUK5GxORoh0ocap/aDulUmcLU0hw586Zof iUyns3G3njIMcIuA14gaicONvuEh0MYhh3/yY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729687012; x=1730291812; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ZHFegL83eFbVXvCAfzjWXicpNjo1AEuucMNHETredx4=; b=cgYAYr1mPv0cJsJEja0r129PbvCxiZxK8jzhrb5g5/xuF3HfccYy9m1iKS4FEHH6EQ /zbSATCjF6ntkKGCCEBX43BoW47vNRxQU6zQCoDIaH/EOgfIQhAng25XYvqA7kqD87yp mXooVOTFd+7tgmZQUsVN4asBLHcD4OVxlPN0sWt07wyVJeUWLU9db65kWaryxJ9/yhQf wXdgR5CQb9MaKvP8/RwRs5uuOYDgJpuCNcyzSkoiKSwKjJjRtBL5uQiuEFbZjjv955UY /IsneubzN2UYquc0k6e32OATH8+DZ5k6YAxT43ZgW+7ect7yUlP2lyjocrOkfkCmvsao o34A== X-Gm-Message-State: AOJu0YwSZO95TKiPzdVngVDcGqRL+w7P2xT96x2qvGf9s++egJVvJXI2 sKKDbMuHZ66p/BI1fjy4oQDDaBwqQJnn2l9AcuOE4w1G5oMY9QiF809h808laHtKUofhzbs3XDi 0 X-Google-Smtp-Source: AGHT+IGkKfmtWE5KfEXu60noOgXdXDeVJbRo0SeuofbRAxlC7MWaEjvjP/D0KDPQSTI7H3TiuF3D6w== X-Received: by 2002:a05:600c:1d06:b0:42c:b5f1:44ff with SMTP id 5b1f17b1804b1-4318419a118mr22697425e9.24.1729687011348; Wed, 23 Oct 2024 05:36:51 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-37ee0b9bc90sm8751248f8f.100.2024.10.23.05.36.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2024 05:36:50 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/3] python3-rich: Upgrade 13.9.2 -> 13.9.3 Date: Wed, 23 Oct 2024 15:36:46 +0300 Message-Id: <20241023123646.1067047-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241023123646.1067047-1-leon.anavi@konsulko.com> References: <20241023123646.1067047-1-leon.anavi@konsulko.com> MIME-Version: 1.0 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, 23 Oct 2024 12:37:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/113150 Upgrade to release 13.9.3: - Fixed broken regex that may have resulted in poor performance Signed-off-by: Leon Anavi --- .../{python3-rich_13.9.2.bb => python3-rich_13.9.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-rich/{python3-rich_13.9.2.bb => python3-rich_13.9.3.bb} (85%) diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.9.2.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.9.3.bb similarity index 85% rename from meta-python/recipes-extended/python-rich/python3-rich_13.9.2.bb rename to meta-python/recipes-extended/python-rich/python3-rich_13.9.3.bb index b279edfec..9458e4137 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_13.9.2.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_13.9.3.bb @@ -8,7 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303" -SRC_URI[sha256sum] = "51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c" +SRC_URI[sha256sum] = "bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e" inherit pypi python_poetry_core