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 <a...@yoctoproject.org>
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
 
-- 
2.39.2

Attachment: 0001-python3-typing-extensions-upgrade-4.6.2-4.6.3.patch
Description: Binary data

packages/core2-32-poky-linux/python3-typing-extensions: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.6.2.tar.gz;downloadfilename=typing_extensions-4.6.2.tar.gz";
 to 
"https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.6.3.tar.gz;downloadfilename=typing_extensions-4.6.3.tar.gz";
packages/core2-32-poky-linux/python3-typing-extensions: PKGV changed from 4.6.2 
[default] to 4.6.3 [default]
packages/core2-32-poky-linux/python3-typing-extensions: PV changed from "4.6.2" 
to "4.6.3"
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-dbg:
 PKGV changed from 4.6.2 [default] to 4.6.3 [default]
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-dbg:
 PV changed from "4.6.2" to "4.6.3"
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-dev:
 PKGV changed from 4.6.2 [default] to 4.6.3 [default]
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-dev:
 PV changed from "4.6.2" to "4.6.3"
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-doc:
 PKGV changed from 4.6.2 [default] to 4.6.3 [default]
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-doc:
 PV changed from "4.6.2" to "4.6.3"
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-locale:
 PKGV changed from 4.6.2 [default] to 4.6.3 [default]
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-locale:
 PV changed from "4.6.2" to "4.6.3"
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-src:
 PKGV changed from 4.6.2 [default] to 4.6.3 [default]
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-src:
 PV changed from "4.6.2" to "4.6.3"
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-staticdev:
 PKGV changed from 4.6.2 [default] to 4.6.3 [default]
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions-staticdev:
 PV changed from "4.6.2" to "4.6.3"
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions:
 PKGSIZE changed from 247599 to 248377 (+0%)
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions:
 PKGV changed from 4.6.2 [default] to 4.6.3 [default]
packages/core2-32-poky-linux/python3-typing-extensions/python3-typing-extensions:
 PV changed from "4.6.2" to "4.6.3"
Changes to packages/core2-32-poky-linux/python3-typing-extensions (sysroot):
  /usr/lib/python3.11/site-packages/typing_extensions-4.6.2.dist-info moved to 
/usr/lib/python3.11/site-packages/typing_extensions-4.6.3.dist-info
Changes to packages/core2-32-poky-linux/python3-typing-extensions (sysroot):
  /usr/lib/python3.11/site-packages/typing_extensions-4.6.2.dist-info moved to 
/usr/lib/python3.11/site-packages/typing_extensions-4.6.3.dist-info
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#182921): 
https://lists.openembedded.org/g/openembedded-core/message/182921
Mute This Topic: https://lists.openembedded.org/mt/99563853/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to