[packages/python-jwt] - disable python3 here

qboosh qboosh at pld-linux.org
Tue Jan 19 22:35:21 CET 2021


commit fbdc0f3bd9dc33904b778925c18777133e5be7db
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 19 22:35:28 2021 +0100

    - disable python3 here

 python-jwt.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-jwt.spec b/python-jwt.spec
index 3dabc7e..faf4b59 100644
--- a/python-jwt.spec
+++ b/python-jwt.spec
@@ -1,12 +1,14 @@
+# NOTE: for versions >= 1 (for python 3.6+) see python3-jwt.spec
 #
 # Conditional build:
 %bcond_without	tests	# unit tests
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-jwt.spec)
 
 Summary:	JSON Web Token library for Python 2
 Summary(pl.UTF-8):	Biblioteka JSON Web Token dla Pythona 2
 Name:		python-jwt
+# keep 0.3.x here for python2 support
 Version:	0.3.2
 Release:	1
 License:	MIT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-jwt.git/commitdiff/fbdc0f3bd9dc33904b778925c18777133e5be7db



More information about the pld-cvs-commit mailing list