* Sat Apr 11 2020 Fabian Affolter <mail@fabian-affolter.ch> - 3.7.4.2-1
- Support for Python 3.9 (rhbz#1808663) - Update to latest upstream release 3.7.4.2 (rhbz#1766182)
This commit is contained in:
parent
b8945acc93
commit
9a7d32af03
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/typing_extensions-3.7.2.tar.gz
|
||||
/typing_extensions-3.7.4.tar.gz
|
||||
/typing_extensions-3.7.4.2.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname typing_extensions
|
||||
|
||||
Name: python-typing-extensions
|
||||
Version: 3.7.4
|
||||
Release: 5%{?dist}
|
||||
Version: 3.7.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Typing Extensions
|
||||
|
||||
License: Python
|
||||
@ -31,8 +31,13 @@ must be compatible with multiple Python versions or requires experimental types.
|
||||
|
||||
%package -n python3-typing-extensions
|
||||
Summary: %{summary}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-test
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pytest-xdist
|
||||
BuildRequires: python3-pytest-cov
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
%description -n python3-typing-extensions
|
||||
@ -72,6 +77,10 @@ must be compatible with multiple Python versions or requires experimental types.
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 11 2020 Fabian Affolter <mail@fabian-affolter.ch> - 3.7.4.2-1
|
||||
- Support for Python 3.9 (rhbz#1808663)
|
||||
- Update to latest upstream release 3.7.4.2 (rhbz#1766182)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (typing_extensions-3.7.4.tar.gz) = 82c15e6e67dde23456c3b01705729804dc21bd2088dee3aa63e53a5e597f474d34b1a37fb16bc5e3497f93d338c0115f49a070621523fb0fa3e994632785c6d9
|
||||
SHA512 (typing_extensions-3.7.4.2.tar.gz) = 7a74c4a97d8cda3e56830c92b409235ffbe7cf0c1685b7fefa7a275a0abf21937622d12c25b4163b4927f6269ed689cbd30f95990ad0b7d2d4341ed648516819
|
||||
|
Loading…
Reference in New Issue
Block a user