From patchwork Fri Aug 9 08:52:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 47572 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 5CD22C52D73 for ; Fri, 9 Aug 2024 08:52:44 +0000 (UTC) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by mx.groups.io with SMTP id smtpd.web10.79829.1723193562184372177 for ; Fri, 09 Aug 2024 01:52:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=Ez1sZ+he; spf=pass (domain: konsulko.com, ip: 209.85.218.53, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f53.google.com with SMTP id a640c23a62f3a-a7aa4bf4d1eso226884666b.0 for ; Fri, 09 Aug 2024 01:52:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723193560; x=1723798360; 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=ZXx/2O0pCnVYvmnps9qsAdUCXjFD1t2iUQdk4CXmaqs=; b=Ez1sZ+he+Wln1wkx8EJ36QIjI0FbNjhxN35Ndo2ei78BIpJ4cKXLSeMDK2DSlvm4th ttqIaQjxMFnB1KcZNfXbcEuHFUSh/mRvhrawi2jDjEOEtTWcUyVA17rplTfzq1lxChk+ SV0716RrTM+E4ulqenTOm7/8GyXq3Gz3fOk60= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723193560; x=1723798360; 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=ZXx/2O0pCnVYvmnps9qsAdUCXjFD1t2iUQdk4CXmaqs=; b=YXHSJk4wD0vakJa9DYefxOF9sG62F330v8B+Clyy4UY4JqaBgJzw/0gSJazxUqjeGV +4IvdbkXEuWCvBrMtxMtCKccoEsuFqsY2nMVZS1oJKfNo7kIrh+HexaZpyYvaCDyLYWg BzY/U+LwXBJrzRrRukPd4qBEeVQQRi4Xq+5IejCt4p7e/TCd+vsF4zb7O0+upeWJtj+1 0XfUEPdORplz4KtlmB4bO1V/xphiOELWkTdnl0Ypj9sSXP8+19WdU6nzQmTDUitDagW1 POOYu2peJMIVQJm/1PSQOCeIXebW2KtFGrs3Zq9K0owkUqmAdrtsx3IhWEF2RPvbfiVO jUzw== X-Gm-Message-State: AOJu0Ywg6QZK9sOtlaOwrJJPfES4sqzaAJANZjgZoQbYN8dPcbsDGF+h +IjkitGBdhK79WMs3Oqd6QHelUqZGwLIH7cdJ9XAG4nYapgDXumzXvANj3/RJOAKAa1JRaPnBpW p X-Google-Smtp-Source: AGHT+IF8sytQ/pb0zNULe++IIEyZM82R0aSo+iA8vG7m1dlCtwBnrWWQ181w2/TlsuXqFDPaGh3oqw== X-Received: by 2002:a17:907:96a6:b0:a7a:a06b:eebe with SMTP id a640c23a62f3a-a80aa55b7camr74582066b.9.1723193559739; Fri, 09 Aug 2024 01:52:39 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a7dc9bc3c4fsm823286366b.33.2024.08.09.01.52.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Aug 2024 01:52:39 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/6] python3-itsdangerous: Upgrade 2.1.2 -> 2.2.0 Date: Fri, 9 Aug 2024 11:52:31 +0300 Message-Id: <20240809085236.1828180-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 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 ; Fri, 09 Aug 2024 08:52:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111685 Upgrade to release 2.2.0: - Drop support for Python 3.7 - Use modern packaging metadata with pyproject.toml instead of setup.cfg - Use flit_core instead of setuptools as build backend - Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("itsdangerous"), instead. - Serializer and the return type of dumps is generic for type checking. By default it is Serializer[str] and dumps returns a str. If a different serializer argument is given, it will try to infer the return type of its dumps method. - The default hashlib.sha1 may not be available in FIPS builds. Don't access it at import time so the developer has time to change the default. License-Update: Renamed from LICENSE.rst to LICENSE.txt Signed-off-by: Leon Anavi --- ...-itsdangerous_2.1.2.bb => python3-itsdangerous_2.2.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-itsdangerous_2.1.2.bb => python3-itsdangerous_2.2.0.bb} (62%) diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.2.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb similarity index 62% rename from meta-python/recipes-devtools/python/python3-itsdangerous_2.1.2.bb rename to meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb index 5af1d594b..f4d8d5296 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb @@ -1,11 +1,11 @@ SUMMARY = "Various helpers to pass trusted data to untrusted environments and back." HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4cda9a0ebd516714f360b0e9418cfb37" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4cda9a0ebd516714f360b0e9418cfb37" -SRC_URI[sha256sum] = "5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a" +SRC_URI[sha256sum] = "e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta CLEANBROKEN = "1" From patchwork Fri Aug 9 08:52:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 47573 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 5B935C3DA4A for ; Fri, 9 Aug 2024 08:52:44 +0000 (UTC) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by mx.groups.io with SMTP id smtpd.web11.79757.1723193562358681199 for ; Fri, 09 Aug 2024 01:52:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=dKLE8qFY; spf=pass (domain: konsulko.com, ip: 209.85.218.44, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f44.google.com with SMTP id a640c23a62f3a-a728f74c23dso207191466b.1 for ; Fri, 09 Aug 2024 01:52:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723193560; x=1723798360; 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=JPLbhL9BuG2PxhFwH/L7ymrJeV3PUGoEsy6/V+MA6eo=; b=dKLE8qFYPaQfKHq3J8HFexw5jdEkYz2+NlpIFMdyqn9bfiiK4PJ5VSfYgGAHZDHw6N Bjgmr+ex5nQZAQXiPzTFMeZn2KVTNVuInxys4yFZy+V79QAs/ET3pBMdl6KaTNNTGkyk ADUeGUWzo4vB7crK0umbNDMPsgRvgsXBGbNXM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723193560; x=1723798360; 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=JPLbhL9BuG2PxhFwH/L7ymrJeV3PUGoEsy6/V+MA6eo=; b=Bm28F+m9HTKm8PAJrNUOuwJEhZesx2a5ExUIQSBmA83/XqN3yXHJTck9vkTGx2csq9 9fpJ3QeFbvjcJRT3aSGQkMU854gRmUp/sC2TbEc8TJOLtCNMWBt6bWMXVl8QxHaJogK5 YgGAoEZhH2eGGqY39QNeJesTcm0DUT+DIfVDwymAhKPaEsocauz1qF+Ls97/FsA5yps0 JikLyEbwmZpx0i6Ku9tX1NVPOSEe/dK8q3sbRxBwIm9FEkaz6tWzoHs1qvHAoDOhQOCz aetfKgfN6l0ByVFmaRWn7LqB8JvOSyVVGyMAHjCaZjxhe7OwXG9Y+iB6dBB8cHEjFC5f wITw== X-Gm-Message-State: AOJu0Yyp9fnS5Yk78VCTVkjg9ulNsT7TDuP0IZstKB51cBv+sRgFnyFz uojMsTH6E7y8udXz7DCwM2pVEU+NV5Ee8D4Rn8bWasdFem+mLvJLzqplx7w/J0Pushv0YVgTpvs g X-Google-Smtp-Source: AGHT+IFnFCJreoG34VAY8AyuuirMFwtAPJS8YKVTflcmIr5anq22MhHH7b4D6rbzvZu3tP9JHV+TTA== X-Received: by 2002:a17:907:7ba0:b0:a7a:c083:8579 with SMTP id a640c23a62f3a-a80aa675c71mr62414966b.62.1723193560444; Fri, 09 Aug 2024 01:52:40 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a7dc9bc3c4fsm823286366b.33.2024.08.09.01.52.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Aug 2024 01:52:40 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/6] python3-sniffio: witch to PEP-517 build backend Date: Fri, 9 Aug 2024 11:52:32 +0300 Message-Id: <20240809085236.1828180-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240809085236.1828180-1-leon.anavi@konsulko.com> References: <20240809085236.1828180-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 ; Fri, 09 Aug 2024 08:52:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111686 The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes: WARNING: python3-sniffio-1.3.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi --- meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb b/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb index 448ac34f5..746e4185d 100644 --- a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb @@ -7,6 +7,6 @@ LIC_FILES_CHKSUM = "\ file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ " -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta SRC_URI[sha256sum] = "e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" From patchwork Fri Aug 9 08:52:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 47574 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 69CC8C52D71 for ; Fri, 9 Aug 2024 08:52:44 +0000 (UTC) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by mx.groups.io with SMTP id smtpd.web11.79758.1723193563621655091 for ; Fri, 09 Aug 2024 01:52:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=s5ZIBSQp; spf=pass (domain: konsulko.com, ip: 209.85.218.51, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f51.google.com with SMTP id a640c23a62f3a-a7a9cf7d3f3so219152266b.1 for ; Fri, 09 Aug 2024 01:52:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723193562; x=1723798362; 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=Qu9FHeUqHXIT2sFCjninOj6uNaUmryhyAXdhXmVV/Qc=; b=s5ZIBSQpd7VJEtsrSPZ0V13D3/IXmI0eSbxABaSac1uayfEQtVV5u+288uKXkV8orX lS+LWQdI/uDWMIJfX3cfV937Zjq+nQhof/ytuROUVyQanOWXQyRa58vWkVsYoQGa8Xc4 L465TomiMQMdNIWgrfc7ij0e6wbWRCQrgWkPU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723193562; x=1723798362; 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=Qu9FHeUqHXIT2sFCjninOj6uNaUmryhyAXdhXmVV/Qc=; b=mOyTieUzaV4jkTtx0rCF89Cgs+ROEr26nbQS8+wh/Xxp0AC9GuffyT3Z/KN4weQEdw 7NQCKXzZfB5lO8LyzkShuXMkX/JsSsvf0hdP9YY+lt0Jbha9SrRk3tevlhwo5NivJ6qz mw7IpfrMvL014xnOvvtGOu3JU9w4bwtAckZcCvVrWZa50rga+bDoh72VXnOPN9AdphbU XXkqnOKMphln4bqvYFF+E1lliFc5GALG0EfONEFZIvOTA8cNJ9ms6dB4ASOEQ7YzM/0Y gCKEOzMnNaeIsiQCjWmxNGwZuFyr2scFtF+TDjaQZEO6rbppUfEKHyKAe/6+fkkcH8tV MJ+A== X-Gm-Message-State: AOJu0YwElPLHQatUnklhkCNTR2ooEnjaQGd1r2DRije7MnedNR2CaoLw 1StbbZHATmo31CPx3EM+GGhxlgVSiUrR/4aHfpp2N3DLQtcGVlF14nFkkqgIBIkqLrvXZXRIDyy q X-Google-Smtp-Source: AGHT+IGQynU9xy0xUuwztSdgvckgRrEAd1/ePvXlJAqiXJGoRdJbR0dZ+ShCX7IXFrpAgGVBdyGDqw== X-Received: by 2002:a17:906:bc18:b0:a77:db97:f4fd with SMTP id a640c23a62f3a-a80aa5ec120mr70499166b.34.1723193561314; Fri, 09 Aug 2024 01:52:41 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a7dc9bc3c4fsm823286366b.33.2024.08.09.01.52.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Aug 2024 01:52:40 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/6] python3-sniffio: Upgrade 1.3.0 -> 1.3.1 Date: Fri, 9 Aug 2024 11:52:33 +0300 Message-Id: <20240809085236.1828180-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240809085236.1828180-1-leon.anavi@konsulko.com> References: <20240809085236.1828180-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 ; Fri, 09 Aug 2024 08:52:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111687 Upgrade to release 1.3.1: - Added missing thread_local to sniffio.__all__ Signed-off-by: Leon Anavi --- ...hon3-sniffio_1.3.0.bb => python3-sniffio_1.3.1.bb} | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sniffio_1.3.0.bb => python3-sniffio_1.3.1.bb} (64%) diff --git a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb b/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb similarity index 64% rename from meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb rename to meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb index 746e4185d..82c457c39 100644 --- a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb @@ -9,4 +9,13 @@ LIC_FILES_CHKSUM = "\ inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" +SRC_URI[sha256sum] = "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" + +DEPENDS += "\ + python3-setuptools-scm-native \ +" + +RDEPENDS:${PN} += " \ + python3-numbers \ + python3-core \ +" From patchwork Fri Aug 9 08:52:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 47576 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 3D68AC3DA4A for ; Fri, 9 Aug 2024 08:52:54 +0000 (UTC) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) by mx.groups.io with SMTP id smtpd.web11.79759.1723193564711092298 for ; Fri, 09 Aug 2024 01:52:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=BaxZsZ+a; spf=pass (domain: konsulko.com, ip: 209.85.167.46, mailfrom: leon.anavi@konsulko.com) Received: by mail-lf1-f46.google.com with SMTP id 2adb3069b0e04-52f04b3cb33so3887357e87.0 for ; Fri, 09 Aug 2024 01:52:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723193562; x=1723798362; 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=AJz8cqBnLP8/NgC9ho5yK1eSlM5x8QawgUf3QGocrNI=; b=BaxZsZ+aywEzrddp0butZJQazvkAzl7RCWjrPODIKDJS++7WNk41YLRScWoya+yN6m KhPHjMBLy2ueMvYok0rI8TxOVcaY4Ph3WaPFJ8EEPvS9IoHOvR1HkCwt85WT5Wfcf8lL wL3ansYYw8kwnq/eSA38jeU0DVhw0eF4zvlos= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723193562; x=1723798362; 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=AJz8cqBnLP8/NgC9ho5yK1eSlM5x8QawgUf3QGocrNI=; b=Qhuq/ilh6/5gxSOUnA3i+C/kGbT3edenPb84ItTyiJjHaekjeaPC/Kmi9CxsEIUSEn /lpq4v3NfM9ByWozG+HoM5mWD4FXdYYx1CQYt7zk78qb/MPjkNYqLmV6Fh8hhrQhmE17 u1qrdIXJQO/tC6hk93l3B8EuNTqBx2WZX6aaqiDQ20qnEdNibegMhYhT1xjwXRXYDBWg JDlYW1mOEknOcsreacLcS50r5iMuQ5K1mYn40paii6KjN8EdFVz484uWDgfRgTW4yNCL WqMcURz4uC/L9X26CHbk5jJ590IjhJ59eNn14EYbFwm0PBZn+3xxgquiw6+fjcX8PBPY ibCw== X-Gm-Message-State: AOJu0YxCEa6XjmjP3kai3whVvjtdwxRjasCI/c6Gg0G/xm1nMRaxGIev uPiz8wnzTpyE76VOXOsu7tD3xjDCEaF1JrD47zFIuviBFJSMajK/YLVODcU/ard4f3s+k98Yb60 4 X-Google-Smtp-Source: AGHT+IFxg27wj3XZABSWT/V6LUKor7HkrtRkBl6mFeRCWws5d3R2rkf/fC60wlADohIra/pT3vOg+Q== X-Received: by 2002:a05:6512:2309:b0:52c:deb9:904b with SMTP id 2adb3069b0e04-530ee9ec018mr870870e87.38.1723193562077; Fri, 09 Aug 2024 01:52:42 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a7dc9bc3c4fsm823286366b.33.2024.08.09.01.52.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Aug 2024 01:52:41 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/6] python3-qface: Upgrade 2.0.10 -> 2.0.11 Date: Fri, 9 Aug 2024 11:52:34 +0300 Message-Id: <20240809085236.1828180-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240809085236.1828180-1-leon.anavi@konsulko.com> References: <20240809085236.1828180-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 ; Fri, 09 Aug 2024 08:52:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111689 Upgrade to release 2.0.11: - More pathlib related fixes Signed-off-by: Leon Anavi --- .../python/{python3-qface_2.0.10.bb => python3-qface_2.0.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-qface_2.0.10.bb => python3-qface_2.0.11.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-qface_2.0.10.bb b/meta-python/recipes-devtools/python/python3-qface_2.0.11.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-qface_2.0.10.bb rename to meta-python/recipes-devtools/python/python3-qface_2.0.11.bb index 9190c9a63..9ecaf5698 100644 --- a/meta-python/recipes-devtools/python/python3-qface_2.0.10.bb +++ b/meta-python/recipes-devtools/python/python3-qface_2.0.11.bb @@ -2,7 +2,7 @@ SUMMARY = "A generator framework based on a common modern IDL" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=eee61e10a40b0e3045ee5965bcd9a8b5" -SRC_URI[sha256sum] = "8606fbade67c3c0afe8ed5bbe860e7ffcd523ce0568c3f9dbe9f04503542f3cf" +SRC_URI[sha256sum] = "b55c239f3ae7e23c5c8434f38901c5bcacb6afd17e88e37934b46e44558df295" inherit pypi setuptools3 From patchwork Fri Aug 9 08:52:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 47575 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 3E291C52D73 for ; Fri, 9 Aug 2024 08:52:54 +0000 (UTC) Received: from mail-ej1-f47.google.com (mail-ej1-f47.google.com [209.85.218.47]) by mx.groups.io with SMTP id smtpd.web11.79760.1723193564749031472 for ; Fri, 09 Aug 2024 01:52:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=css6/wiW; spf=pass (domain: konsulko.com, ip: 209.85.218.47, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f47.google.com with SMTP id a640c23a62f3a-a7a8553db90so229504066b.2 for ; Fri, 09 Aug 2024 01:52:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723193563; x=1723798363; 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=EgfFx1lzCV2+pLGDVxjfVxd3jTri5zTWSLG5xGFyC/M=; b=css6/wiWMGzRZX1v2wSqfzKS8QOVPT1abw2F3Fbt3O6GvOqdb4Crc8N5KeXcGF/J13 Et5/a4uq90qDi0MnK+2sm5Qc6vcqOB4FQOuzWE4jlwHsVqOvGN8my2CjFt5aCUWOw5L/ LwMFORx6fcoQkuFFFukfGwem7ooFrukVAdJA4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723193563; x=1723798363; 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=EgfFx1lzCV2+pLGDVxjfVxd3jTri5zTWSLG5xGFyC/M=; b=Jrvxb/k3knnYIRh6XLE1GaXFvtSW2mqSfDf+kUXV54DeWsQWHgi7qYxhpFYENQw8sZ 95imrGf59LF6zO+agNTxlAHB8fUzGrLIey9KaSHRcATMlOvfBODKUKu1Fr/cTQQZ+JO6 e6etq22aBjh3HMYaBx2mvQPNIrb2JMhSKYD2rs7TQFZHNE7q3hCIdhiGN8GqZOdeq1er HUxHriTTV46BslNvNMuntWlHx1WyZmxs0be8ha8YXGC0RObC9pqO8ClFYQOu7aMaRBYZ VItfhr1UZvCY+2EiyNpknVKXjboHF1EOqv+Xs2i98Vl1aDYRCzNnY74w6CXng/oyY2xC Uecg== X-Gm-Message-State: AOJu0Yx613Ni0Tg/96HsRbHMp4WTb8Ayeav7GF2KXYIa15iqcFnvJbjw ar3zxpIDja3mZ9C5Oo7NGXy/Q4JoUyorJeil8UOTAG6RZQ85uYMCVg3ifdSvREhXIrrK+Gvw3QH z X-Google-Smtp-Source: AGHT+IFWrkBn5m4tpOrTQ8Me3UoiFmbyNqG1jaV6K2krA96CejQ32YYOzZnyryFgXhRMsmiBALRFOQ== X-Received: by 2002:a17:907:f764:b0:a77:c583:4f78 with SMTP id a640c23a62f3a-a80aa5eb15dmr70795066b.39.1723193562827; Fri, 09 Aug 2024 01:52:42 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a7dc9bc3c4fsm823286366b.33.2024.08.09.01.52.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Aug 2024 01:52:42 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 5/6] python3-argcomplete: switch to PEP-517 build backend Date: Fri, 9 Aug 2024 11:52:35 +0300 Message-Id: <20240809085236.1828180-5-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240809085236.1828180-1-leon.anavi@konsulko.com> References: <20240809085236.1828180-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 ; Fri, 09 Aug 2024 08:52:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111688 The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes: WARNING: python3-argcomplete-3.4.0-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-argcomplete_3.4.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb index be3ded82b..90def16a6 100644 --- a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb @@ -7,7 +7,11 @@ SRC_URI[sha256sum] = "c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded PYPI_PACKAGE = "argcomplete" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-setuptools-scm-native \ +" RDEPENDS:${PN} += "\ python3-core \ From patchwork Fri Aug 9 08:52:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 47577 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 4A029C52D71 for ; Fri, 9 Aug 2024 08:52:54 +0000 (UTC) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by mx.groups.io with SMTP id smtpd.web11.79761.1723193565645519125 for ; Fri, 09 Aug 2024 01:52:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=Xs3s2Ooc; spf=pass (domain: konsulko.com, ip: 209.85.218.49, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f49.google.com with SMTP id a640c23a62f3a-a7a843bef98so202380966b.2 for ; Fri, 09 Aug 2024 01:52:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723193564; x=1723798364; 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=GE4eUkp+nesYBS+stQ8/8tPZXAXECXwCpJP2cPKYroY=; b=Xs3s2Ooc3djHslStuutSKLIpCcEtvtgzC6mxpxemREmwVQ5tAiAL8ZRrX21cFty1Hs qBjvaP1tnjI5cJ/DAXw92+ztJMjeay/Zn+rxj1M5YDqJjmJKmQ/pXbdPgTKObios/bjz fBQTYmSB9n8xqpvjB0NQEelu9rw9ANPqFqoBA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723193564; x=1723798364; 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=GE4eUkp+nesYBS+stQ8/8tPZXAXECXwCpJP2cPKYroY=; b=TqdfGYp3sp2oW6PlTMC6K9dDT8GTZLmT7vxMA4ptKU/I2CEascqPOdJ3MPgevaU+M1 pr4Ch1inNZDp4D+HkJR2ezb7J7v1p4hUbsWzgiy8PcnEyrQS+353y+tu4UnuqMq3GGsa 2Ntvnh/Hl4vPMPJDzdIfF12l0DToXsHQF3inln+tcEAKGVoCYhCIOIqO78yBpbZflyfp IT1lgORzQzVOM/XKMAJYY+S+NX0G/mV8YSqzyWDsPcE3TelbYyD/67M0CA1S9/owtpKD IYfy3/LgizF1/CWIzCszXAR3mcEVShhKwKOC5kq601+e3vYVwbaZewcOgULuK3iV8TlC mcsg== X-Gm-Message-State: AOJu0Yzt8d2/s89ZB+mm3o4SxOGwITFSEldUzb8Zu+OTusm9yUjSoGpx dcmAnZQhMteyengwdir43/1q/hIh4U5FnaMihAYDrvAqFLnmcvORf5vPpb4CrOZI7lPNr0MtQdJ y X-Google-Smtp-Source: AGHT+IGC/cXoKYd/S7eElyVeF7ValjqD89l3pvPitnUP+MCUfuOaxeh2wkgky1dC4N5Q/veYeIXeRQ== X-Received: by 2002:a17:907:f723:b0:a77:d441:c6f1 with SMTP id a640c23a62f3a-a80aa5dfe49mr70842866b.33.1723193563764; Fri, 09 Aug 2024 01:52:43 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a7dc9bc3c4fsm823286366b.33.2024.08.09.01.52.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Aug 2024 01:52:43 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 6/6] python3-argcomplete: Upgrade 3.4.0 -> 3.5.0 Date: Fri, 9 Aug 2024 11:52:36 +0300 Message-Id: <20240809085236.1828180-6-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240809085236.1828180-1-leon.anavi@konsulko.com> References: <20240809085236.1828180-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 ; Fri, 09 Aug 2024 08:52:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111690 Upgrade to release 3.5.0: - Use project.scripts instead of setuptools scripts - Test infrastructure improvements Signed-off-by: Leon Anavi --- ...ython3-argcomplete_3.4.0.bb => python3-argcomplete_3.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-argcomplete_3.4.0.bb => python3-argcomplete_3.5.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb rename to meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb index 90def16a6..a5cf6298a 100644 --- a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" -SRC_URI[sha256sum] = "c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f" +SRC_URI[sha256sum] = "4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b" PYPI_PACKAGE = "argcomplete"