From 5ab4cb4c0c082acfe49228a97a99576c94688290 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Dec 15 2015 06:00:19 +0000 Subject: Update docs to 3.5.1 --- diff --git a/.gitignore b/.gitignore index b51271d..9a3c7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Python-3.4.2.tar.xz /Python-3.4.3.tar.xz /Python-3.5.0.tar.xz +/Python-3.5.1.tar.xz diff --git a/python3-docs.spec b/python3-docs.spec index 420e5e4..c4a4714 100644 --- a/python3-docs.spec +++ b/python3-docs.spec @@ -19,14 +19,17 @@ Summary: Documentation for the Python 3 programming language Name: %{python}-docs # The Version needs to be in-sync with the "python" package: -Version: %{pybasever}.0 +Version: %{pybasever}.1 Release: 1%{?dist} License: Python Group: Documentation Source: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz BuildArch: noarch -Patch0: python3-docs-use-local-python3-sphinx.patch +# sphinx renamed default theme to classic +# this patch is needed until there is sphinx-1.3.2+ in Fedora +# because older versions doesnt include defualt.css for compatibility +Patch1: use-classic-theme.patch Requires: %{python} = %{version} @@ -50,6 +53,7 @@ for the Python 3 language. %prep %setup -q -n Python-%{version} +%patch1 -p1 %build make -C Doc html SPHINXBUILD=sphinx-build-3 PYTHON=%{python} @@ -76,6 +80,9 @@ linkchecker \ %doc Misc/NEWS Misc/HISTORY Misc/README Doc/build/html %changelog +* Mon Dec 14 2015 Robert Kuska - 3.5.1-1 +- Update to current version + * Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek - 3.5.0-1 - Update to current version diff --git a/sources b/sources index 3e50267..106fda6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d149d2812f10cbe04c042232e7964171 Python-3.5.0.tar.xz +e9ea6f2623fffcdd871b7b19113fde80 Python-3.5.1.tar.xz