From patchwork Fri Jun 16 03:51:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 25767 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 1EADBC27C40 for ; Fri, 16 Jun 2023 03:51:29 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.819.1686887482731355763 for ; Thu, 15 Jun 2023 20:51:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hOXfzcni; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010188c25446a8-ab92bda6-9f34-464a-abf7-40aa19845f5f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qBnEL/js9XLtE9lK6WmXAzzEXdpLDURt3qUEC1VRTI8=; b=hOXfzcnidLK0AGWhHBYMPBY9DmU7slwjlkF9w8kG1CsiE4LNNYfSKnKQUTjtTNel tjTPnRjEXLLbKJd2SiturLoihhiIkofax8Xg34VzC2QhGxBKrCO/4TXRrXdrhqfNhEQ AHUtnQp3YW4sJxjnVWS5wtaWlbQs8zwA1BCgqL0c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qBnEL/js9XLtE9lK6WmXAzzEXdpLDURt3qUEC1VRTI8=; b=KrrEMlr1Ex7TqEyXQpSUDAnYYg1ob2NkGmpPZOmgFV0txd9syWzIDkQGoK4ISrlY bMqacuFDn76OvE5wStfuZXneh3M9qpyJsZCK8sCfwXUReC6Z59oPPGMcoQR03ZXxHdA 8C0Q1szKT6tm1PwslrseAG7svPb1Fww8+EGFCdcc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-typing-extensions: upgrading to 4.6.3 SUCCEEDED Message-ID: <01010188c25446a8-ab92bda6-9f34-464a-abf7-40aa19845f5f-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-54.240.27.23 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, 16 Jun 2023 03:51:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182921 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-typing-extensions* to *4.6.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-typing-extensions-upgrade-4.6.2-4.6.3.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From ec0fcc35cf559fe2cf6ebebc1a9796c38e8721d8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 14:08:23 +0000 Subject: [PATCH] python3-typing-extensions: upgrade 4.6.2 -> 4.6.3 --- ....bb => python3-typing-extensions_4.6.3.bb} | 86 ++++++++++++++++++- 1 file changed, 84 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-typing-extensions_4.6.2.bb => python3-typing-extensions_4.6.3.bb} (17%) diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb similarity index 17% rename from meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb rename to meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb index be43fe4a64..ee480589f4 100644 --- a/meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb +++ b/meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb @@ -1,3 +1,85 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -2,12 +2,12 @@ +# ========================== +# +# Python was created in the early 1990s by Guido van Rossum at Stichting +# -Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands +# +Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands +# as a successor of a language called ABC. Guido remains Python's +# principal author, although it includes many contributions from others. +# +# In 1995, Guido continued his work on Python at the Corporation for +# -National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) +# +National Research Initiatives (CNRI, see https://www.cnri.reston.va.us) +# in Reston, Virginia where he released several versions of the +# software. +# +# @@ -19,7 +19,7 @@ +# created specifically to own Python-related Intellectual Property. +# Zope Corporation was a sponsoring member of the PSF. +# +# -All Python releases are Open Source (see http://www.opensource.org for +# +All Python releases are Open Source (see https://opensource.org for +# the Open Source Definition). Historically, most, but not all, Python +# releases have also been GPL-compatible; the table below summarizes +# the various releases. +# @@ -59,6 +59,17 @@ +# B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON +# =============================================================== +# +# +Python software and documentation are licensed under the +# +Python Software Foundation License Version 2. +# + +# +Starting with Python 3.8.6, examples, recipes, and other code in +# +the documentation are dual licensed under the PSF License Version 2 +# +and the Zero-Clause BSD license. +# + +# +Some software incorporated into Python is under different licenses. +# +The licenses are listed with code falling under that license. +# + +# + +# PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +# -------------------------------------------- +# +# @@ -73,7 +84,7 @@ +# distribute, and otherwise use Python alone or in any derivative version, +# provided, however, that PSF's License Agreement and PSF's notice of copyright, +# i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# -2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation; +# +2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation; +# All Rights Reserved" are retained in Python alone or in any derivative version +# prepared by Licensee. +# +# @@ -252,3 +263,17 @@ +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# + +# +ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION +# +---------------------------------------------------------------------- +# + +# +Permission to use, copy, modify, and/or distribute this software for any +# +purpose with or without fee is hereby granted. +# + +# +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +# +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +# +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +# +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# +PERFORMANCE OF THIS SOFTWARE. +# +# + SUMMARY = "Backported and Experimental Type Hints for Python 3.7+" DESCRIPTION = "The typing_extensions module serves two related purposes:\ \ @@ -10,12 +92,12 @@ HOMEPAGE = "https://github.com/python/typing_extensions" BUGTRACKER = "https://github.com/python/typing_extensions/issues" SECTIONS = "libs" LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2" # The name on PyPi is slightly different. PYPI_PACKAGE = "typing_extensions" -SRC_URI[sha256sum] = "06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c" +SRC_URI[sha256sum] = "d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5" inherit pypi python_flit_core