Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 19:45:44 +02:00 committed by Miro Hrončok
parent 17806a7925
commit ccd373a771

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.2.0
Release: 3%{?dist}
Release: 4%{?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 Jun 04 2021 Python Maint <python-maint@redhat.com> - 6.2.0-4
- Rebuilt for Python 3.10
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 6.2.0-3
- Bootstrap for Python 3.10