From: Wang Mingyu <[email protected]>

License-Update:Sync LICENSE with CPython

Changelog:
==========
- Fix a regression introduced in v4.6.0 in the implementation of 
runtime-checkable protocols.
- Sync the repository's LICENSE file with that of CPython. typing_extensions
  is distributed under the same license as CPython itself.
- Skip a problematic test on Python 3.12.0b1. The test fails on 3.12.0b1 due
  to a bug in CPython, which will be fixed in 3.12.0b2. The typing_extensions
  test suite now passes on 3.12.0b1.

Signed-off-by: Wang Mingyu <[email protected]>
---
 ...extensions_4.6.2.bb => python3-typing-extensions_4.6.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-typing-extensions_4.6.2.bb => 
python3-typing-extensions_4.6.3.bb} (83%)

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 83%
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..ebce6e8d4e 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
@@ -10,12 +10,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.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#183460): 
https://lists.openembedded.org/g/openembedded-core/message/183460
Mute This Topic: https://lists.openembedded.org/mt/99805174/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to