Accepting request 682590 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/682590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cffi?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2019-03-12 08:44:57 +00:00 committed by Git OBS Bridge
commit 70ddc1805b
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 7 14:10:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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 <mimi.vx@gmail.com>
@ -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).

View File

@ -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