From patchwork Sun Sep 13 15:43:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 98121 X-Patchwork-Delegate: yoann.congal@smile.fr 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 61E0BC88E63 for ; Sun, 13 Sep 2026 15:45:59 +0000 (UTC) Received: from mta-65-225.siemens.flowmailer.net (mta-65-225.siemens.flowmailer.net [185.136.65.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1342.1789314351111227328 for ; Sun, 13 Sep 2026 08:45:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=GwUi7OEz; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.225, mailfrom: fm-256628-20260913154549be7be29e760002077e-abv2sj@rts-flowmailer.siemens.com) Received: by mta-65-225.siemens.flowmailer.net with ESMTPSA id 20260913154549be7be29e760002077e for ; Sun, 13 Sep 2026 17:45:49 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=mL7Sygya4URD0giCoHmAzBNAEUj3WqC10922yZO+31U=; b=GwUi7OEzWjwpUDzHt2Q3FwM+5ccY+epDTStZBCkN2zxb3a6/wtSBdTXlqEAnLrvGyqJRbG figavtHNjglPPn01Ix/QWhDacEbaT9HA3dHnajx7Htc/3CZjjeSRye1e/bZvRzQgl2ErQNCK pxpBVh+t70Twd+2pTNgwRDtOVDNRYLcBj7fWaoh/XLKNc5oD4A0ppw4a19gTZOyRcco/9jxh uas97+C48qPn79rhGSiSSsP0ESs9WY+lJvQacU9wpjjoygL+Rq+tlhmgD3yWXmqaOTcwZiQQ 45+9u6IwhspiLiHQxWXeMWiYrqoWCo59VK1TRywqGXJ5xp+OOqSRKRRg==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [wrynose][PATCH 2/2] python3-certifi: fix homepage Date: Sun, 13 Sep 2026 17:43:44 +0200 Message-ID: <20260913154344.3206517-2-peter.marko@siemens.com> In-Reply-To: <20260913154344.3206517-1-peter.marko@siemens.com> References: <20260913154344.3206517-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 13 Sep 2026 15:45:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245718 From: Peter Marko Leading space leads to SPDX document validation errors in some tools. Example: SchemaError: \" http://certifi.io/\" is not valid under any of the schemas listed in the 'anyOf' keyword (components -> ... -> externalReferences -> 0 -> url) Signed-off-by: Peter Marko Signed-off-by: Richard Purdie (From OE-Core rev: ee556d1e1cc16327e0a11207e90ac61d9f1577f3) Signed-off-by: Peter Marko --- meta/recipes-devtools/python/python3-certifi_2026.2.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-certifi_2026.2.25.bb b/meta/recipes-devtools/python/python3-certifi_2026.2.25.bb index 0425f3544f..fb08bff815 100644 --- a/meta/recipes-devtools/python/python3-certifi_2026.2.25.bb +++ b/meta/recipes-devtools/python/python3-certifi_2026.2.25.bb @@ -2,7 +2,7 @@ SUMMARY = "Python package for providing Mozilla's CA Bundle." DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \ Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \ which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set." -HOMEPAGE = " http://certifi.io/" +HOMEPAGE = "http://certifi.io/" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=11618cb6a975948679286b1211bd573c"