Bootstrap for Python 3.12

This commit is contained in:
Python Maint 2023-06-15 10:01:53 +02:00 committed by Tomáš Hrnčiar
parent f42160c0be
commit 31a7d1f463

View File

@ -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 <python-maint@redhat.com> - 23.1.0-2
- Bootstrap for Python 3.12
* Wed May 17 2023 Lumír Balhar <lbalhar@redhat.com> - 23.1.0-1
- Update to 23.1.0 (rhbz#2187066)