From patchwork Thu Mar 3 20:44:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 4646 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 21F6BC433EF for ; Thu, 3 Mar 2022 20:44:20 +0000 (UTC) Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by mx.groups.io with SMTP id smtpd.web11.16123.1646340258887959849 for ; Thu, 03 Mar 2022 12:44:19 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=kHNiRoff; spf=pass (domain: gmail.com, ip: 209.85.216.48, mailfrom: ticotimo@gmail.com) Received: by mail-pj1-f48.google.com with SMTP id z12-20020a17090ad78c00b001bf022b69d6so5006804pju.2 for ; Thu, 03 Mar 2022 12:44:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=78RiJzfu6xueohlxbJoSweN46FIZ9NfuKoiFpohL/oE=; b=kHNiRoffVwdU3lw4IoU5AX0S+vwP1YZFKp9NJdCOsc8OF+dp/FekTsQFZj99AS1R+W AJPchAYmMlY9Xidw5NTH9SSpTt7VlTGG9HBxrl/TIjvC2M5bwpbtWVFqtiA1QMYNRkM0 ZgU+Rxcl8uOgSO+ZowrMPXNfgt9JvyvglwZ8ttxOaf9xUh/N1xirDcADv+nwPbpU5TPh I29moKe2EmqRoGi9b59YAeKJs5mXc+f/c83ji5pyrwvLYgenaLqh1S8eAZs7/mb5KKZB zPbFEpgK0MUNYBaigS/K/fH5268/u3Q7h4JXyKHtynY+dI09foCNr0ehql4aAuTOncdK wBCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=78RiJzfu6xueohlxbJoSweN46FIZ9NfuKoiFpohL/oE=; b=4Za8ibkcnK90i1ySNa/qzFeK8A9quTsOzXwEGFt1a522SBR4mG/u4ZYfG1VxFHUPhN 5upYLllqRtWNGhVb+EciBqVNVFAH3G79zJ5mwkkwk9NSznGhxwjksebMFZ3TyXVs6pO4 OGhk2vVBPVjvU4OKx+jV9ERzAcGcYsFRrtZsMO72fNQ63qn0fGmrOZfZ7sReplvJRx10 Xsjso5HeeoNcDs4radOhhZHW9FDMLs4MHnrx0+DQMIL1oY7SFO+3+QBIu5Ou2qlsQYd1 0D4P1DvMMgV1l02r90HSls/d8koQ9Pb8uCZm1k1GzaTTVBqja22ehkOtHjLlrCyWEsnn jgDQ== X-Gm-Message-State: AOAM533C/81keiXAmlG5G3GkEIHbRpBh8pN9nntMQC2Wa+al+ejNENFD UYdVdi/2nikcKMWhnp3YO6biUW29ueI= X-Google-Smtp-Source: ABdhPJzhZjI0BiFhuiBs1tgfcgIUlfULVR4ATQ3q7zL8aDh4qmC6mG+6jrwMZ1eQmYRkDPYZZlf7mA== X-Received: by 2002:a17:90a:ec09:b0:1bc:d7c2:b2d5 with SMTP id l9-20020a17090aec0900b001bcd7c2b2d5mr7184733pjy.22.1646340257888; Thu, 03 Mar 2022 12:44:17 -0800 (PST) Received: from nereus.hsd1.or.comcast.net ([2601:1c0:6000:1b20:e8f6:820a:4d41:403d]) by smtp.gmail.com with ESMTPSA id nh8-20020a17090b364800b001bc422b7b47sm2959899pjb.15.2022.03.03.12.44.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Mar 2022 12:44:17 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 1/2] python3-importlib-metadata: upgrade 4.10.1 -> 4.11.2 Date: Thu, 3 Mar 2022 12:44:09 -0800 Message-Id: <20220303204410.1206736-1-tim.orling@konsulko.com> X-Mailer: git-send-email 2.30.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 ; Thu, 03 Mar 2022 20:44:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162699 inherit setuptools_build_meta v4.11.2 369: Fixed bug where EntryPoint.extras was returning match objects and not the extras strings. v4.11.1 367: In Distribution.requires for egg-info, if requires.txt is empty, return an empty list. v4.11.0 bpo-46246: Added __slots__ to EntryPoints. v4.10.2 365 and bpo-46546: Avoid leaking method_name in DeprecatedList. Signed-off-by: Tim Orling --- ...-metadata_4.10.1.bb => python3-importlib-metadata_4.11.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-importlib-metadata_4.10.1.bb => python3-importlib-metadata_4.11.2.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_4.10.1.bb b/meta/recipes-devtools/python/python3-importlib-metadata_4.11.2.bb similarity index 88% rename from meta/recipes-devtools/python/python3-importlib-metadata_4.10.1.bb rename to meta/recipes-devtools/python/python3-importlib-metadata_4.11.2.bb index ff40def563f..15c468e41b7 100644 --- a/meta/recipes-devtools/python/python3-importlib-metadata_4.10.1.bb +++ b/meta/recipes-devtools/python/python3-importlib-metadata_4.11.2.bb @@ -8,7 +8,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "importlib_metadata" UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P(\d+[\.\-_]*)+)/" -SRC_URI[sha256sum] = "951f0d8a5b7260e9db5e41d429285b5f451e928479f19d80818878527d36e95e" +SRC_URI[sha256sum] = "b36ffa925fe3139b2f6ff11d6925ffd4fa7bc47870165e3ac260ac7b4f91e6ac" S = "${WORKDIR}/importlib_metadata-${PV}" From patchwork Thu Mar 3 20:44:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 4647 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 E3177C433F5 for ; Thu, 3 Mar 2022 20:44:26 +0000 (UTC) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mx.groups.io with SMTP id smtpd.web08.16280.1646340265987046731 for ; Thu, 03 Mar 2022 12:44:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=lW0kiQCh; spf=pass (domain: gmail.com, ip: 209.85.214.178, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f178.google.com with SMTP id e2so5828008pls.10 for ; Thu, 03 Mar 2022 12:44:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=SbGQgx++i6Fb3q1UgUNFKq+qo4SmWR6KNVZco8Wjmrk=; b=lW0kiQChtmq5xAX8pYic+BJaAKL9HzUVdEruEOMM5SzTGNvYJ8hjlibO7jPNB9cK1J ez5AcNrxZm7jCi3naiXhyxdWESt5ACJZFopgK8D5eh/YKmIexeSUyz7Y2iMgTZkK7trz fcTAzIJSHK399V/mlPnZVAmfhw/7gjiyS9BY2Mws95teBgPwUiTK2ki88lZ3uDvlYZrj u2l+hqhGPDJlFnDRUHdX3qCByyL47fOFcqFBvUS5xzy85WyK+sE5/AYtUQUsn/4jlRvN C1YuDz4f9TLGPb9AG94hc0Y1VNGcSZaipY7YvEqrWmgKGSDPGvNFCg0vZUKhGJ9Eufbn ywgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SbGQgx++i6Fb3q1UgUNFKq+qo4SmWR6KNVZco8Wjmrk=; b=JC18wtACTCfG0GuLBkbglXHnPfLYexaoryLxE29w2MJq0E1wKu9VlTaZQ8OpVdyAZ4 GIaR7FVtBoqOCKDSho2QX5uQJexIcAAuACGavAyOs0PdQ/ehz0hRuIIA98ddVrolbbCX AQkzGeYyhrAE/YJ7lQI2Kg4+lyIO2V5tajehjipOoJoF3TsTjeQ1lC8xhCwjx93v1XSe 5gsYJvnoTP1p4SumBFrwdU9z+rEITDXY21G5S3kkbBTE9wujnrewDwOZA4w29RquZMsT HKwPfcMXvsOnCbNVnoR7CQOtu1aJ0vSec5XzSN5SmqsouNsbjJiMDdbvRTm+mK98f4zG S1XQ== X-Gm-Message-State: AOAM531OgyE/Zm3zOd12I5V9XA0MjciKylP+kJGdr0y7hJg1sRx3h0pr oTnrwbeHnRSoQQLtbwDeUnwCvnObHfs= X-Google-Smtp-Source: ABdhPJxUGStFogcmmvKsfZdnCQGB8wiGRhPCub2RdwqJdD4M7738B/wXTOK7+EjdtasCEQN3uc2aXQ== X-Received: by 2002:a17:902:9a41:b0:149:a13f:af62 with SMTP id x1-20020a1709029a4100b00149a13faf62mr37765875plv.147.1646340264869; Thu, 03 Mar 2022 12:44:24 -0800 (PST) Received: from nereus.hsd1.or.comcast.net ([2601:1c0:6000:1b20:e8f6:820a:4d41:403d]) by smtp.gmail.com with ESMTPSA id nh8-20020a17090b364800b001bc422b7b47sm2959899pjb.15.2022.03.03.12.44.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Mar 2022 12:44:24 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 2/2] python3-jsonschema: upgrade 3.2.0 -> 4.4.0 Date: Thu, 3 Mar 2022 12:44:10 -0800 Message-Id: <20220303204410.1206736-2-tim.orling@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220303204410.1206736-1-tim.orling@konsulko.com> References: <20220303204410.1206736-1-tim.orling@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 ; Thu, 03 Mar 2022 20:44:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162700 Upstream changed from setup.py to pyproject.toml+setup.cfg inherit setuptools_build_meta For changes see: https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst#v440 Signed-off-by: Tim Orling --- ...n3-jsonschema_3.2.0.bb => python3-jsonschema_4.4.0.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-jsonschema_3.2.0.bb => python3-jsonschema_4.4.0.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-jsonschema_3.2.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb similarity index 88% rename from meta/recipes-devtools/python/python3-jsonschema_3.2.0.bb rename to meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb index c7efe33a832..4c142296410 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_3.2.0.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb @@ -3,12 +3,12 @@ HOMEPAGE = "https://github.com/Julian/jsonschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" -DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" -SRC_URI[md5sum] = "f1a0b5011f05a02a8dee1070cd10a26d" -SRC_URI[sha256sum] = "c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a" +SRC_URI[sha256sum] = "636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83" + +inherit pypi setuptools_build_meta -inherit pypi setuptools3 +DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" PACKAGECONFIG ??= "format" PACKAGECONFIG[format] = ",,,\