15
0
forked from pool/python-Sphinx

Accepting request 580009 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/580009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=98
This commit is contained in:
Tomáš Chvátal
2018-02-26 07:06:09 +00:00
committed by Git OBS Bridge
parent 4b22afa8b2
commit ee4cd0c2e8
6 changed files with 221 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Sphinx
#
# 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
@@ -25,7 +25,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Sphinx
Version: 1.6.5
Version: 1.7.1
Release: 0
Url: http://sphinx-doc.org
Summary: Python documentation generator
@@ -169,7 +169,6 @@ This package contains the LaTeX components for %{name}.
%setup -q -n Sphinx-%{version}
%patch1 -p1
sed -i '/#\!/d' sphinx/pycode/pgen2/token.py # Fix non-excutable-script warning
sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js # Fix wrong end-of-line encoding
%build