From 4f5d8346fa314406c1c7dd48cda1b6e19f73f77e Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Wed, 23 Aug 2023 09:46:40 +0000 Subject: [PATCH] version autoupdate [11.0.3] --- .abf.yml | 2 +- python-websockets.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index 8053b49..e14a977 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - websockets-11.0.2.tar.gz: faa4e5120b38e3d7897ab64570dba32a0c543daf + websockets-11.0.3.tar.gz: 3a82ef3e6015d985564ed04d2fbc308e0ee8d187 diff --git a/python-websockets.spec b/python-websockets.spec index 2be30a5..47ccf22 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -4,8 +4,8 @@ %define __typelib_path %{nil} Name: python-%{pypi_name} -Version: 11.0.2 -Release: 2 +Version: 11.0.3 +Release: 1 Summary: An implementation of the WebSocket Protocol for python with asyncio License: BSD Group: Development/Python