Updated to 3.7.4
This commit is contained in:
parent
56678ca424
commit
f9234790f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/typing_extensions-3.7.2.tar.gz
|
||||
/typing_extensions-3.7.4.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global srcname typing_extensions
|
||||
|
||||
Name: python-typing-extensions
|
||||
Version: 3.7.2
|
||||
Version: 3.7.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Typing Extensions
|
||||
|
||||
@ -9,8 +9,6 @@ License: Python
|
||||
URL: https://pypi.org/project/typing-extensions/
|
||||
Source0: %{pypi_source}
|
||||
|
||||
Patch0: https://github.com/python/typing/commit/1f49677868a60ed697b0eafb2fb56471233b4ea5.patch#/0001-Run-the-tests-using-the-current-Python-executable.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@ -55,7 +53,7 @@ module from PyPi instead of using this one unless specifically writing code that
|
||||
must be compatible with multiple Python versions or requires experimental types.
|
||||
|
||||
%prep
|
||||
%autosetup -p2 -n %{srcname}-%{version}
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -74,5 +72,8 @@ must be compatible with multiple Python versions or requires experimental types.
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 12 2019 Jonny Heggheim <hegjon@gmail.com> - 3.7.4-1
|
||||
- Updated to 3.7.4
|
||||
|
||||
* Sun Mar 31 2019 Jonny Heggheim <hegjon@gmail.com> - 3.7.2-1
|
||||
- Inital packaging
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (typing_extensions-3.7.2.tar.gz) = 7f4c47d8f4e9689c73aac923043a7084372c82b634d53923172aedd03b6d952d83e4d8c7d8716582fac0411900e5cc29c863113e522e0324185aca846928a673
|
||||
SHA512 (typing_extensions-3.7.4.tar.gz) = 82c15e6e67dde23456c3b01705729804dc21bd2088dee3aa63e53a5e597f474d34b1a37fb16bc5e3497f93d338c0115f49a070621523fb0fa3e994632785c6d9
|
||||
|
Loading…
Reference in New Issue
Block a user