Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 09:19:15 +02:00 committed by Miro Hrončok
parent c2210f2cdf
commit 9a486381c2

View File

@ -6,7 +6,7 @@
Name: pygobject3
Version: 3.40.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Python bindings for GObject Introspection
# pygobject3 emits an ImportWarning with Pyuthon 3.10.0b1+
@ -90,6 +90,9 @@ This package contains files required to embed PyGObject
%{_libdir}/pkgconfig/pygobject-3.0.pc
%changelog
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 3.40.1-4
- Rebuilt for Python 3.10
* Thu May 20 2021 Tomas Hrnciar <thrnciar@redhat.com> - 3.40.1-3
- Backport upstream PR to fix ImportWarning: DynamicImporter.find_spec() not found
- Fixes: rhbz#1958890