From 1eaa6d0928b52b9678a702a31bcf3315583497a5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 4 Jul 2023 14:53:49 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-websockets.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-websockets.spec b/python-websockets.spec index 909763f..8833a74 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 11.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of the WebSocket Protocol for Python License: BSD @@ -62,6 +62,9 @@ BuildRequires: python3-devel %doc README.rst %changelog +* Tue Jul 04 2023 Python Maint - 11.0.3-3 +- Rebuilt for Python 3.12 + * Wed Jun 28 2023 Major Hayden - 11.0.3-2 - Switch to GitHub source to get tests - Replace tox with pytest