From daeb2decf2eb0d5065db5f48aafa1bf534ebc71a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Mar 2026 19:48:33 +0100 Subject: [PATCH] community/py3-ws4py: rebuild against python 3.14 --- community/py3-ws4py/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py3-ws4py/APKBUILD b/community/py3-ws4py/APKBUILD index 26c1bd153c5..d514545c8f7 100644 --- a/community/py3-ws4py/APKBUILD +++ b/community/py3-ws4py/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-ws4py _pkgname=ws4py pkgver=0.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="WebSocket client and server library for Python 2 and 3 as well as PyPy" options="!check" # Tests are python2 only url="https://github.com/Lawouach/WebSocket-for-Python"