From 989bea9d2e29dbae7d480a9234f50219354b9644 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:52:49 +0100 Subject: [PATCH] automatic version update by autodist [release 11.0.2-1mamba;Tue Apr 18 2023] --- python-websockets.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-websockets.spec b/python-websockets.spec index 0027ef3..13fa3ce 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,13 +1,13 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-websockets -Version: 11.0.1 +Version: 11.0.2 Release: 1mamba Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692) Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/aaugustin/websockets +URL: https://github.com/python-websockets/websockets Source: https://pypi.debian.net/websockets/websockets-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN @@ -48,5 +48,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Tue Apr 18 2023 Automatic Build System 11.0.2-1mamba +- automatic version update by autodist + * Tue Apr 11 2023 Silvan Calarco 11.0.1-1mamba - package created using the webbuild interface