Upgrade to 3.10.0.2 to fix python3.10 test failure

This commit is contained in:
huangtianhua 2022-05-06 11:36:00 +08:00
parent 954803d523
commit 7f9dd9e3b1
3 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-typing-extensions
Version: 3.10.0.0
Version: 3.10.0.2
Release: 1
Summary: Backported and Experimental Type Hints for Python 3.5+
License: PSF
URL: https://github.com/python/typing/blob/master/typing_extensions/README.rst
Source0: https://files.pythonhosted.org/packages/aa/55/62e2d4934c282a60b4243a950c9dbfa01ae7cac0e8d6c0b5315b87432c81/typing_extensions-3.10.0.0.tar.gz
Source0: https://files.pythonhosted.org/packages/ed/12/c5079a15cf5c01d7f4252b473b00f7e68ee711be605b9f001528f0298b98/typing_extensions-3.10.0.2.tar.gz
BuildArch: noarch
%description
Typing Extensions - Backported and Experimental Type Hints for Python.
@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri May 06 2022 huangtianhua <huangtianhua@huawei.com> - 3.10.0.2-1
- upgrade to 3.10.0.2 to fix python3.10 test error
* Thu Aug 26 2021 orange-snn <songnannan2@huaiwe.com> - 3.10.0.0-1
- update to 3.10.0.0

Binary file not shown.

Binary file not shown.