From 75b2be2cb7aad1c060b2267033391d09f6dfdea9 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Wed, 24 Nov 2021 22:01:04 +0000 Subject: [PATCH] version autoupdate [10.1] --- .abf.yml | 2 +- python-websockets.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index f248706..eaae155 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - websockets-10.0.tar.gz: afd1ea0733a2b42ffa28467039bf1a611ce0bc75 + websockets-10.1.tar.gz: eadd324761ad3169c2ae7b4217e41570f5d3cdb0 diff --git a/python-websockets.spec b/python-websockets.spec index 84c7203..ce1b93e 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -4,8 +4,8 @@ %define __typelib_path %{nil} Name: python-%{pypi_name} -Version: 10.0 -Release: 1 +Version: 10.1 +Release: 1 Summary: An implementation of the WebSocket Protocol for python with asyncio License: BSD Group: Development/Python