Accepting request 458459 from home:tbechtold:branches:devel:languages:python

- update to 1.5.2:
  * See http://www.sphinx-doc.org/en/stable/changes.html
- Adjust Requires and BuildRequires

OBS-URL: https://build.opensuse.org/request/show/458459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=75
This commit is contained in:
Dirk Mueller 2017-02-16 11:48:07 +00:00 committed by Git OBS Bridge
parent 0086599558
commit 62261ffc42
4 changed files with 26 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b3be9221220af36090d139192347bb5f42b13401e4c53a4de8f5329a7a3ff8a
size 3682405

3
Sphinx-1.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:049c48393909e4704a6ed4de76fd39c8622e165414660bfb767e981e7931c722
size 4418646

View File

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

View File

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