Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-17 13:23:45 +02:00 committed by Miro Hrončok
commit 6909851465

View file

@ -1,6 +1,6 @@
Name: python-uranium
Version: 4.13.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A Python framework for building desktop applications
License: LGPLv3+
URL: https://github.com/Ultimaker/Uranium
@ -106,6 +106,9 @@ popd
%changelog
* Fri Jun 17 2022 Python Maint <python-maint@redhat.com> - 4.13.1-3
- Rebuilt for Python 3.11
* Wed Mar 02 2022 Miro Hrončok <mhroncok@redhat.com> - 4.13.1-2
- Fix build with cmake 3.23.0rc2
- Related: rhbz#2059201, rhbz#2059188, rhbz#2057738