Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-07-01 10:03:45 +02:00 committed by Tomáš Hrnčiar
parent 2948e7238b
commit 4646e6e046
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,3 @@
%global _with_bootstrap 1
%global srcname Traits
%global modname traits
%global commit ac5d0296def6a389f932add5fbcab2eef6e7334e
@ -9,7 +8,7 @@
Name: python-%{srcname}
Version: 6.3.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Explicitly typed attributes for Python
# Images have different licenses. For image license breakdown check
# image_LICENSE.txt file.
@ -93,6 +92,9 @@ popd
%{python3_sitearch}/%{modname}*
%changelog
* Fri Jul 01 2022 Python Maint <python-maint@redhat.com> - 6.3.2-5
- Rebuilt for Python 3.11
* Wed Jun 22 2022 Charalampos Stratakis <cstratak@redhat.com> - 6.3.2-4
- Fix FTBFS with setuptools >= 62.1
Resolves: rhbz#2097086