!9 Update package with version 4.10.0

From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2024-03-04 12:34:46 +00:00 committed by Gitee
commit 55f183c413
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-typing-extensions
Version: 4.5.0
Release: 2
Version: 4.10.0
Release: 1
Summary: Backported and Experimental Type Hints for Python 3.5+
License: PSF-2.0
URL: https://github.com/python/typing/blob/master/typing_extensions/README.rst
Source0: https://files.pythonhosted.org/packages/d3/20/06270dac7316220643c32ae61694e451c98f8caf4c8eab3aa80a2bedf0df/typing_extensions-4.5.0.tar.gz
Source0: https://files.pythonhosted.org/packages/16/3a/0d26ce356c7465a19c9ea8814b960f8a36c3b0d07c323176620b7b483e44/typing_extensions-4.10.0.tar.gz
patch0: Make-tests-pass-on-conda-builds.patch
BuildArch: noarch
%description
@ -84,6 +84,14 @@ cd src
%{_docdir}/*
%changelog
* Mon Mar 4 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 4.10.0-1
- Update package with version 4.10.0
Add support for PEP 728, PEP 742
Drop runtime error when a read-only TypedDict item overrides a mutable one.
Speedup issubclass() checks against simple runtime-checkable protocols by around 6%.
Add support for PEP 705, adding typing_extensions.ReadOnly.
Drop support for Python 3.7 (including PyPy-3.7).
* Fri Feb 2 2024 liyanan <liyanan61@h-partners.com> - 4.5.0-2
- Make tests pass on conda builds

Binary file not shown.

Binary file not shown.