From patchwork Wed Aug 16 01:43:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 28873 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 DA89DC001B0 for ; Wed, 16 Aug 2023 01:43:45 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.152047.1692150220154106308 for ; Tue, 15 Aug 2023 18:43:40 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="128228963" X-IronPort-AV: E=Sophos;i="6.01,175,1684767600"; d="scan'208";a="128228963" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2023 10:43:38 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id AE657C68E1 for ; Wed, 16 Aug 2023 10:43:35 +0900 (JST) Received: from kws-ab4.gw.nic.fujitsu.com (kws-ab4.gw.nic.fujitsu.com [192.51.206.22]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 083B6CFBCA for ; Wed, 16 Aug 2023 10:43:35 +0900 (JST) Received: from localhost.localdomain (unknown [10.167.225.33]) by kws-ab4.gw.nic.fujitsu.com (Postfix) with ESMTP id 6E61C21F785; Wed, 16 Aug 2023 10:43:34 +0900 (JST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.95.0 -> 2.96.0 Date: Wed, 16 Aug 2023 09:43:16 +0800 Message-Id: <1692150196-5491-1-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSS-9.1.0.1417-9.0.0.1002-27816.003 X-TM-AS-User-Approved-Sender: Yes X-TMASE-Version: IMSS-9.1.0.1417-9.0.1002-27816.003 X-TMASE-Result: 10-1.445100-10.000000 X-TMASE-MatchedRID: R9NZgeCyXhKjz0nOeth/yUIIxwDaU5mr9pLnYtQ99xIwS+fKi1+IroIB CrHXdfvc4CtjYmQpb2kF1Ec/oUIRlVpCIuRr0RxKTuctSpiuWyUUi4Ehat054xHfiujuTbedlNc WZ7137CiBkESMI05d4iiOf1NDnCI+rWL/xQJnm46eAiCmPx4NwGmRqNBHmBveVDC1CbuJXmMqtq 5d3cxkNT9FMMFmEfceblqLwDqIv8HIQDOpSAIXiPJutEZ7y7gndX2GGjnj4JcpPeFA+YPwcGWGL HzAbLPakEpv7+fyDzV3VGkXOEAE0oByMfv2BEtbU8mdcvbI1h2S6jzjuXTm0MTMzICazP4UehYt aVdyxm8= X-TMASE-SNAP-Result: 1.821001.0001-0-1-22:0,33:0,34:0-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, 16 Aug 2023 01:43:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104388 From: Wang Mingyu Changelog: ========== https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu --- ...ent_2.95.0.bb => python3-google-api-python-client_2.96.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_2.95.0.bb => python3-google-api-python-client_2.96.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.95.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.96.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.95.0.bb rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.96.0.bb index c8625838ba..442237ec78 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.95.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.96.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "d2731ede12f79e53fbe11fdb913dfe986440b44c0a28431c78a8ec275f4c1541" +SRC_URI[sha256sum] = "f712373d03d338af57b9f5fe98c91f4b5baaa8765469b015bc623c4681c5bd51" inherit pypi setuptools3