From 951bf1b1efda6b60f242643aa68748b105146653 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 04 2021 18:21:29 +0000 Subject: Rebuilt for Python 3.10 --- diff --git a/python-autobahn.spec b/python-autobahn.spec index a8f237c..68e9303 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 21.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python networking library for WebSocket and WAMP License: MIT @@ -91,6 +91,9 @@ USE_ASYNCIO=1 %pytest --pyargs autobahn -k 'not test_no_memory_arg and not test_ %license LICENSE %changelog +* Fri Jun 04 2021 Python Maint - 21.2.2-3 +- Rebuilt for Python 3.10 + * Mon Mar 01 2021 Fabian Affolter - 21.2.2-2 - Allow other cryptography releases (package is always outdated)