From patchwork Wed Nov 22 16:37:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 35103 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 ADE5EC61D99 for ; Wed, 22 Nov 2023 16:38:20 +0000 (UTC) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web10.24382.1700671091575558452 for ; Wed, 22 Nov 2023 08:38:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=X45zmyOR; spf=pass (domain: gmail.com, ip: 209.85.214.170, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f170.google.com with SMTP id d9443c01a7336-1cf6373ce31so69775ad.0 for ; Wed, 22 Nov 2023 08:38:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700671091; x=1701275891; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=M3AoAvUNYbUOE628XxGjWMhCc6FbiS9rEP5gY63Q3B4=; b=X45zmyORY0KmjrX4edThC4a25DePzrfsuSQRbg3c6LaQB9zdobYwuZnOxR+qjY4BVZ ZRyLaRcmnuM+s+YYhZ++pymD5orkTqL7Tmcmqze7azQeQJ9e8vBtx9dHBl0g6TpcW2XU 67jJVxlP3/ErkuDnTwzuwzIbG59KZn32jtfJy/dVSbQvtBDLBrCuVPlUAQLMZqk6n2Yc xaVARanQO2sJJWVj58DSBgi7GQT7vev3/duwWiwn8qdRjPKhoKOkRBMxWz2l0g+Yl3Xw UaOXP3ag3uDHjDkfY/zbO1W+BnSDL03W0Bbym3B+cf2a9tIZTpimB2xwNOkehhvKSJHc fTkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700671091; x=1701275891; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=M3AoAvUNYbUOE628XxGjWMhCc6FbiS9rEP5gY63Q3B4=; b=TN+YNAhB6v8U/ehcZVxRfpi5PXb0xzUBReyBk6BhDQdkmRH2kpB/ojEP3Xq4l5U5vB Ark6IxCpFsKnOMEaPLgNTkq584ooRkCyI1VIHaR+v7JNlIqTlT3K6hX3ajXmPU86xu5N pkQllF9peCfg6AmgyqiwERcGpTqjcDmIurgwrW1RVw4A7bulg9RySlzVTBm8t+z3s07X 9NUQ7SSTLGP+77wbq0SccdSnXMy11hyokNogHNBth6h7pAX8LVCEHlXb3iyci+WNW002 4MKXG7+CkQZw74CstU4PbNxKp6flqj59T0Ovj4+0B+qclXaqYqFlg2KWdtpyGDX0IcM4 oOwQ== X-Gm-Message-State: AOJu0Yw+kJ/xo6oPHiJtbz7cQAd3p5BR0Js9D/q9Tt4ERyAb6KRAxuyN qj/R1U7kARol7zkeji30ubBne8elsbYm5A== X-Google-Smtp-Source: AGHT+IHSWOVTFeTi4RjLEBj8Ky0gw44UgHr999LsCDiiQC8ChmCx4Zc8KRuoNx1Ap8tdegrLnip56Q== X-Received: by 2002:a17:902:e84c:b0:1cc:5671:8d9 with SMTP id t12-20020a170902e84c00b001cc567108d9mr9918943plg.27.1700671090548; Wed, 22 Nov 2023 08:38:10 -0800 (PST) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0::b328]) by smtp.gmail.com with ESMTPSA id i1-20020a17090332c100b001cf5d1c85cdsm6154138plr.218.2023.11.22.08.38.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Nov 2023 08:38:10 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Subject: [PATCH 1/5] python3-sphinxcontrib-applehelp: 1.0.4 -> 1.0.7 Date: Wed, 22 Nov 2023 08:37:50 -0800 Message-Id: <8862e58775a44193991e50da863395553895d5eb.1700670471.git.tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: 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, 22 Nov 2023 16:38:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191118 * Upstream changed download file name from sphinxcontrib-applelhelp* to sphinxcontrib_applehelp* * build-backend is now flit (inherit python_flit_core) Release 1.0.7 (2023-08-14) ========================== * Use ``os.PathLike`` over ``pathlib.Path`` Release 1.0.6 (2023-08-09) ========================== * Fix tests for Sphinx 7.1 and below Release 1.0.5 (2023-08-07) ========================== * Drop support for Python 3.8 * Raise minimum required Sphinx version to 5.0 https://github.com/sphinx-doc/sphinxcontrib-applehelp/compare/1.0.4...1.0.7 Signed-off-by: Tim Orling --- ...p_1.0.4.bb => python3-sphinxcontrib-applehelp_1.0.7.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-sphinxcontrib-applehelp_1.0.4.bb => python3-sphinxcontrib-applehelp_1.0.7.bb} (52%) diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb similarity index 52% rename from meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb rename to meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb index e352601466d..ec3670641db 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb @@ -3,8 +3,11 @@ HOMEPAGE = "https://www.sphinx-doc.org" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5" -SRC_URI[sha256sum] = "828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e" +SRC_URI[sha256sum] = "39fdc8d762d33b01a7d8f026a3b7d71563ea3b72787d5f00ad8465bd9d6dfbfa" -inherit pypi python_setuptools_build_meta +inherit pypi python_flit_core + +PYPI_ARCHIVE_NAME = "sphinxcontrib_applehelp-${PV}.${PYPI_PACKAGE_EXT}" +S = "${WORKDIR}/sphinxcontrib_applehelp-${PV}" BBCLASSEXTEND = "native nativesdk" From patchwork Wed Nov 22 16:37:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 35102 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 AEA0CC61D9B for ; Wed, 22 Nov 2023 16:38:20 +0000 (UTC) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web11.24246.1700671095633070874 for ; Wed, 22 Nov 2023 08:38:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=hj823lj5; spf=pass (domain: gmail.com, ip: 209.85.214.170, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f170.google.com with SMTP id d9443c01a7336-1cc9b626a96so51764175ad.2 for ; Wed, 22 Nov 2023 08:38:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700671095; x=1701275895; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=3l6ODuOGbPh3sYe0nUF/uNIJErE6VLvxQ50GH7pIG9k=; b=hj823lj5k0wx2xa9Tv9nDwO01/HlAiZ92TDp4PbpMt5BZM1oHvudSBhxaSrX9yzTor uy64kikaO9p5GbOtisa0q1KLdIV3bzm7t5su5m1XSRRO/sS1fxCAPZBSYIyDj/EVH1yx L1fwCi3cOb6XUAiAfEHYmyr5oMIhfdTrD+CfrhoQGD8VBetRiXpPfDHK70nUrrd7WWTz B3v2kA6GqOBJaxLmbNZpZjXsWtbwdK/AF1ecSkBTv2kffG7dUkhhgWcAJh0NRDL7zj3f 3RX/bbq4khGqAHRblC7rZZ5vpLyXlvXh9YW5V+VReuvbk/sKFAR9uFfsiPRpzfrhwHd/ 4ssQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700671095; x=1701275895; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=3l6ODuOGbPh3sYe0nUF/uNIJErE6VLvxQ50GH7pIG9k=; b=U42/A9fccbgfBNiE9xPGHgc3sC/uEwfmcCkxtd4yded3lY5BU2XjulwI+nE+fralV9 bmXet7Qn2zoMPcDcZOiUrFYWHBCyAvIx4Eip+VqLKFcOzKrmm8drtL8vEIjiJhyhKSF2 cE14LP1VrIDc7EDpd+rk3xKV3TxEkInJarasxC2v3nUhchs4T0aPR62Dz33Gte6m539C gLqmtw13nIOXUVOG8i0vtL7qiBy9wk7NiSecjYCVcpw8viN6ICCl/tvgGrZJFowxauqL vmW1qYMSFZrLvg0ON5ag92YDD3CF6t5plZ09eg14Q+44iLt9tYg07jFPJxwgbir5hzuC yrPg== X-Gm-Message-State: AOJu0Yz5wX+EfBn5UKsKjT9rMhiNJ8nmDiJBp8oUaaV92+dcp+nBTwc5 gMxRWivEPIt3YXx+FFu34tQv6OL0ojWRwA== X-Google-Smtp-Source: AGHT+IFz2fr/QIrvyydeILWun83pfDVB+jZLt1gBZGS+Dsa0eC+ebFO8Yybwfpf6jskm4SNlbQmjbw== X-Received: by 2002:a17:903:230c:b0:1cc:7adb:16a5 with SMTP id d12-20020a170903230c00b001cc7adb16a5mr2728526plh.13.1700671094735; Wed, 22 Nov 2023 08:38:14 -0800 (PST) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0::b328]) by smtp.gmail.com with ESMTPSA id i1-20020a17090332c100b001cf5d1c85cdsm6154138plr.218.2023.11.22.08.38.14 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Nov 2023 08:38:14 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Subject: [PATCH 2/5] python3-sphinxcontrib-devhelp: 1.0.2 -> 1.0.5 Date: Wed, 22 Nov 2023 08:37:51 -0800 Message-Id: <235901b0deab3e7a47475bcad3efd095774b8a3c.1700670471.git.tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: 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, 22 Nov 2023 16:38:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191119 * Upstream download filename changed from sphinxcontrib-devhelp* to sphinxcontrib_devhelp* * build-backend is now flit (inherit python_flit_core) Release 1.0.5 (2023-08-14) ========================== * Use ``os.PathLike`` over ``pathlib.Path`` Release 1.0.4 (2023-08-09) ========================== * Fix tests for Sphinx 7.1 and below Release 1.0.3 (2023-08-07) ========================= * Drop support for Python 3.5, 3.6, 3.7, and 3.8 * Raise minimum required Sphinx version to 5.0 https://github.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.2...1.0.5 Signed-off-by: Tim Orling --- ...elp_1.0.2.bb => python3-sphinxcontrib-devhelp_1.0.5.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-sphinxcontrib-devhelp_1.0.2.bb => python3-sphinxcontrib-devhelp_1.0.5.bb} (56%) diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb similarity index 56% rename from meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb rename to meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb index 0d034366e7a..47934bd6f53 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb @@ -3,10 +3,13 @@ HOMEPAGE = "https://www.sphinx-doc.org" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=fd30d9972a142c857a80c9f312e92b93" -SRC_URI[sha256sum] = "ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4" +SRC_URI[sha256sum] = "63b41e0d38207ca40ebbeabcf4d8e51f76c03e78cd61abe118cf4435c73d4212" PYPI_PACKAGE = "sphinxcontrib-devhelp" -inherit pypi setuptools3 +inherit pypi python_flit_core + +PYPI_ARCHIVE_NAME = "sphinxcontrib_devhelp-${PV}.${PYPI_PACKAGE_EXT}" +S = "${WORKDIR}/sphinxcontrib_devhelp-${PV}" BBCLASSEXTEND = "native nativesdk" From patchwork Wed Nov 22 16:37:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 35104 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 BB39DC61D97 for ; Wed, 22 Nov 2023 16:38:20 +0000 (UTC) Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mx.groups.io with SMTP id smtpd.web11.24248.1700671099975205310 for ; Wed, 22 Nov 2023 08:38:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=ZGiIoYrC; spf=pass (domain: gmail.com, ip: 209.85.214.176, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f176.google.com with SMTP id d9443c01a7336-1cf7a1546c0so6413095ad.0 for ; Wed, 22 Nov 2023 08:38:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700671099; x=1701275899; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=aXtOzTTvI+Gk2JK2lioC6zop1m/GlcRcGimaRBhfjdA=; b=ZGiIoYrC/7v6B+mWs6nlxLAhyyRrfV+U6X3mZE+kyxsWGn+kpnezrwb9MAnuxdaW9b PB0YYTELfeLeykdwgl8BAOqmUBJixvy6wK0QzWURco8DpmIEHPqlKYDBfK0uq7bY/WIX tcFhTzfyfO6tutOOx9XnDQulm2UG3RaOL8Q6J4HdkYYu7GqV+jTNZbMeNnRcBxM8a5nG Ah/apXiT4qF7dxXLYcNxRi4vg5TgGz72wEcjLZZPYrPjNILyixYSbyfoqSvMZ2ySDcEB vXxYxWHNRTVP9EjJwYu6XCFEtMr/+qog5xV33X1HcJj7Y0ISQr50FCK3jC2jp18NuNiC 1tZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700671099; x=1701275899; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aXtOzTTvI+Gk2JK2lioC6zop1m/GlcRcGimaRBhfjdA=; b=A7XEkKkfcDb0ZuFH9Hoqy11eHNessSb5wiHBVHiXv0A3joRYts714tqmlaY94tyZ4h CT7K9ZRCPGRYGDwvLKFMUPlvpBs0jZMan3xuBbHtTEQ1Gy1PxUZGLG+6EAQ2d7vDO2Vn RCCffRwD+i03SuqbYZFrB0uw3R9Y2q0ZMaskQmk4IzCg8QD9FtG7rgKu9LGdAOR+nBx/ ypBjXTYVSkp5FUIvZqc98HAU/FfYnZLS55rw4eBmh8uWSSnhplY6q0Su3/hFMauLoyPt wM16rosWjCLxJdYSJmVer7mIAIJoyBssmo5vsWzXgrHhVtRP6aMjto18hYhmrP4M61kT Y+9A== X-Gm-Message-State: AOJu0YzYEeBIcxIhw+LI7loFIK7c/kavr8hlwu88NqT7KoiBTuKxNwl6 U0T8xW1XlEukPqtQ7NML5U/qhACUYGbKbg== X-Google-Smtp-Source: AGHT+IHL42bmhDLSonVSLu/dtpNC250EjDWrHABx6oUT1s2B7VmFV86sqUW3QXypP7sOx8oE9otzgQ== X-Received: by 2002:a17:903:187:b0:1cf:68a3:d901 with SMTP id z7-20020a170903018700b001cf68a3d901mr2987246plg.19.1700671099079; Wed, 22 Nov 2023 08:38:19 -0800 (PST) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0::b328]) by smtp.gmail.com with ESMTPSA id i1-20020a17090332c100b001cf5d1c85cdsm6154138plr.218.2023.11.22.08.38.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Nov 2023 08:38:18 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Subject: [PATCH 3/5] python3-sphinxcontrib-htmlhelp: 2.0.1 -> 2.0.4 Date: Wed, 22 Nov 2023 08:37:52 -0800 Message-Id: <7d622de573af3410da8a935242376f3d021a44d3.1700670471.git.tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: 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, 22 Nov 2023 16:38:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191120 * Upstream download filename changed from sphinxcontrib-htmlhelp* to sphinxcontrib_htmlhelp* * build-backend is now flit (inherit python_flit_core) Release 2.0.4 (2023-08-14) ========================== * Use ``os.PathLike`` over ``pathlib.Path`` Release 2.0.3 (2023-08-09) ========================== * Fix tests for Sphinx 7.1 and below Release 2.0.2 (2023-08-07) ========================== * Drop support for Python 3.8 * Raise minimum required Sphinx version to 5.0 https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.1...2.0.4 Signed-off-by: Tim Orling --- ...lp_2.0.1.bb => python3-sphinxcontrib-htmlhelp_2.0.4.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-sphinxcontrib-htmlhelp_2.0.1.bb => python3-sphinxcontrib-htmlhelp_2.0.4.bb} (56%) diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb similarity index 56% rename from meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb rename to meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb index bf034fb6849..a0a4b4496f2 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb @@ -3,10 +3,13 @@ HOMEPAGE = "https://www.sphinx-doc.org" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886" -SRC_URI[sha256sum] = "0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff" +SRC_URI[sha256sum] = "6c26a118a05b76000738429b724a0568dbde5b72391a688577da08f11891092a" PYPI_PACKAGE = "sphinxcontrib-htmlhelp" -inherit pypi python_setuptools_build_meta +inherit pypi python_flit_core + +PYPI_ARCHIVE_NAME = "sphinxcontrib_htmlhelp-${PV}.${PYPI_PACKAGE_EXT}" +S = "${WORKDIR}/sphinxcontrib_htmlhelp-${PV}" BBCLASSEXTEND = "native nativesdk" From patchwork Wed Nov 22 16:37:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 35105 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 B6A88C61D9B for ; Wed, 22 Nov 2023 16:38:30 +0000 (UTC) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mx.groups.io with SMTP id smtpd.web10.24394.1700671108843574214 for ; Wed, 22 Nov 2023 08:38:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=flcGitRo; spf=pass (domain: gmail.com, ip: 209.85.214.169, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f169.google.com with SMTP id d9443c01a7336-1cf80a7be0aso1723205ad.1 for ; Wed, 22 Nov 2023 08:38:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700671103; x=1701275903; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=BXQrKbyQWfDoKPpa0fdhNA/8LF3bPg6p9sF/zY12j64=; b=flcGitRoR4LPZNhVWhCpZLEFuu6A1HiLjxT5K8b87qchSnplfwFTuE+SX4SaUeBgf+ tT7Z4Cy6yKGhOI42SnLzOeEbPQceo9DE3op1hxkhy1MN47TCyaYeYWyIzIaiCrirSeg3 oYXHHQmBbSzF1t/boOzmgqIP7deAlN1SvC766oH4dP/iB1UoF95DwuTkmenwYEnjRgz9 Jv8Lzs9+LWOkBqHEY26ClYDLWIri9bVXuYiKo71dM6nAeqflh2Kymn4HUeLYEHspGHxy B+gt4Zoi8xrLxXe/vY1n49HCPSOmaKJni7TaM0iFi4Ra+mTSnAgSwbTk/g4YqyekUqBE feSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700671103; x=1701275903; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=BXQrKbyQWfDoKPpa0fdhNA/8LF3bPg6p9sF/zY12j64=; b=nyOUyDtiX9JIAM1fre1+o/lZ5pCkTZo5cNMm9ExxKv3mV4G6YUPQTX6RuY2G5c4qkI gGl2irQLZlX+LKoVJgVsJlgMSkzG8s6397sbt3/iE8yGVMuEgUVDuP9ZOTLn5gMHlZxT LYfEJx+cdpaih8v/Fm1tD1KVtEaOTqxCPwJRnbXX9/gFIKQbn+R47GGoZdca8VmmkpiM atjLOkuhrvXXrwuLiBZQ+IZEQypF/Pe+H7S1j+kDEc7fkAn2woGOxgXK6FtsE6kNZpsc 6ZbFIZg0X4DGKBgXvK7dJgjhTp/+++HrcGAajNc4x2kXYk1YAPwMwGJKrNTH9hRJTGfe 94ag== X-Gm-Message-State: AOJu0YwLlhtZ3QqrD88KP9w8KefKWHaRAInsBTG65cfw/K8W7d/nuJ9a w7SRiqBmqOB8p20y6osBtAy1SFK3rPchBw== X-Google-Smtp-Source: AGHT+IHa4+DK1xNrBjCVFD4sO1BDweuh05sKJ/HBSmu6XKxyFZ3nsM+X5k9WVYW6OPIsNduqtkTH/A== X-Received: by 2002:a17:902:ed4c:b0:1c7:5f03:8562 with SMTP id y12-20020a170902ed4c00b001c75f038562mr3044377plb.30.1700671103351; Wed, 22 Nov 2023 08:38:23 -0800 (PST) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0::b328]) by smtp.gmail.com with ESMTPSA id i1-20020a17090332c100b001cf5d1c85cdsm6154138plr.218.2023.11.22.08.38.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Nov 2023 08:38:23 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Subject: [PATCH 4/5] python3-sphinxcontrib-qthelp: 1.0.3 -> 1.0.6 Date: Wed, 22 Nov 2023 08:37:53 -0800 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: 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, 22 Nov 2023 16:38:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191122 * Upstream download filename changed from sphinxcontrib-qthelp* to sphinxcontrib_qthelp* * build-backend changed to flit (inherit python_flit_core) Release 1.0.6 (2023-08-14) ========================== * Use ``os.PathLike`` over ``pathlib.Path`` Release 1.0.5 (2023-08-09) ========================== * Fix tests for Sphinx 7.1 and below Release 1.0.4 (2023-08-07) ========================== * Drop support for Python 3.5, 3.6, 3.7, and 3.8 * Raise minimum required Sphinx version to 5.0 https://github.com/sphinx-doc/sphinxcontrib-qthelp/compare/1.0.3...1.0.6 Signed-off-by: Tim Orling --- ...help_1.0.3.bb => python3-sphinxcontrib-qthelp_1.0.6.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-sphinxcontrib-qthelp_1.0.3.bb => python3-sphinxcontrib-qthelp_1.0.6.bb} (54%) diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb similarity index 54% rename from meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb rename to meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb index 41d2b6187b7..3538b063d6c 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb @@ -3,10 +3,13 @@ HOMEPAGE = "http://babel.edgewall.org/" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb" -SRC_URI[sha256sum] = "4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72" +SRC_URI[sha256sum] = "62b9d1a186ab7f5ee3356d906f648cacb7a6bdb94d201ee7adf26db55092982d" PYPI_PACKAGE = "sphinxcontrib-qthelp" -inherit pypi setuptools3 +inherit pypi python_flit_core + +PYPI_ARCHIVE_NAME = "sphinxcontrib_qthelp-${PV}.${PYPI_PACKAGE_EXT}" +S = "${WORKDIR}/sphinxcontrib_qthelp-${PV}" BBCLASSEXTEND = "native nativesdk" From patchwork Wed Nov 22 16:37:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 35106 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 B0B84C61D99 for ; Wed, 22 Nov 2023 16:38:30 +0000 (UTC) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mx.groups.io with SMTP id smtpd.web10.24392.1700671108166203051 for ; Wed, 22 Nov 2023 08:38:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=dEJEeRUA; spf=pass (domain: gmail.com, ip: 209.85.214.174, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f174.google.com with SMTP id d9443c01a7336-1cf74ad87e0so12962895ad.3 for ; Wed, 22 Nov 2023 08:38:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700671107; x=1701275907; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=SYLK9H8jShj0d5Bnwa/XVojcdWad+QiVazbz984Y96c=; b=dEJEeRUAKPHLhU+jyjtuih26nxcv7cyG+prkD1w4lu8uNjNF6wCYqIMSn5Tk7Trm7F fKjy/1s9buf5ga0lF60laTyJmwrandPkO+CPCPGnH8pcg0zPDC4eZxvCxgvG9HQ2+USW C644EInP22TeyV3TAFU4PESkE+/ZJEhe+Nu7VWojuF5MLZ1U3quvt1SS+A8nl0zjsiu0 8mNzBUORNpYxkPjBGRVdf69hcIsqv/IgMNdrtwWeuhe4fjjBuxTaDhjnWxY+pfjNClXQ TFiqZwMXwHEYw+1q80deKL/Bvxz2VMch2Ph4lr3S4tC+OX8IBdbZsiqQUH9vA+eQNP0B efGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700671107; x=1701275907; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SYLK9H8jShj0d5Bnwa/XVojcdWad+QiVazbz984Y96c=; b=iWiegDLyVS7vGmb9FGON0WSLNtKZhM8EcKcz3+OYchpzTsaagDW+2/THRGIBYx4ivJ 6iUAHlB9ZIAU4V3oBE7NDtacj7cRTfz6EowdaiAUqMJBivZszVUj489lNSQSONFCisSq 51a0w8ogxPYO2+cPDC6Vv98d/BY+0D9v21szAVhUiisVXRo/L3u5QkJJpTaTYvZ5uEmh 1IGdGSrXxGOWw6Pqv1GDz3MaRcq7jbROF1108515lrE0ejj3JMnk1mmcUuEcM3pKhkUL 2ZNhp/wTyvaBc5h1xTS2bxZn+nbsuyxIZfDNQvINSdzR+zM3iB2YhiQQ8jTcIWpWjHr3 6B4Q== X-Gm-Message-State: AOJu0YyXb/o+ToCYowAVD05CpcdzNDrMSsndeVIi0qpPA3AHmhULncC6 eSmVRnmT1OmlqzzeqJxxHjGpBfMBpSdhfQ== X-Google-Smtp-Source: AGHT+IF3TGQ1t/5zq3+ZrEEkM9tVFQ0cPKXb0+0rdSC5B69wCBaIM/JxIi/80UyihMcJ6fI/r3uYKw== X-Received: by 2002:a17:902:fe01:b0:1cf:73ff:b1a6 with SMTP id g1-20020a170902fe0100b001cf73ffb1a6mr3351883plj.10.1700671107236; Wed, 22 Nov 2023 08:38:27 -0800 (PST) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0::b328]) by smtp.gmail.com with ESMTPSA id i1-20020a17090332c100b001cf5d1c85cdsm6154138plr.218.2023.11.22.08.38.26 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Nov 2023 08:38:26 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Subject: [PATCH 5/5] python3-sphinxcontrib-serializinghtml: 1.1.5 -> 1.1.9 Date: Wed, 22 Nov 2023 08:37:54 -0800 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: 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, 22 Nov 2023 16:38:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191121 * Upstream download filename changed from sphinxcontrib-serializinghtml* to sphinxcontrib_serializinghtml* * build-backend is now flit (inherit python_flit_core) Release 1.1.9 (2023-08-20) ========================== * Serialise context["script_files"] and context["css_files"] as their filenames on Sphinx 7.2.0. Release 1.1.8 (2023-08-14) ========================== * Use ``os.PathLike`` over ``pathlib.Path`` Release 1.1.7 (2023-08-09) ========================== * Fix tests for Sphinx 7.1 and below Release 1.1.6 (2023-08-07) ========================== * Drop support for Python 3.5, 3.6, 3.7, and 3.8 * Raise minimum required Sphinx version to 5.0 https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/compare/1.1.5...1.1.9 Signed-off-by: Tim Orling --- ...5.bb => python3-sphinxcontrib-serializinghtml_1.1.9.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-sphinxcontrib-serializinghtml_1.1.5.bb => python3-sphinxcontrib-serializinghtml_1.1.9.bb} (57%) diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb similarity index 57% rename from meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb rename to meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb index 7fa6d8aeb7a..fbf0c3c9b28 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb @@ -3,10 +3,13 @@ HOMEPAGE = "https://www.sphinx-doc.org" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6" -SRC_URI[sha256sum] = "aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952" +SRC_URI[sha256sum] = "0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54" PYPI_PACKAGE = "sphinxcontrib-serializinghtml" -inherit pypi setuptools3 +inherit pypi python_flit_core + +PYPI_ARCHIVE_NAME = "sphinxcontrib_serializinghtml-${PV}.${PYPI_PACKAGE_EXT}" +S = "${WORKDIR}/sphinxcontrib_serializinghtml-${PV}" BBCLASSEXTEND = "native nativesdk"