fix issue where Logger was used but not imported (thanks to H. Peter Anvin)

This commit is contained in:
Tom Callaway 2023-06-05 05:12:48 -04:00
commit 32341d9ebf
2 changed files with 19 additions and 8 deletions

View file

@ -1,6 +1,6 @@
Name: python-uranium
Version: 5.3.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A Python framework for building desktop applications
License: LGPLv3+
URL: https://github.com/Ultimaker/Uranium
@ -133,6 +133,9 @@ popd
%changelog
* Mon Jun 5 2023 Tom Callaway <spot@fedoraproject.org> - 5.3.0-5
- fix issue where Logger was used but not imported (thanks to H. Peter Anvin)
* Wed May 31 2023 Tom Callaway <spot@fedoraproject.org> - 5.3.0-4
- try ints, then bytes for gl mask functions