From 7d6390c9c53fe31c78252a74d2007dbf8c9dafbb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 20:21:50 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-websockets.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-websockets.spec b/python-websockets.spec index 68dd9bb..9d2895c 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of the WebSocket Protocol for Python License: BSD @@ -55,6 +55,9 @@ BuildRequires: python3-devel %doc README.rst %changelog +* Mon Jun 13 2022 Python Maint - 10.2-2 +- Rebuilt for Python 3.11 + * Tue Feb 22 2022 Fabian Affolter - 10.2-1 - Update to latest upstream release 10.2 (closes rhbz#2056433)