From 8a9d2345f382e5dc44f79505ea518d826468abc1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:52:50 +0100 Subject: [PATCH] automatic version update by autodist [release 12.0-1mamba;Sun Oct 22 2023] --- python-websockets.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-websockets.spec b/python-websockets.spec index 9aa8498..ed26d5b 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-websockets -Version: 11.0.3 +Version: 12.0 Release: 1mamba Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692) Group: System/Libraries @@ -12,7 +12,7 @@ Source: https://pypi.debian.net/websockets/websockets-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpython310-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END %description @@ -48,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Sun Oct 22 2023 Automatic Build System 12.0-1mamba +- automatic version update by autodist + * Mon May 08 2023 Automatic Build System 11.0.3-1mamba - automatic version update by autodist