From 7e22738e33d0c6514cf45507a2a5ba3edf1378d2 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Nov 16 2015 13:53:34 +0000 Subject: Rebuilt for Python 3.5.0 --- diff --git a/.gitignore b/.gitignore index 310ed53..b51271d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Python-3.4.1.tar.xz /Python-3.4.2.tar.xz /Python-3.4.3.tar.xz +/Python-3.5.0.tar.xz diff --git a/python3-docs.spec b/python3-docs.spec index 665625e..420e5e4 100644 --- a/python3-docs.spec +++ b/python3-docs.spec @@ -14,16 +14,16 @@ %global python python %endif -%define pybasever 3.4 +%define pybasever 3.5 Summary: Documentation for the Python 3 programming language Name: %{python}-docs # The Version needs to be in-sync with the "python" package: -Version: %{pybasever}.3 -Release: 2%{?dist} +Version: %{pybasever}.0 +Release: 1%{?dist} License: Python Group: Documentation -Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz +Source: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz BuildArch: noarch Patch0: python3-docs-use-local-python3-sphinx.patch @@ -76,6 +76,9 @@ linkchecker \ %doc Misc/NEWS Misc/HISTORY Misc/README Doc/build/html %changelog +* Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek - 3.5.0-1 +- Update to current version + * Thu Jun 18 2015 Fedora Release Engineering - 3.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 9900d70..3e50267 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d092d1bba6e17f0d9bd21b49e441dd5 Python-3.4.3.tar.xz +d149d2812f10cbe04c042232e7964171 Python-3.5.0.tar.xz