From patchwork Fri Oct 13 11:09:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 32133 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 F2A1FCDB486 for ; Fri, 13 Oct 2023 11:34:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.36290.1697196893892836383 for ; Fri, 13 Oct 2023 04:34:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=mSqiV0GH; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697196894; x=1728732894; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=0bI2GIYTWfnIDTf5zw9m3zg0wnreVt3vyuiJOpLN6wc=; b=mSqiV0GHZLgWfk6ZPdAkVB5qo7ju6SpoCHY3+1lYfxd489WAqCiRupU7 iOa7caENCqNnfAlgiLNWykKZ+Ocsw3WqEy3g/92ADG5FKKExExC4BsIWj +SEQ747NHbib0EiNdfPe67EiXbqD1dj5mGXo5f1s9L1uASvdByNi87p3T z59TEHMJ4FUYyF0qPOCnUrxDoRIWJI2AU5Om8eDSN1EAPSwYPNlWMdc3O cm58di+BUhXou3Sh+JJfpPRlaEGu4UoCGINJEAS0Y8LIoL+zB19oU4RmI CRiMWva7Oda2YIpMVWFGUtJG26lZMiAOh403rH2B5gcZFf0fcOEhAjKNv A==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="385000149" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="385000149" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 04:29:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789834377" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789834377" Received: from andromeda02.png.intel.com ([10.221.253.198]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 04:29:20 -0700 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [kirkstone][PATCH 2/7] python3-urllib3: upgrade 1.26.10 -> 1.26.11 Date: Fri, 13 Oct 2023 19:09:36 +0800 Message-Id: <20231013110941.2223228-2-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20231013110941.2223228-1-chee.yang.lee@intel.com> References: <20231013110941.2223228-1-chee.yang.lee@intel.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, 13 Oct 2023 11:34:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189063 From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit dbe07ff87e2cb1a8276e69a43c7cdbb9ae6e5493) Signed-off-by: Lee Chee Yang --- .../{python3-urllib3_1.26.10.bb => python3-urllib3_1.26.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.10.bb => python3-urllib3_1.26.11.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb similarity index 86% rename from meta/recipes-devtools/python/python3-urllib3_1.26.10.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.11.bb index a8e2073d71e..a8d47de0f42 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6" +SRC_URI[sha256sum] = "ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a" inherit pypi setuptools3