diff --git a/Sphinx-1.3.6.tar.gz b/Sphinx-1.3.6.tar.gz deleted file mode 100644 index 2c91f1f..0000000 --- a/Sphinx-1.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b3be9221220af36090d139192347bb5f42b13401e4c53a4de8f5329a7a3ff8a -size 3682405 diff --git a/Sphinx-1.5.2.tar.gz b/Sphinx-1.5.2.tar.gz new file mode 100644 index 0000000..0af5b75 --- /dev/null +++ b/Sphinx-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049c48393909e4704a6ed4de76fd39c8622e165414660bfb767e981e7931c722 +size 4418646 diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 9e20ef6..0663304 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 16 11:18:38 UTC 2017 - tbechtold@suse.com + +- update to 1.5.2: + * See http://www.sphinx-doc.org/en/stable/changes.html +- Adjust Requires and BuildRequires + ------------------------------------------------------------------- Mon Feb 29 16:07:44 UTC 2016 - michael@stroeder.com diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 42eb52a..065ace9 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -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-Babel 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-Jinja2 >= 2.3 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 @@ done %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 \