From 31a7d1f463905010fc54c34232cc47f4887babd2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 10:01:53 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-attrs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index 4cad9c0..c592510 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global modname attrs %if 0%{?rhel} @@ -10,7 +11,7 @@ Name: python-attrs Version: 23.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -57,6 +58,9 @@ object protocols. %doc README.md %changelog +* Thu Jun 15 2023 Python Maint - 23.1.0-2 +- Bootstrap for Python 3.12 + * Wed May 17 2023 Lumír Balhar - 23.1.0-1 - Update to 23.1.0 (rhbz#2187066)