diff --git a/pygobject3.spec b/pygobject3.spec index 851483b8ccea2a03b6a5f3281faf9774de7af22d..3a5e4c4dccab76ffcd3e9fc288b13968a408a7b4 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -1,6 +1,6 @@ Name: pygobject3 Version: 3.42.0 -Release: 1 +Release: 2 Summary: Provides bindings for GObject based libraries License: LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/PyGObject @@ -9,8 +9,6 @@ Source0: https://download.gnome.org/sources/pygobject/3.38/pygobject-%{v BuildRequires: glib2-devel >= 2.56.0 gobject-introspection-devel >= 1.56.0 BuildRequires: meson cairo-gobject-devel BuildRequires: python3-devel >= 3.6 python3-cairo-devel >= 1.16.0 -#for test suite -BuildRequires: python3-pytest gtk3 dbus-x11 dejavu-fonts xorg-x11-server %description PyGObject is a Python package which provides bindings for GObject based libraries such as @@ -55,9 +53,6 @@ This package contains files required to embed PyGObject %install %meson_install -%check -xvfb-run %{__python3} setup.py test - %pre %preun @@ -86,6 +81,9 @@ xvfb-run %{__python3} setup.py test %{_libdir}/pkgconfig/pygobject-3.0.pc %changelog +* Wed Jun 05 2022 fuanan - 3.42.0-2 +- remove check test suite + * Tue Nov 30 2021 fuanan - 3.42.0-1 - update version to 3.42.0