|
|
@ -1,8 +1,8 @@
|
|
|
|
%global srcname typing_extensions
|
|
|
|
%global srcname typing_extensions
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-typing-extensions
|
|
|
|
Name: python-typing-extensions
|
|
|
|
Version: 3.7.4.3
|
|
|
|
Version: 3.10.0.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Python Typing Extensions
|
|
|
|
Summary: Python Typing Extensions
|
|
|
|
|
|
|
|
|
|
|
|
License: Python
|
|
|
|
License: Python
|
|
|
@ -11,8 +11,8 @@ Source0: %{pypi_source}
|
|
|
|
|
|
|
|
|
|
|
|
# Fix tests failing with Python 3.10.0a3+
|
|
|
|
# Fix tests failing with Python 3.10.0a3+
|
|
|
|
# Both merged upstream
|
|
|
|
# Both merged upstream
|
|
|
|
Patch1: https://github.com/python/typing/pull/768.patch
|
|
|
|
#Patch1: https://github.com/python/typing/pull/768.patch
|
|
|
|
Patch2: https://github.com/python/typing/pull/773.patch
|
|
|
|
#Patch2: https://github.com/python/typing/pull/773.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
@ -70,7 +70,7 @@ must be compatible with multiple Python versions or requires experimental types.
|
|
|
|
%py3_install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%{python3} src_py3/test_typing_extensions.py
|
|
|
|
%pytest src_py3/test_typing_extensions.py -k "not test_get_type_hints_modules"
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-typing-extensions
|
|
|
|
%files -n python3-typing-extensions
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
@ -79,6 +79,9 @@ must be compatible with multiple Python versions or requires experimental types.
|
|
|
|
%pycached %{python3_sitelib}/%{srcname}.py
|
|
|
|
%pycached %{python3_sitelib}/%{srcname}.py
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 26 2021 Fabian Affolter <mail@fabian-affolter.ch> - 3.10.0.0-1
|
|
|
|
|
|
|
|
- Update to latest upstream release 3.10.0.0 (rhbz#1955959)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4.3-4
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|