[packages/python-typing_extensions] - adjusted python3-typing condition
qboosh
qboosh at pld-linux.org
Fri Mar 18 23:08:00 CET 2022
commit 425e3cc388c33ee8a3c781387f6dd59c60593a7a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Mar 18 23:10:11 2022 +0100
- adjusted python3-typing condition
python-typing_extensions.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec
index c6f3f57..c7beb14 100644
--- a/python-typing_extensions.spec
+++ b/python-typing_extensions.spec
@@ -7,6 +7,7 @@
Summary: Backported and Experimental Type Hints for Python 3.5+
Summary(pl.UTF-8): Backportowane i eksperymentalne podpowiedzi typów dla Pythona 3.5+
Name: python-typing_extensions
+# keep 3.x here for python2 support
Version: 3.10.0.2
Release: 1
License: PSF
@@ -26,7 +27,7 @@ BuildRequires: python-typing >= 3.7.4
BuildRequires: python3-modules >= 1:3.4
BuildRequires: python3-setuptools
%if %{with tests}
-%if "%{py3_ver}" < "3.4"
+%if "%{py3_ver}" < "3.5"
BuildRequires: python3-typing >= 3.7.4
%endif
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-typing_extensions.git/commitdiff/425e3cc388c33ee8a3c781387f6dd59c60593a7a
More information about the pld-cvs-commit
mailing list