Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-15 14:00:40 +02:00 committed by Tomáš Hrnčiar
commit 9505e4b28a

View file

@ -70,7 +70,7 @@
Name: root
Version: 6.26.04
%global libversion %(cut -d. -f 1-2 <<< %{version})
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Numerical data analysis framework
License: LGPLv2+
@ -3938,6 +3938,9 @@ fi
%endif
%changelog
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 6.26.04-2
- Rebuilt for Python 3.11
* Tue Jun 14 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.04-1
- Update to 6.26.04
- Drop patch root-missing-include.patch (accepted upstream)