Hello community, here is the log from the commit of package python-gevent for openSUSE:Factory checked in at 2018-01-24 15:31:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gevent (Old) and /work/SRC/openSUSE:Factory/.python-gevent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gevent" Wed Jan 24 15:31:46 2018 rev:21 rq:568591 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gevent/python-gevent.changes 2017-11-24 10:53:55.761471099 +0100 +++ /work/SRC/openSUSE:Factory/.python-gevent.new/python-gevent.changes 2018-01-24 15:31:48.642696453 +0100 @@ -1,0 +2,8 @@ +Tue Jan 23 13:34:36 UTC 2018 - [email protected] + +- Disable building of the documentation: the make html call fails + already, and with rpm 4.14, this aborts the entire build. +- Drop python-Sphinx buildrequires: not needed when not building + the docs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gevent.spec ++++++ --- /var/tmp/diff_new_pack.NxuvTw/_old 2018-01-24 15:31:49.314665026 +0100 +++ /var/tmp/diff_new_pack.NxuvTw/_new 2018-01-24 15:31:49.318664840 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gevent # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,8 +35,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -# Documentation requirements -BuildRequires: python-Sphinx %if %{with tests} BuildRequires: %{python_module nose} %endif @@ -76,7 +74,7 @@ %build %python_build -cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation +#cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation %install %python_install @@ -99,6 +97,5 @@ %files -n python-gevent-doc %defattr(-,root,root,-) %doc examples/ -%doc doc/_build/html %changelog
