* 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)
This commit is contained in:
parent
c15bbb4341
commit
b5335b825d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/typing_extensions-3.7.4.tar.gz
|
/typing_extensions-3.7.4.tar.gz
|
||||||
/typing_extensions-3.7.4.2.tar.gz
|
/typing_extensions-3.7.4.2.tar.gz
|
||||||
/typing_extensions-3.7.4.3.tar.gz
|
/typing_extensions-3.7.4.3.tar.gz
|
||||||
|
/typing_extensions-3.10.0.0.tar.gz
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (typing_extensions-3.7.4.3.tar.gz) = fa1f96b73b13308ddb2676684862916aac8741be4523387c6a0f682a52d307190aac3e4149317842e686d14483d8a37a9e1de2514a2d1ca86f9ae9c8b0e18eb1
|
SHA512 (typing_extensions-3.10.0.0.tar.gz) = 1c262aedb092d506bcd90d033a640fa6e1f9131f95eafb77d30ed21ff7d6b0f492b6092d3523ecb773bc54904679e0fa1aa8c3b4af62d77f1a7e6fe5fd6cb10c
|
||||||
|
Loading…
Reference in New Issue
Block a user