From patchwork Fri Dec 15 16:00:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 36455 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 484D2C35274 for ; Fri, 15 Dec 2023 16:01:15 +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.66297.1702656069041647686 for ; Fri, 15 Dec 2023 08:01:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=Rvpr9heL; 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-9fa2714e828so101289766b.1 for ; Fri, 15 Dec 2023 08:01:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1702656067; x=1703260867; 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=l/f60vShS/IsHkpuBqYkG1GN9UILo4Cg/2tsrUR8WK4=; b=Rvpr9heLyn5uhd5I1g5zc5pDDN5CGN6e9yl2JP0Zaofhb+lP5IfV15Lx4Go2o7oxHh 3IU/v2mcM8sRX3DtATlQUbnKRnuANs3hO6VslKvyBC0G0Q2Kro4+njEZUudMPnUk+RY3 7UgJ9DWQ6E/perpR0wjlrCGmyotMhnOH3ZW48= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702656067; x=1703260867; 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=l/f60vShS/IsHkpuBqYkG1GN9UILo4Cg/2tsrUR8WK4=; b=n4om7RW1xkU3K/N+vMoTIPULh7nbt9FHFnLdrx+tn1YkviJQPCk6YOLlOg4UF7Mclr Wxtew/FpfgjT6Ms1gYVzpAu8fQyvAtwX0ShO3gDrKFNyECh4v4MarLJ+KV1l+LacIaSE 71/7ixavT9QDoV0nCLpTokrAmy/b+nW7gQNO8kE4SxnNjFrRJZkfgmTbeCABWfl+F4a3 L/jeiJhS6PpsfRLaWjmfLiQqkS553af0yqlAuZmuqwMV1p/aGWED/agzkwa4iIDnTuG+ uRjtosPmUlL8+TtzeoXMEfcc8RcwD+soHaHeZ8Dnu10WmVlSpiXDBrh5f6L4nXeFRww5 yoWw== X-Gm-Message-State: AOJu0YzP4lFwjPTVOPxNpUMql79I4bjkTjFq6MBXBucDkMgPpEzAgq3J d4amjJp/tYMsHG/4reZRC6iA1LdwYExwJwX70HU= X-Google-Smtp-Source: AGHT+IGe1/7RUSP4xE5KHfHQgvO04y40vOEkm0Anz2P4lTpcUHY4UxvxNSJFhZp06F/yEDjXH2iGrw== X-Received: by 2002:a17:907:3f22:b0:9fe:ebb:b2b8 with SMTP id hq34-20020a1709073f2200b009fe0ebbb2b8mr6686820ejc.68.1702656066761; Fri, 15 Dec 2023 08:01:06 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id mm20-20020a1709077a9400b00a1a53e9f401sm10926896ejc.132.2023.12.15.08.01.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Dec 2023 08:01:06 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/6] python3-expandvars: add recipe Date: Fri, 15 Dec 2023 18:00:58 +0200 Message-Id: <20231215160103.2164505-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, 15 Dec 2023 16:01:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107522 Add python3-expandvars to expand system variables Unix style. Signed-off-by: Leon Anavi --- .../python/python3-expandvars_0.12.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb diff --git a/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb b/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb new file mode 100644 index 000000000..6183c310e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb @@ -0,0 +1,10 @@ +SUMMARY = "Expand system variables Unix style" +HOMEPAGE = "https://github.com/sayanarijit/expandvars" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8b2e744064bd184728ac09dbfb52aaf4" + +SRC_URI[sha256sum] = "7d1adfa55728cf4b5d812ece3d087703faea953e0c0a1a78415de9df5024d844" + +inherit pypi python_hatchling python_setuptools_build_meta + +BBCLASSEXTEND = "native nativesdk" From patchwork Fri Dec 15 16:00:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 36458 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 6697EC46CD2 for ; Fri, 15 Dec 2023 16:01:15 +0000 (UTC) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mx.groups.io with SMTP id smtpd.web11.66298.1702656072115897008 for ; Fri, 15 Dec 2023 08:01:12 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=kHgw6Wvf; spf=pass (domain: konsulko.com, ip: 209.85.218.54, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f54.google.com with SMTP id a640c23a62f3a-a22f59c6aeaso100160066b.2 for ; Fri, 15 Dec 2023 08:01:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1702656070; x=1703260870; 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=O3QO85iQUJghL6v4VMhqS96iR6msU2BqrAwXAkpjkCk=; b=kHgw6WvfUC8A+VOqpqK2AvDdDgNx5dA+4vm+8y3RR7fTPV1owUo0YbXpADts+hJ1ak 8xyY/tHKm3UXYiK9nswT8lPQpI+higksqu91eStYEm1XiYV+xKmQ+RgeREgOWL53OwD3 vemMpAs3HDk0I0NVmHWiWlKWnFvi8XvpsT9Ts= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702656070; x=1703260870; 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=O3QO85iQUJghL6v4VMhqS96iR6msU2BqrAwXAkpjkCk=; b=jT0h7ji3PTfzhZyhO5GuD/4DF0y4FmVWAChFAMA1HIQ9SeZXM8o8yScy+EGW99c7qd XP4qSbrRLw/sCJTmmjFRQesSnhjCsRbRDt3+yCrJYaqsxKcWFS3+DqRYrSvz3/fptYpf XyuxHrVXpwaZAgJ+wKIb3PvVqKoSRdRwXxJwqAl73VC6y1l8BrCYRmAHgRnPvNxoeAML XH38tq1jhqCE/S1VJHUpCkbknku5DOGq4L3DAdvocHfoJ0k3y6pE27xqG9C5OpPhBkzQ kIvADmnJguOnceLI43FHeEvAfqEfA2UOEc8UhADZsuMPLThI/VL3Kv7/xyldukuViWvq ufNQ== X-Gm-Message-State: AOJu0YzpQRMeGDphPii5sizBYdguTqv+w6gWwCmBMPoc2bzSknXjZNR1 BjIxG68p6iYU9zuq+uPvnRrOQIp+biQSxfBVtEk= X-Google-Smtp-Source: AGHT+IGYsC7oJuR2sOYAWHe0Ltm1OxM05ReMKoPu2/6KVjNLFbzqYyeN04+ebC/Pwrf4Q9Xxoy8DTw== X-Received: by 2002:a17:906:738d:b0:a19:a19b:5602 with SMTP id f13-20020a170906738d00b00a19a19b5602mr5536890ejl.146.1702656070421; Fri, 15 Dec 2023 08:01:10 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id mm20-20020a1709077a9400b00a1a53e9f401sm10926896ejc.132.2023.12.15.08.01.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Dec 2023 08:01:10 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/6] python3-frozenlist: upgrade 1.4.0 -> 1.4.1 Date: Fri, 15 Dec 2023 18:00:59 +0200 Message-Id: <20231215160103.2164505-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231215160103.2164505-1-leon.anavi@konsulko.com> References: <20231215160103.2164505-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, 15 Dec 2023 16:01:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107523 Upgrade to version 1.4.1: - Declared Python 3.12 and PyPy 3.8-3.10 supported officially in the distribution package metadata. - Replaced the packaging is replaced from an old-fashioned :file:setup.py to an in-tree :pep:517 build backend Signed-off-by: Leon Anavi --- ...n3-frozenlist_1.4.0.bb => python3-frozenlist_1.4.1.bb} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-frozenlist_1.4.0.bb => python3-frozenlist_1.4.1.bb} (66%) diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.4.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.4.1.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-frozenlist_1.4.0.bb rename to meta-python/recipes-devtools/python/python3-frozenlist_1.4.1.bb index 340b0e384..1ce5c8452 100644 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.4.1.bb @@ -3,9 +3,13 @@ HOMEPAGE = "https://github.com/aio-libs/frozenlist" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" -SRC_URI[sha256sum] = "09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251" +SRC_URI[sha256sum] = "c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b" inherit pypi python_setuptools_build_meta -BBCLASSEXTEND = "native nativesdk" +DEPENDS += " \ + ${PYTHON_PN}-expandvars-native \ + ${PYTHON_PN}-cython-native \ +" +BBCLASSEXTEND = "native nativesdk" From patchwork Fri Dec 15 16:01:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 36454 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 4CB67C46CC6 for ; Fri, 15 Dec 2023 16:01:15 +0000 (UTC) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by mx.groups.io with SMTP id smtpd.web11.66300.1702656072843384933 for ; Fri, 15 Dec 2023 08:01:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=Z77Wmv+S; spf=pass (domain: konsulko.com, ip: 209.85.218.50, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f50.google.com with SMTP id a640c23a62f3a-9fa45e75ed9so92473866b.1 for ; Fri, 15 Dec 2023 08:01:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1702656071; x=1703260871; 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=pDS0fZJhgpH4rM8J5D1TBUYZ68uNOr9jkL6kTIh5HH0=; b=Z77Wmv+Sbxds4MsmDRFnvjEi59y5EcN+stgLh2fWeY1nWYTaw+t8OnCIXkEGurZ2mG 2qGXoZtEE9DyUnKFRk+t03oyc+1CYp2POxuCjd6QBncu4vZ1fVd8Ys/8OuPL9N1/WvnW YWvseV1Af7rZntzDX/FmnfH4yBkFHYBVWApqs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702656071; x=1703260871; 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=pDS0fZJhgpH4rM8J5D1TBUYZ68uNOr9jkL6kTIh5HH0=; b=GoELD3rl3PdIT7fFkvxTflfXIUUz9eFfzveOtT4Wo2hFSGDUfjkWakLhABvqXQYQ/2 FOOfPo6De/6IAogB924jnF6Cd8OuoeDrr9zQB8uPtQcaOO9FFrzkhSTtgdpOzvd2kir9 tXKcLAjSQ6pKz4wZvti756f2sEc7lR1LRja4Kd2ud3KgfMZ7JdATjHS7xP4liS33k2s4 u/yWZnKi/nJDS3plyxIlrU4ui+bDL/2Zmz2Glt2pbfiy7mbPWMl/QhypIiIAg1/7VwHG BybIDf2LtnISG3DzyvkI4wYYPhWjmV3D4btalnZ7DpaCzKFIXrSFqULS8x0hxioXFBYP MBbA== X-Gm-Message-State: AOJu0Yxwv25PpMSn2BI8sQLDQlncux2uLjd0PwAO26qEn5ykn/EFNQbx pE/5tHFpUDPYXUS+aQ24jJJhzwiVDxv0difmttU= X-Google-Smtp-Source: AGHT+IHP95gqk18Cy4WZAJzzzBuMrmSIC13dgtTGYrSsTgXQRw4FrJcXc2fQOEL4DmFAnGthQnYqtA== X-Received: by 2002:a17:906:d4:b0:a0a:f739:ad6e with SMTP id 20-20020a17090600d400b00a0af739ad6emr4594827eji.31.1702656071096; Fri, 15 Dec 2023 08:01:11 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id mm20-20020a1709077a9400b00a1a53e9f401sm10926896ejc.132.2023.12.15.08.01.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Dec 2023 08:01:10 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/6] python3-yarl: upgrade 1.9.2 -> 1.9.4 Date: Fri, 15 Dec 2023 18:01:00 +0200 Message-Id: <20231215160103.2164505-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231215160103.2164505-1-leon.anavi@konsulko.com> References: <20231215160103.2164505-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, 15 Dec 2023 16:01:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107524 Upgrade to version 1.9.4: - Started raising :py:exc:TypeError when a string value is passed into :py:meth:~yarl.URL.build as the port argument -- by :user:commonism - The leading -- has been dropped from the :pep:517 in-tree build backend config setting names. --pure-python is now just pure-python - A step-by-step :doc:Release Guide guide has been added, describing how to release yarl Signed-off-by: Leon Anavi --- .../{python3-yarl_1.9.2.bb => python3-yarl_1.9.4.bb} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-yarl_1.9.2.bb => python3-yarl_1.9.4.bb} (70%) diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.9.2.bb b/meta-python/recipes-devtools/python/python3-yarl_1.9.4.bb similarity index 70% rename from meta-python/recipes-devtools/python/python3-yarl_1.9.2.bb rename to meta-python/recipes-devtools/python/python3-yarl_1.9.4.bb index 63700024c..d9fe4c0c4 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.9.4.bb @@ -3,13 +3,18 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571" +SRC_URI[sha256sum] = "566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf" SRC_URI += "file://run-ptest" PYPI_PACKAGE = "yarl" -inherit pypi ptest setuptools3 +inherit pypi ptest python_setuptools_build_meta + +DEPENDS += " \ + ${PYTHON_PN}-expandvars-native \ + ${PYTHON_PN}-cython-native \ +" RDEPENDS:${PN} = "\ ${PYTHON_PN}-multidict \ From patchwork Fri Dec 15 16:01:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 36456 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 4B2C1C46CA2 for ; Fri, 15 Dec 2023 16:01:15 +0000 (UTC) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by mx.groups.io with SMTP id smtpd.web10.65785.1702656074296164213 for ; Fri, 15 Dec 2023 08:01:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=rGrA0noF; spf=pass (domain: konsulko.com, ip: 209.85.167.48, mailfrom: leon.anavi@konsulko.com) Received: by mail-lf1-f48.google.com with SMTP id 2adb3069b0e04-50e2168ab09so441919e87.0 for ; Fri, 15 Dec 2023 08:01:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1702656072; x=1703260872; 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=UGHgf2nmS7X8KBowfN4HyEHsBn/cfAp+Dk4leTE68cM=; b=rGrA0noF83sMFoWd5wJVXjJyw2ONRapGpxHDfnGd3+PqHi0cWVF1UqxxOla2MGemiV 4tvO7bg8RWZxiYAGb5vRbEctgPn3NmApki0679WKdSN4lYmPI3CP+qR5wRUrET65YS2r hyWiDTSmHKLPiYcdnaBOo4cFJ+1UYfoJ8xCdQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702656072; x=1703260872; 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=UGHgf2nmS7X8KBowfN4HyEHsBn/cfAp+Dk4leTE68cM=; b=uUHSnaybHicyOy0jduL3h8kb+2hNfc80KwbB46I9DfcKzxVNxNrn8Bml9Mh5Tm11CH GPR8Y+TUjRdkY5N0gZfLcxBY56th/XjNlG7Q8+h28rf3WbjP9O32FeteaOW9WWq/oTXw 6lp4FY6w5txxH/+nx+O3c+OXNYXsj/DRQdTdSzbaiQ0Mm9VTWtt0zcytASJ03BNmN29c 1u5cli6ER3n2rXd6YUUQ3u7r7Lrj45OJaBbehZv2jvD17Tvefah7OiMwiuaKSkxAlby7 v1e6dYCvEyFIbWZ+g/Tb7zgnejTYkk4ov6csEH3hjWdxW7Dsyrrlj9J4ZhHUvkCV5h9m GZDQ== X-Gm-Message-State: AOJu0YySGqCur+3gKl1GvsNr28e4SXCV4nN4RWlMSueITPzGZavFPb0t EqBk/Yv1j+n/uTTGDHYmi7qjZA2oHrjWHlvF2Aw= X-Google-Smtp-Source: AGHT+IH0p4O3uDWKt7YWaBIUb+PnAZ5v1bJdbfra38OgOHX8Y7zg5iWeopUSMequ/FYHI4Hi+rgDFA== X-Received: by 2002:a05:6512:1081:b0:50e:d5f:2c87 with SMTP id j1-20020a056512108100b0050e0d5f2c87mr3655137lfg.27.1702656072050; Fri, 15 Dec 2023 08:01:12 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id mm20-20020a1709077a9400b00a1a53e9f401sm10926896ejc.132.2023.12.15.08.01.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Dec 2023 08:01:11 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/6] python3-coverage: upgrade 7.3.2 -> 7.3.3 Date: Fri, 15 Dec 2023 18:01:01 +0200 Message-Id: <20231215160103.2164505-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231215160103.2164505-1-leon.anavi@konsulko.com> References: <20231215160103.2164505-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, 15 Dec 2023 16:01:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107525 Upgrade to version 7.3.3: - Fix: function definitions with multi-line signatures can now be excluded by matching any of the lines. - Fix: XML reports could fail with a TypeError if files had numeric components that were duplicates except for leading zeroes, like file1.py and file001.py. - The coverage annotate command used to announce that it would be removed in a future version. Enough people got in touch to say that they use it, so it will stay. Don't expect it to keep up with other new features though. - Added new debug options Signed-off-by: Leon Anavi --- .../{python3-coverage_7.3.2.bb => python3-coverage_7.3.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-coverage_7.3.2.bb => python3-coverage_7.3.3.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.3.2.bb b/meta-python/recipes-devtools/python/python3-coverage_7.3.3.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-coverage_7.3.2.bb rename to meta-python/recipes-devtools/python/python3-coverage_7.3.3.bb index 12496b03d..16a67e9e6 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.3.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" -SRC_URI[sha256sum] = "be32ad29341b0170e795ca590e1c07e81fc061cb5b10c74ce7203491484404ef" +SRC_URI[sha256sum] = "df04c64e58df96b4427db8d0559e95e2df3138c9916c96f9f6a4dd220db2fdb7" inherit pypi setuptools3 From patchwork Fri Dec 15 16:01:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 36457 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 5B9D8C46CCD for ; Fri, 15 Dec 2023 16:01:15 +0000 (UTC) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) by mx.groups.io with SMTP id smtpd.web10.65786.1702656074433182475 for ; Fri, 15 Dec 2023 08:01:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=tpp5ybKr; spf=pass (domain: konsulko.com, ip: 209.85.218.48, mailfrom: leon.anavi@konsulko.com) Received: by mail-ej1-f48.google.com with SMTP id a640c23a62f3a-9fa45e75ed9so92477666b.1 for ; Fri, 15 Dec 2023 08:01:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1702656072; x=1703260872; 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=e1pZc1DoaWvTwwpuxZauJwGEIHv4SR3C6fn25hF1KxI=; b=tpp5ybKrlTDTs1Y2QAKgdueslsE0N8eKH8XOhcyvgSRiw+sh1L/Vg7ouKueeAOOiLX LMmaJCLTV/ED+r5S59IkZ7IAgmQ9mue+wIZFy8BVkY0yDNoepLrlSkAuORgOh8gKjnIe cqiVLz647N/OcybS3jQad7CSHng2IcTewtkUs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702656072; x=1703260872; 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=e1pZc1DoaWvTwwpuxZauJwGEIHv4SR3C6fn25hF1KxI=; b=o2+lNjdw8SZMDirHWcleKTK7rh0DJoJHnpnhCZdjE3xu9MGScWYolNufMSMzc4NdRn nADFuLtn9aZTTn7i4qptsZW7V3EEeDzKeOr8NS7/GBkusLnud0Uv6eP61Y2Bz4pnWJ0E xfQcNm+bGZL6lhlzcGM2JCU2tC1d/YEveJgKapjvI3WQ7kr2mSnWuWYWSu9KxtWqhrfZ RgI9vujHd3LfgOsAogUlezJ0CXnHApK+8W5pLh96POS/ARBT/eSa9JSD+HvslKN4OJBL N4GcujbTXv0nzN8/AFLf7gx4qDsRBKgToWJS+C9ixqxZQkoeP+r1DIvZLTcU12fLn789 jwFA== X-Gm-Message-State: AOJu0YxCh1U//YFw4Np4wh5TlWKeiLIGgauI/CBNA6ld9yeCIwITm44O HwF3XTw6y4LvQBApJEhH1koSIjmBI/jjRFUR+JM= X-Google-Smtp-Source: AGHT+IGte/lnycO1ZKEfb1WzUT4QwM9axylYA+z0UpxEoBNbZcd/2LFvRnSjdZ0UKfEFHhQAxkpOSQ== X-Received: by 2002:a17:906:bcef:b0:a19:a19a:eae2 with SMTP id op15-20020a170906bcef00b00a19a19aeae2mr5732011ejb.155.1702656072718; Fri, 15 Dec 2023 08:01:12 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id mm20-20020a1709077a9400b00a1a53e9f401sm10926896ejc.132.2023.12.15.08.01.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Dec 2023 08:01:12 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 5/6] python3-cycler: upgrade 0.11.0 -> 0.12.1 Date: Fri, 15 Dec 2023 18:01:02 +0200 Message-Id: <20231215160103.2164505-5-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231215160103.2164505-1-leon.anavi@konsulko.com> References: <20231215160103.2164505-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, 15 Dec 2023 16:01:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107526 Upgrade to version 0.12.1: - Addition of type hints. - Fixes the previous release not shipping the py.typed file. Signed-off-by: Leon Anavi --- .../{python3-cycler_0.11.0.bb => python3-cycler_0.12.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cycler_0.11.0.bb => python3-cycler_0.12.1.bb} (68%) diff --git a/meta-python/recipes-devtools/python/python3-cycler_0.11.0.bb b/meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb similarity index 68% rename from meta-python/recipes-devtools/python/python3-cycler_0.11.0.bb rename to meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb index 59492e8bf..574083b61 100644 --- a/meta-python/recipes-devtools/python/python3-cycler_0.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb @@ -3,9 +3,9 @@ HOMEPAGE = "http://github.com/matplotlib/cycler" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=7713fe42cd766b15c710e19392bfa811" -SRC_URI[sha256sum] = "9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f" +SRC_URI[sha256sum] = "88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta RDEPENDS:${PN} += "\ python3-core \ From patchwork Fri Dec 15 16:01:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 36459 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 60C44C4332F for ; Fri, 15 Dec 2023 16:01:25 +0000 (UTC) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) by mx.groups.io with SMTP id smtpd.web11.66301.1702656075441377095 for ; Fri, 15 Dec 2023 08:01:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=OS7w6XY7; spf=pass (domain: konsulko.com, ip: 209.85.167.50, mailfrom: leon.anavi@konsulko.com) Received: by mail-lf1-f50.google.com with SMTP id 2adb3069b0e04-50bf2d9b3fdso1043867e87.3 for ; Fri, 15 Dec 2023 08:01:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1702656073; x=1703260873; 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=cuhXpvuboC1lqEruQuFu08IBbjK4TVfkx7ijcKADWRo=; b=OS7w6XY7fYYaae8wOFajMgIfVxutW57igWBVnYyZPQutc5JlDcXgUqrG+XSSX+EhiN 1o02x9oMenoNpSw5kOAWZjomgv68tykvQUjmZ5szRu8R9/BMttPKZKB+dCkBLTArrJfj ZiNe3VHek2zidCukdlxBYH2T3HlkF+kDswcm4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702656073; x=1703260873; 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=cuhXpvuboC1lqEruQuFu08IBbjK4TVfkx7ijcKADWRo=; b=tmusNoWt4lpmrIBQvRsQRq5cytuEkH95yY3zG0L/ZVsqfyYIChAsaE8Q0uB6uDzI2w v2XgXeStyr0dA751k1H6Zuq6ertyCLVk9d/z1RnUNnTr1r7o44FnB5ScEZHIXajpp3/n jkeHRoTLEBSyipOY0ySg2CC+xDzrkoltY9qzW7/3urcCGWbn+btXBOPVwkjuFN+u+l+5 qqhynZT1cFnwdiSUOntB5FRSipRRE4eCTo++h3tAM3D4a3vi7Tn7pG91EIUyfmp2dr3W yFsmusUV0vbcZl/JeJ8zKEXgRc8FfFNcbWlJ4pX4855hgVRM00m+lKjpOSNNrI+m+0tG ESEA== X-Gm-Message-State: AOJu0YxQpKTA9Y1S2BKZ9bGdYVxbbcU1DTa/BR8G16jAa7MUycWIHyus 7TtNuS2yDB8Zt0Co4zbVmwxlQ3PveGsFF78pa24= X-Google-Smtp-Source: AGHT+IFhLy4xDw/paeHfkd4l8ErEzLbEBpDXHsLaRgSsfIgh+1alI/7e5AQ62Ynz/x+LTYo44QLCFw== X-Received: by 2002:ac2:51ad:0:b0:50b:e967:ddf0 with SMTP id f13-20020ac251ad000000b0050be967ddf0mr5273679lfk.30.1702656073406; Fri, 15 Dec 2023 08:01:13 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id mm20-20020a1709077a9400b00a1a53e9f401sm10926896ejc.132.2023.12.15.08.01.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Dec 2023 08:01:13 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 6/6] python3-aiohue: upgrade 4.6.2 -> 4.7.0 Date: Fri, 15 Dec 2023 18:01:03 +0200 Message-Id: <20231215160103.2164505-6-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231215160103.2164505-1-leon.anavi@konsulko.com> References: <20231215160103.2164505-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, 15 Dec 2023 16:01:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107527 Upgrade to version 4.7.0: - Backward compatibility fix - Update project and CI - Update models for updated schema and new resource types Signed-off-by: Leon Anavi --- .../{python3-aiohue_4.6.2.bb => python3-aiohue_4.7.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-aiohue_4.6.2.bb => python3-aiohue_4.7.0.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.6.2.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-aiohue_4.6.2.bb rename to meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb index b9256ca20..84aace451 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_4.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb @@ -4,9 +4,9 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" -SRC_URI[sha256sum] = "069af6bb0a7d34d566538af57cc10fb691ee04f844204e4f67d95a57f0b91a46" +SRC_URI[sha256sum] = "3ca727b463e55bbe7c69b67f5503ffcd7d213c9644c4e458e3556ee6ea33855b" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta RDEPENDS:${PN} += " \ ${PYTHON_PN}-aiohttp \