Updated to version 4.2.0

epel9
Jonny Heggheim 3 years ago
parent 289caf39d9
commit 9296678932

1
.gitignore vendored

@ -4,3 +4,4 @@
/typing_extensions-3.7.4.3.tar.gz /typing_extensions-3.7.4.3.tar.gz
/typing_extensions-3.10.0.0.tar.gz /typing_extensions-3.10.0.0.tar.gz
/typing_extensions-3.10.0.2.tar.gz /typing_extensions-3.10.0.2.tar.gz
/typing_extensions-4.2.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.10.0.2 Version: 4.2.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Python Typing Extensions Summary: Python Typing Extensions
License: Python License: Python
@ -34,7 +34,7 @@ must be compatible with multiple Python versions or requires experimental types.
Summary: %{summary} Summary: %{summary}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-flit-core
BuildRequires: python3-test BuildRequires: python3-test
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-pytest-xdist BuildRequires: python3-pytest-xdist
@ -46,22 +46,29 @@ BuildRequires: python3-pytest-cov
%prep %prep
%autosetup -n %{srcname}-%{version} %autosetup -n %{srcname}-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build %build
%py3_build %pyproject_wheel
%install %install
%py3_install %pyproject_install
%pyproject_save_files typing_extensions
%check %check
%pytest src_py3/test_typing_extensions.py %pytest
%files -n python3-typing-extensions %files -n python3-typing-extensions -f %{pyproject_files}
%license LICENSE %license LICENSE
%doc CHANGELOG
%doc README.rst %doc README.rst
%{python3_sitelib}/%{srcname}-*.egg-info/
%pycached %{python3_sitelib}/%{srcname}.py
%changelog %changelog
* Sat Apr 30 2022 Jonny Heggheim <hegjon@gmail.com> - 4.2.0-1
- Updated to version 4.2.0
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.0.2-2 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

@ -1 +1 @@
SHA512 (typing_extensions-3.10.0.2.tar.gz) = 171ada56758fb04328a2cafefe80b70fbf166f2d799406883df642927964925ca73f04d0646661cd4fd016dfb5e1856b84f362e3b404c27b368ca06a09cf87db SHA512 (typing_extensions-4.2.0.tar.gz) = 69be30a9cf56a3bb342d744f0fce7761b2b8d6e18362cbda5e14f3c7b67cffcf0e597aac87151b43352182ce27364f122e591601acd6a9811cc3157e0461f35a

Loading…
Cancel
Save