Update to 3.44.1
Enable test suite during check phase.
This commit is contained in:
parent
1677ed7c62
commit
b00bc99dec
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/pygobject-3.*.tar.xz
|
||||
/pygobject-3.44.1.tar.xz
|
||||
|
||||
@ -20,6 +20,10 @@ BuildRequires: pkgconfig(py3cairo) >= %{pycairo_version}
|
||||
BuildRequires: meson
|
||||
BuildRequires: python3-devel >= %{python3_version}
|
||||
BuildRequires: python3-setuptools
|
||||
# Test dependencies.
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: gtk4
|
||||
BuildRequires: xorg-x11-server-Xvfb
|
||||
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Appendix/#_byte_compilation_reproducibility
|
||||
%global py_reproducible_pyc_path %{buildroot}%{python3_sitelib}
|
||||
@ -79,6 +83,10 @@ This package contains files required to embed PyGObject
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%{shrink:xvfb-run -s "-screen 0 1600x1200x24" %meson_test --timeout-multiplier=5}
|
||||
|
||||
|
||||
%files -n python3-gobject
|
||||
%{python3_sitearch}/gi/_gi_cairo*.so
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygobject-3.44.0.tar.xz) = d6b54b85a130e0d23ec41d6e3c2d5ef7a141193f5ae8cadcea939ad37389109f43900debd51d66611699b653e5af5ee8e4c500e08cf3ea16dcdac109e819cd2a
|
||||
SHA512 (pygobject-3.44.1.tar.xz) = 5f2ff4a068e7e24dcc32f8c43ba58660c85a0fabdd9ff0bac4ddf1ca82bd0fc962ce5cb3ab25b991c212d45e5e89dac67c3259c5423a7d7fd70b2ac1f56e5327
|
||||
|
||||
Loading…
Reference in New Issue
Block a user