From e211fdeca87187aff8bd0c0f29a622725fe2991e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 4 Jul 2023 13:32:57 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-attrs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-attrs.spec b/python-attrs.spec index a0d58d7..6d97822 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global modname attrs %if 0%{?rhel} @@ -11,7 +10,7 @@ Name: python-attrs Version: 23.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -59,6 +58,9 @@ object protocols. %doc README.md %changelog +* Tue Jul 04 2023 Python Maint - 23.1.0-3 +- Rebuilt for Python 3.12 + * Thu Jun 15 2023 Python Maint - 23.1.0-2 - Bootstrap for Python 3.12