[packages/python-websocket-client] - disable python3 here, release 4

qboosh qboosh at pld-linux.org
Tue Jan 27 12:55:59 CET 2026


commit a2599fbe287f6d88c6a5eff12347774d510642ed
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 27 12:56:11 2026 +0100

    - disable python3 here, release 4

 python-websocket-client.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-websocket-client.spec b/python-websocket-client.spec
index a0c58f6..9312826 100644
--- a/python-websocket-client.spec
+++ b/python-websocket-client.spec
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_with	tests	# unit tests (at least one using network)
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-websocket-client.spec)
 
 %define 	module	websocket-client
 Summary:	WebSocket client for Python
@@ -10,7 +10,7 @@ Summary(pl.UTF-8):	Klient Webocket dla Pythona
 # keep 0.x here for python2 support
 Name:		python-%{module}
 Version:	0.59.0
-Release:	3
+Release:	4
 License:	LGPL v2.1+
 Group:		Libraries/Python
 Source0:	https://files.pythonhosted.org/packages/source/w/websocket-client/%{module}-%{version}.tar.gz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-websocket-client.git/commitdiff/a2599fbe287f6d88c6a5eff12347774d510642ed



More information about the pld-cvs-commit mailing list