From d16126e564af2512fb2bd84236715a77731811f3 Mon Sep 17 00:00:00 2001 From: mcepl <> Date: Tue, 23 Aug 2022 12:25:34 +0000 Subject: [PATCH] Update python-cairocffi to version 1.3.0 / rev 21 via SR 998513 https://build.opensuse.org/request/show/998513 by user mcepl + dimstar_suse - Disable xcb tests (they are just too unstable, gh#Kozea/cairocffi#203). --- packages/p/python-cairocffi/.files | Bin 192 -> 192 bytes packages/p/python-cairocffi/.rev | 10 ++++++++++ .../p/python-cairocffi/python-cairocffi.changes | 6 ++++++ .../p/python-cairocffi/python-cairocffi.spec | 5 ++++- 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/packages/p/python-cairocffi/.files b/packages/p/python-cairocffi/.files index e24adff9f021838473ae13b2e285cf29ce4089dc..f8b135ed822f84976f9937b220cd927828125cdd 100644 GIT binary patch delta 103 zcmV~$!3~2j3sLf delta 103 zcmV~$(Gh|$3;@uwg?IkAfF5bm5bs>TG19bw{(uMkxP@%QXufxLXZL&GI13H%OazR@ z6$ooA=DA>$D1t}3zM_*Pv!nnf6@{Qzus$;<-~mbq;qv+J(=y*p+q#&0d)TD&Shqjl C7ake_ diff --git a/packages/p/python-cairocffi/.rev b/packages/p/python-cairocffi/.rev index 0364699e465..06dc3fb1ca2 100644 --- a/packages/p/python-cairocffi/.rev +++ b/packages/p/python-cairocffi/.rev @@ -158,4 +158,14 @@ 998293 + + 973ed4c797c3719bd3306a04b2182a6f + 1.3.0 + + dimstar_suse + - Disable xcb tests (they are just too unstable, + gh#Kozea/cairocffi#203). + + 998513 + diff --git a/packages/p/python-cairocffi/python-cairocffi.changes b/packages/p/python-cairocffi/python-cairocffi.changes index 5009898b247..de8445b435a 100644 --- a/packages/p/python-cairocffi/python-cairocffi.changes +++ b/packages/p/python-cairocffi/python-cairocffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 20 21:23:34 UTC 2022 - Matej Cepl + +- Disable xcb tests (they are just too unstable, + gh#Kozea/cairocffi#203). + ------------------------------------------------------------------- Fri Aug 19 15:40:07 UTC 2022 - Ben Greiner diff --git a/packages/p/python-cairocffi/python-cairocffi.spec b/packages/p/python-cairocffi/python-cairocffi.spec index 6bc2edb3e0f..f0ef134c2f4 100644 --- a/packages/p/python-cairocffi/python-cairocffi.spec +++ b/packages/p/python-cairocffi/python-cairocffi.spec @@ -87,7 +87,10 @@ sed -i 's/^from \./from cairocffi./' tests/*.py %check cd tests/ -%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run --server-args="-screen 0 1280x1024x16" $python -B -m pytest +# Don't test with NumPy in the python36 flavor, because python36-numpy is not in TW anymore +# Switch off test_xcb tests gh#Kozea/cairocffi#203 +python36_ignore="--ignore test_numpy.py --ignore test_xcb.py" +%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run --server-args="-screen 0 1280x1024x16" $python -m pytest ${$python_ignore} %files %{python_files} %license LICENSE