Hello community, here is the log from the commit of package python-Sphinx for openSUSE:Factory checked in at 2017-03-10 20:58:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Sphinx (Old) and /work/SRC/openSUSE:Factory/.python-Sphinx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Sphinx" Fri Mar 10 20:58:14 2017 rev:38 rq:458460 version:1.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes 2016-03-07 13:26:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx.changes 2017-03-10 20:58:15.454965770 +0100 @@ -1,0 +2,7 @@ +Thu Feb 16 11:18:38 UTC 2017 - [email protected] + +- update to 1.5.2: + * See http://www.sphinx-doc.org/en/stable/changes.html +- Adjust Requires and BuildRequires + +------------------------------------------------------------------- Old: ---- Sphinx-1.3.6.tar.gz New: ---- Sphinx-1.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Sphinx.spec ++++++ --- /var/tmp/diff_new_pack.CdYz8z/_old 2017-03-10 20:58:16.262851281 +0100 +++ /var/tmp/diff_new_pack.CdYz8z/_new 2017-03-10 20:58:16.262851281 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Sphinx # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,13 +17,13 @@ Name: python-Sphinx -Version: 1.3.6 +Version: 1.5.2 Release: 0 Url: http://sphinx-doc.org Summary: Python documentation generator License: BSD-2-Clause Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz +Source: https://pypi.io/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools @@ -32,13 +32,17 @@ BuildRequires: python-Jinja2 >= 2.3 BuildRequires: python-alabaster BuildRequires: python-docutils >= 0.7 +BuildRequires: python-imagesize BuildRequires: python-mock -BuildRequires: python-six >= 1.4 +BuildRequires: python-requests >= 2.4 +BuildRequires: python-six >= 1.5 BuildRequires: python-snowballstemmer BuildRequires: python-sphinx_rtd_theme # Testsuite requirements: BuildRequires: python-Pygments >= 2.1 -BuildRequires: python-nose +BuildRequires: python-enum34 +BuildRequires: python-html5lib +BuildRequires: python-pytest Requires(post): update-alternatives Requires(postun): update-alternatives Requires: python-Babel @@ -46,8 +50,10 @@ Requires: python-Pygments >= 2.0 Requires: python-alabaster Requires: python-docutils >= 0.11 -Requires: python-six >= 1.4 -Requires: python-snowballstemmer +Requires: python-imagesize +Requires: python-requests >= 2.4 +Requires: python-six >= 1.5 +Requires: python-snowballstemmer >= 1.1 Requires: python-sphinx_rtd_theme %if 0%{?suse_version} @@ -201,7 +207,9 @@ %find_lang sphinx %check -PYTHONPATH=$PWD make test +# linkcheck tests need network access (which is not available in OBS) +rm tests/test_build_linkcheck.py +PYTHONPATH=$PWD LANG=en_US.UTF-8 make test %post update-alternatives \ ++++++ Sphinx-1.3.6.tar.gz -> Sphinx-1.5.2.tar.gz ++++++ ++++ 127553 lines of diff (skipped)
