diff --git a/pygobject3.spec b/pygobject3.spec index 5a4730d..c11ea96 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -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 - 3.40.1-4 +- Rebuilt for Python 3.10 + * Thu May 20 2021 Tomas Hrnciar - 3.40.1-3 - Backport upstream PR to fix ImportWarning: DynamicImporter.find_spec() not found - Fixes: rhbz#1958890