From patchwork Wed Oct 9 12:30:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50143 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 6A472CEDD89 for ; Wed, 9 Oct 2024 12:30:20 +0000 (UTC) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) by mx.groups.io with SMTP id smtpd.web11.15101.1728477015813097321 for ; Wed, 09 Oct 2024 05:30:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=fR1ybeTr; spf=pass (domain: konsulko.com, ip: 209.85.208.50, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f50.google.com with SMTP id 4fb4d7f45d1cf-5c9150f9ed4so1661328a12.0 for ; Wed, 09 Oct 2024 05:30:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728477014; x=1729081814; 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=APqMlM9fQilNCzVr6j3gn5duA7xKUDGogqphhs1WOoc=; b=fR1ybeTr5L0TvXG2fJGzNT0LhS93FSd/OnfKe7NxpHXz5j0WFY1TyHWI+e5z4GwKCM Uk0UqRJ06TTlP/ZvBLChhpVx6LBLp3Bl49306rYBBoE1L3A76UrxTtai2t/H0Sci+C64 ArR80jrAdDFVr+WreGJ/ISJ+VvTqLCa7gCxig= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728477014; x=1729081814; 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=APqMlM9fQilNCzVr6j3gn5duA7xKUDGogqphhs1WOoc=; b=xQIkea7nNhqlqYsOXG/krkqPofA1umvs2+vXO0r89shp0nyw365jBUi2pj1Z05pge9 kcXX540r7IJ2vDqiAROThaQXF1AaPSyWcnepZ9tRnlTkos3wLyK+h2wpENVTew7Nm09A Lqe4QwvJQtLizM3U/REdwc1NwglBK6RtwYQVdEMkePzEXmnAwqGkegVb26ef0MnNYoaf ojgrdIxLj268m9xVnm0KBMFDChSNd3np4Cah+M3coVKUnriH5qyMNCxObAHnBEBLtCLO 0lCMwIz4uIDpNmOebOOsFguVeWH4dS8iDV0qFbclCQoq//Xr+2olHqctr2hw8EY3ArWH N+hw== X-Gm-Message-State: AOJu0YytT/BqAZVLtVMD80ET2sEwXZ3VFKF+TQLjyXxc3vEv3SFVcwzx eZMzHXIZXeKkd1gYtfP9EjkTJuLKAIw9BhXMjVzTSaf6PH/qUU0n/8m2GDN+jzrcFEEPI7LhvVj d X-Google-Smtp-Source: AGHT+IGSJKSYtC5IRe3r6P1P3lw5MtGhNq+3PKC/nWd16M1cQUyBqeNQ58duIHA75l1pKFnN6DnUkw== X-Received: by 2002:a17:907:e2a8:b0:a99:5cf0:4b83 with SMTP id a640c23a62f3a-a998d207664mr210040966b.30.1728477011532; Wed, 09 Oct 2024 05:30:11 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a9944c6d6basm543582266b.145.2024.10.09.05.30.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2024 05:30:11 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/5] python3-stevedore: Upgrade 5.2.0 -> 5.3.0 Date: Wed, 9 Oct 2024 15:30:03 +0300 Message-Id: <20241009123007.1023153-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, 09 Oct 2024 12:30:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112727 Upgrade to version 5.3.0: - reno: Update master for unmaintained/zed - Remove old excludes - Update master for stable/2024.1 - reno: Update master for unmaintained/xena - reno: Update master for unmaintained/wallaby - reno: Update master for unmaintained/victoria Signed-off-by: Leon Anavi --- .../{python3-stevedore_5.2.0.bb => python3-stevedore_5.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-stevedore_5.2.0.bb => python3-stevedore_5.3.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-stevedore_5.2.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_5.3.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-stevedore_5.2.0.bb rename to meta-python/recipes-devtools/python/python3-stevedore_5.3.0.bb index 7cc0a2e52..7c9c3ebbf 100644 --- a/meta-python/recipes-devtools/python/python3-stevedore_5.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-stevedore_5.3.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d" +SRC_URI[sha256sum] = "9a64265f4060312828151c204efbe9b7a9852a0d9228756344dbc7e4023e375a" DEPENDS += "python3-pbr-native" From patchwork Wed Oct 9 12:30:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50144 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 7BE89CEDD91 for ; Wed, 9 Oct 2024 12:30:20 +0000 (UTC) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by mx.groups.io with SMTP id smtpd.web11.15102.1728477016151315605 for ; Wed, 09 Oct 2024 05:30:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=lEspv0SZ; spf=pass (domain: konsulko.com, ip: 209.85.208.49, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f49.google.com with SMTP id 4fb4d7f45d1cf-5c882864d3aso7510954a12.2 for ; Wed, 09 Oct 2024 05:30:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728477014; x=1729081814; 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=euKu7+IePdHmtJCeOBjTiHzUNLq5Mh0WS7WGAPAVpE4=; b=lEspv0SZMTMHxfqcY8HYF8wIHeYgl1HnjfCEm6krQ3yF4d5Kk0G+TWEpoFTcejFEwU /DjjRlZI4UXir8bnEJT5KUDkp8tcyU3E8srUMpTErA8wniLX6MNr4bxt0qb4PJH5NI75 Jg7SWkTbAdiuMVkudkWy5FH66tJ4exsKK6dEQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728477014; x=1729081814; 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=euKu7+IePdHmtJCeOBjTiHzUNLq5Mh0WS7WGAPAVpE4=; b=v5+PLC0lInvV4ubQYoImbGwydLoVWC0sFabDIEBvdzpWsc7tCEQV6yk6lpRQ6CO1yS SsJqLyXZI3RmmvWfjSN66z+VWrkFFT+mlhdQ0KvL9JdkIHKsBDxCJnSWogDqozYGa6Hy WfHAyGhlfS06A2gtM6qcSBEQVklIFbso9ddt+V2Z+rQ/NljTugP/7UgRrdKkaET4W37l mxdYfjRmU7wlMO6HldKeFDPXmRYIyBSg46lZL16TkABEuJAaCpytCvR05YFwyBrdmjEW bqBA7fbjJ8YVaEkvvSfWvlkJQooJjVb0fEQRlcN0usPYR8iIEu020IbRgpvrJlWbjFAc HERw== X-Gm-Message-State: AOJu0Yzxf8l4pF2tCz+TkJT6lRtmANAyiNsov/yUIOagBZ/z0F03t5yF 0VpLDhyUlBEQaemP1IHf/y9nP3xYnQGv9yZ74cnQ71jY+69jrVXrB1Uw0olddNUh2/kV5m9FXmV n X-Google-Smtp-Source: AGHT+IGWQ5jIlpcSNt2UvBmTeeEdltYt3hI1QV53J/93W2Fm8p5NGLLhw+pi3mwbMTstHBt8ugRM1g== X-Received: by 2002:a17:907:7fab:b0:a99:4b56:cf76 with SMTP id a640c23a62f3a-a998d327bcamr166446666b.47.1728477014093; Wed, 09 Oct 2024 05:30:14 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a9944c6d6basm543582266b.145.2024.10.09.05.30.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2024 05:30:13 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/5] python3-astroid: Upgrade 3.3.4 -> 3.3.5 Date: Wed, 9 Oct 2024 15:30:04 +0300 Message-Id: <20241009123007.1023153-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241009123007.1023153-1-leon.anavi@konsulko.com> References: <20241009123007.1023153-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, 09 Oct 2024 12:30:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112728 Upgrade to release 3.3.5: - Control setting local nodes outside of the supposed local's constructor - Fix Python 3.13 compatibility re: collections.abc Signed-off-by: Leon Anavi --- .../{python3-astroid_3.3.4.bb => python3-astroid_3.3.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_3.3.4.bb => python3-astroid_3.3.5.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-astroid_3.3.4.bb b/meta-python/recipes-devtools/python/python3-astroid_3.3.5.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-astroid_3.3.4.bb rename to meta-python/recipes-devtools/python/python3-astroid_3.3.5.bb index 3ba9f7aa6..cfa58e7ee 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_3.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_3.3.5.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "e73d0b62dd680a7c07cb2cd0ce3c22570b044dd01bd994bc3a2dd16c6cbba162" +SRC_URI[sha256sum] = "5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d" inherit pypi python_setuptools_build_meta From patchwork Wed Oct 9 12:30:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50142 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 7C04DCEDD94 for ; Wed, 9 Oct 2024 12:30:20 +0000 (UTC) Received: from mail-ej1-f45.google.com (mail-ej1-f45.google.com [209.85.218.45]) by mx.groups.io with SMTP id smtpd.web11.15103.1728477017110031922 for ; Wed, 09 Oct 2024 05:30:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=Zg+TOOqM; spf=pass (domain: konsulko.com, ip: 209.85.218.45, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f45.google.com with SMTP id a640c23a62f3a-a9963e47b69so370004366b.1 for ; Wed, 09 Oct 2024 05:30:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728477015; x=1729081815; 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=jiAu6ufCwvCNfU0NBReylR8CJFvvSOJQ6RiUyGLcXZs=; b=Zg+TOOqMuk5AemyGuOeiQg67hL2ts8iQJ/AC2oRifH92gSONJoGGzhS9rhn+DWs3sr 2Mzv/wQpWVoiRbE9/dLE9maQtwBS7Gyn07x7g1Sk6q/JJprpdmG2mVCqup5CFc3H/7oB OARybA8Jedks+S2PRfn4GdByROLfzwMCq5BVw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728477015; x=1729081815; 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=jiAu6ufCwvCNfU0NBReylR8CJFvvSOJQ6RiUyGLcXZs=; b=cZap3pjmeK3wiaBYo1nAOp6+sjVbJIoVgcm6kzY0c/TMpudNC2OyvATOCXCXeOJ01/ dLnG4fmoO5kjnWIb2ZDhMbGp2YVB/oJLQZbuGxkCoWd9h+lgKDXOV8tzcFF+jZk18C/T KPA3xJsXgkkFoTILUJz3lyJShjnX2kOQ+8HrIhc+nbDU+mxpxwS6Bo7txdI2KyNBlPhO kQ8JlMDDNsbFE9biyw0WinP9f822YWpCmCjIhRL0o41+pFESebC0FH5GcKkUfauBUmH9 5lCWPKGlLS3Vg5rKeKFgjXIj6kT9BuXtHdVt9y2UD+jv2g4dvCrdoRvCwR5CNRbC2CAP st+Q== X-Gm-Message-State: AOJu0YwYH+l7OpNqc0tNp1iMEWo6QGaB/BKFrdks/FcLCeomqRaJUP4Y 0kQg26TUQ7Ild095r4h64Dtz7O+AomD5lXmqD/s7gdYJfhe1zghXt9Ma/m+ocS9bzc3aX7lh548 z X-Google-Smtp-Source: AGHT+IGSXFVjYNWAJEroPwT+a4wc5JTSbK5rIesERlC1yZ7XG8a3hhBBTZs6lU7Bv14FvqqEX55qzw== X-Received: by 2002:a17:907:7f87:b0:a99:65c6:7f34 with SMTP id a640c23a62f3a-a998d0fe9a8mr194089566b.7.1728477015285; Wed, 09 Oct 2024 05:30:15 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a9944c6d6basm543582266b.145.2024.10.09.05.30.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2024 05:30:14 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/5] python3-propcache: Add recipe Date: Wed, 9 Oct 2024 15:30:05 +0300 Message-Id: <20241009123007.1023153-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241009123007.1023153-1-leon.anavi@konsulko.com> References: <20241009123007.1023153-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, 09 Oct 2024 12:30:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112729 Add recipe for release 0.2.0: - Fixed loading the C-extensions on Python 3.8 - Improved typing for the :func:`propcache.api.under_cached_property` decorator Signed-off-by: Leon Anavi --- .../python/python3-propcache_0.2.0.bb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb b/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb new file mode 100644 index 000000000..01a7c4c05 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "Fast property caching" +HOMEPAGE = "https://github.com/aio-libs/propcache" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[sha256sum] = "df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-expandvars-native \ + python3-cython-native \ +" + +#RDEPENDS:${PN} = "\ +# python3-multidict \ +# python3-idna \ +# python3-io \ +#" + +#RDEPENDS:${PN}-ptest += " \ +# python3-pytest \ +# python3-unittest-automake-output \ +#" From patchwork Wed Oct 9 12:30:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50140 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 6B6AECEDD8F for ; Wed, 9 Oct 2024 12:30:20 +0000 (UTC) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by mx.groups.io with SMTP id smtpd.web10.15042.1728477018161492840 for ; Wed, 09 Oct 2024 05:30:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=jez7rLoM; spf=pass (domain: konsulko.com, ip: 209.85.208.44, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f44.google.com with SMTP id 4fb4d7f45d1cf-5c903f5bd0eso3427376a12.3 for ; Wed, 09 Oct 2024 05:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728477016; x=1729081816; 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=6JvBEMWLgBdnCaAbd7mNbZHk30HiQfRK+KYcXIsIQvw=; b=jez7rLoMF/HcAdWFp+rEEOqDaBIaSqsrVU+nz8pe4bZr4xZGjZBAW65cyBsqwCaHs3 SkuWyejf9gJwCtD3IgTppKi8+D8NALKGj+GxJrVvQRaO4jt5kBdECCv5odqRdW9B6s+u Z6x+izeOZUT5MbA+XRLsaIyGf+6EdVoMaUtxU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728477016; x=1729081816; 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=6JvBEMWLgBdnCaAbd7mNbZHk30HiQfRK+KYcXIsIQvw=; b=M9JcoDYOc1ayDfmA8Zq9qGaYSQaodufeQV+3r81QXjJORVbCrzb8wAdt/GNlvw6Jaf 2vbnbnWvwSdpeyhF+EuWFXmRKHDWnqgpyZ3gQfweMTnb23QTvilkHU0AT2aQpBbur4mk Di9eB+KW5/9YMqXUMdt4pLyvE4CJKS6zlcbpTlbDuJm6LpYR7yrM0a9yaoWpT2+63vF/ XocmhefUdAizTEzsmf/IK9PTaKIMYrI9YSeCH5sD75E2jdjFgxzxe8uHJcAJOjDfyl1o JOSAuCl/VuZgqBoOOFOzW3SEdn54nO6sxzfJC1/X26HyxTGdH5HuixcnHj2A7Q/PsRUT Psjw== X-Gm-Message-State: AOJu0YwWIXWhr/3FidLtDOu+V+jP0ydnvdnRPFtWmUo02LeiDxNdh9OA bda6MemKXKOIVZbhWt1XaTYZS+p7BzLGcaUmPo81ETre5QJrYT1Nepu6o99+PYGfEdJmPIRKqFQ f X-Google-Smtp-Source: AGHT+IFCGQx0QgJ1Si/3++s5MBeUPTLoE/GK6kZ4DZ48mQ7dyfF0LUpjjyEJONrLtT+1TNY3uQIKqA== X-Received: by 2002:a17:906:c113:b0:a99:5541:e172 with SMTP id a640c23a62f3a-a998d19f928mr204232366b.21.1728477016220; Wed, 09 Oct 2024 05:30:16 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a9944c6d6basm543582266b.145.2024.10.09.05.30.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2024 05:30:15 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/5] python3-yarl: Upgrade 1.13.1 -> 1.14.0 Date: Wed, 9 Oct 2024 15:30:06 +0300 Message-Id: <20241009123007.1023153-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241009123007.1023153-1-leon.anavi@konsulko.com> References: <20241009123007.1023153-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, 09 Oct 2024 12:30:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112730 Upgrade to release 1.14.0: - Switched to using the :mod:`propcache ` package for property caching - Started testing with Hypothesis - Improved performance of :py:meth:`~yarl.URL.is_default_port` when no explicit port is set - Improved performance of converting :class:`~yarl.URL` to a string when no explicit port is set - Improved performance of the :py:meth:`~yarl.URL.origin` method - Improved performance of encoding hosts Signed-off-by: Leon Anavi --- .../python/{python3-yarl_1.13.1.bb => python3-yarl_1.14.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-yarl_1.13.1.bb => python3-yarl_1.14.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.13.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-yarl_1.13.1.bb rename to meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb index 16708fd1f..a7406dfb8 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "ec8cfe2295f3e5e44c51f57272afbd69414ae629ec7c6b27f5a410efc78b70a0" +SRC_URI[sha256sum] = "88c7d9d58aab0724b979ab5617330acb1c7030b79379c8138c1c8c94e121d1b3" SRC_URI += "file://run-ptest" @@ -20,6 +20,7 @@ RDEPENDS:${PN} = "\ python3-multidict \ python3-idna \ python3-io \ + python3-propcache \ " RDEPENDS:${PN}-ptest += " \ From patchwork Wed Oct 9 12:30:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50141 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 6C859CEDD90 for ; Wed, 9 Oct 2024 12:30:20 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web11.15105.1728477019211358378 for ; Wed, 09 Oct 2024 05:30:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=WP7LUe99; spf=pass (domain: konsulko.com, ip: 209.85.221.54, mailfrom: leon.anavi@konsulko.com) Received: by mail-wr1-f54.google.com with SMTP id ffacd0b85a97d-37cd26c6dd1so6367111f8f.3 for ; Wed, 09 Oct 2024 05:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728477017; x=1729081817; 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=CiN9oIK8brmBuarzy7+nxjaLnCQofGs5Rj7o92HCHlg=; b=WP7LUe99XQzGFMxtDhnvpb+9nuKLl1/EA+zBIUIj0cjngiMjvSP60E+KjLpTUcGdn9 i6WqsWBd3H1pQEjJYW6nl/fLkIAqETO1tKiFMTkuaNxeL+fgS9t6vi8j7vp2Dv7zV1st lWklWm6305PleGYHUhFrEUnTWI4SqPkYhb0/A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728477017; x=1729081817; 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=CiN9oIK8brmBuarzy7+nxjaLnCQofGs5Rj7o92HCHlg=; b=Pa4WcpNRxd9cjYkmGKNAJkGP6vHS8sZtdO8Tu/s5n2JxfaCoKTti+r1BVq/jWtMhK/ lNoiGn48HT57p7C6+4US/QPYECz0Qz1XFRsANpWPQ5nZMQR9ioqztMYnNnuErzl13u2Z TnBx9/uvALAW6ooIWzdWWuVAPi7HDEzLnHdIMUeYO/npV+U7Pq1BwYsVuKPBdJP1ZKqN 6i2zVT8msS0ljVZlwPFe8MYLPKZ9zQyoe/qliHca6SOvPblosE4tBEq5y1qks9Yrgr79 WW0CgtMidPF+37aeeKXuDrLZk74bub7vA5gpjHbRL2qooi4tjiV2UMyFkzTQmiyH3Pp9 EbUw== X-Gm-Message-State: AOJu0Ywpa8CSSvz15MzstG/4MjWYyrAEiwtAxBA1jKEqN16yo3qlSr2B JCCFFbH1X4QwyU8yo0Xd3epOC8BGB5J44rCqaFomV6420mHGK0pb/6RLTuVPsAwtQKrefxV2BXX y X-Google-Smtp-Source: AGHT+IGsE1dzwL4lWeW3sv+M/6R76zBIq84LKJSo5KuP8loVg7nC7aIBZzy4UHuyO5CV6Sk5YxI6Lg== X-Received: by 2002:a05:6000:12d0:b0:37d:37a6:f4e3 with SMTP id ffacd0b85a97d-37d3aa41f7fmr1800987f8f.23.1728477017336; Wed, 09 Oct 2024 05:30:17 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a9944c6d6basm543582266b.145.2024.10.09.05.30.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2024 05:30:16 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 5/5] python3-pymodbus: Upgrade 3.7.2 -> 3.7.3 Date: Wed, 9 Oct 2024 15:30:07 +0300 Message-Id: <20241009123007.1023153-5-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241009123007.1023153-1-leon.anavi@konsulko.com> References: <20241009123007.1023153-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, 09 Oct 2024 12:30:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112731 Upgrade to version 3.7.3: - 100% test coverage of framers - Framer, final touches - Readme file renamed - Remove old framers - frameProcessIncomingPacket removed - Cleanup framers (reduce old_framers) - Run CI on PR targeted at wait_next_api - Sync client, allow unknown recv msg size - integrate old rtu framer in new framer - Update README.rst - Client.close should not allow reconnect= - Remove async client.idle_time() - Client doc, add common methods (base) - Reset receive buffer with send() - Remove unused protocol_id from pdu - CI run on demand on non-protected branches - Server listener and client connections have is_server set - Reopen listener in server if disconnected - Regroup test - Improve docs around sync clients and reconnection - transport 100% test coverage (again) - Update actions to new node.js - Bump 3rd party - Documentation on_connect_callback - Fixes the unexpected implementation of the ModbusSerialClient.connected property - Forward error responses instead of timing out - Add stacklevel=2 to logging functions - Fix encoding & decoding of ReadFileRecordResponse - Improvements for example/contib/solar - Update solar.py - Remove double conversion in int - fixed type hints for write_register and write_registers - Remove _header from framers Signed-off-by: Leon Anavi --- .../{python3-pymodbus_3.7.2.bb => python3-pymodbus_3.7.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.7.2.bb => python3-pymodbus_3.7.3.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb index b240837d4..9e4c80ebf 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.7.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=eba8057aa82c058d2042b4b0a0e9cc63" -SRC_URI[sha256sum] = "6cc63a14c8cca83f5b6d9dae3319565061bd49503ee7282df681201c16357eef" +SRC_URI[sha256sum] = "603490162382fe34258992e3b8fe8d2da573a08aa49257ee7ab7b5b1d1a6653c" inherit pypi python_setuptools_build_meta