From 4cee6c0e1c14c206e95928447e369bdc99d2858b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 16 2023 06:18:06 +0000 Subject: Rebuilt for Python 3.12 --- diff --git a/python-async-timeout.spec b/python-async-timeout.spec index 6a6358c..8aa06db 100644 --- a/python-async-timeout.spec +++ b/python-async-timeout.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global srcname async-timeout %global common_desc asyncio-compatible timeout context manager\ The context manager is useful in cases when you want to apply timeout\ @@ -12,7 +11,7 @@ doesn't create a new task. Name: python-%{srcname} Version: 4.0.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: An asyncio-compatible timeout context manager License: ASL 2.0 @@ -62,6 +61,9 @@ sed -e '/^addopts/d' -i setup.cfg %doc README.rst CHANGES.rst %changelog +* Fri Jun 16 2023 Python Maint - 4.0.2-8 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 4.0.2-7 - Bootstrap for Python 3.12