From 9495981e5a9351aacbd8ed59df1bd0197c775b6e30230dfc455b32e74680406f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 16:39:07 +0000 Subject: [PATCH] Accepting request 682487 from home:jayvdb:py-check-failures - Remove test suite exception which was fixed by 7a76a38153*.patch - Add doc/*/*.rst to %doc OBS-URL: https://build.opensuse.org/request/show/682487 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=61 --- python-cffi.changes | 8 +++++++- python-cffi.spec | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-cffi.changes b/python-cffi.changes index 28ea188..61f1869 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 7 14:10:49 UTC 2019 - John Vandenberg + +- Remove test suite exception which was fixed by 7a76a38153*.patch +- Add doc/*/*.rst to %doc + ------------------------------------------------------------------- Sat Mar 2 10:39:31 UTC 2019 - Ondřej Súkup @@ -34,7 +40,7 @@ Wed Oct 17 18:53:19 CEST 2018 - mcepl@suse.com Fri Sep 21 07:24:58 CEST 2018 - mcepl@suse.com - Add 3184b0a675fc425b821b528d7fdf744b2f08dadf.patch as - a workardond against + a workaround against https://bitbucket.org/cffi/cffi/issues/378/ (possible bug in GCC, see https://bugzilla.redhat.com/1552724). diff --git a/python-cffi.spec b/python-cffi.spec index f725acf..3cc8f47 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -54,13 +54,13 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -# https://bitbucket.org/cffi/cffi/issues/390/ %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -py.test-%$python_bin_suffix -v -k 'not test_dlopen' -W ignore::UserWarning c/ testing/ +py.test-%$python_bin_suffix -v -W ignore::UserWarning c/ testing/ } %files %{python_files} %license LICENSE +%doc README.md doc/source/*.rst doc/misc/*.rst %{python_sitearch}/* %changelog