Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:09:12 +02:00 committed by Tomáš Hrnčiar
parent 9899fe5c55
commit 8265b052f2

View File

@ -1,6 +1,6 @@
Name: pycairo
Version: 1.21.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python bindings for the cairo library
License: MPLv1.1 or LGPLv2
@ -58,6 +58,9 @@ libraries so that they interoperate with py3cairo.
%{_libdir}/pkgconfig/py3cairo.pc
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.21.0-2
- Rebuilt for Python 3.11
* Sun Apr 17 2022 David King <amigadave@amigadave.com> - 1.21.0-1
- Update to 1.21.0 (#1967786)