[python-docs] Update to 2.7.9

Matej Stuchlik mstuchli at fedoraproject.org
Fri Dec 12 13:12:22 UTC 2014


commit 42a43a7617d3b23929668213dc1d82c92b573982
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Fri Dec 12 14:12:26 2014 +0100

    Update to 2.7.9

 .gitignore                       |    1 +
 python-2.6-extdocmodules.patch   |   12 ----------
 python-2.6-nowhatsnew.patch      |   44 --------------------------------------
 python-2.7-texinfomakefile.patch |    8 +++---
 python-docs.spec                 |   11 +++------
 sources                          |    2 +-
 sphinx-remove-refcounting.patch  |   12 ----------
 7 files changed, 10 insertions(+), 80 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cbd684..cd68ba7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ Python-2.7.tar.bz2
 /Python-2.7.6.tar.xz
 /Python-2.7.7.tar.xz
 /Python-2.7.8.tar.xz
+/Python-2.7.9.tar.xz
diff --git a/python-2.7-texinfomakefile.patch b/python-2.7-texinfomakefile.patch
index 8d4fdb4..c99d4c9 100644
--- a/python-2.7-texinfomakefile.patch
+++ b/python-2.7-texinfomakefile.patch
@@ -4,19 +4,19 @@
  ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \
                  $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
  
--.PHONY: help checkout update build html htmlhelp latex text changes linkcheck \
-+.PHONY: help checkout update build html htmlhelp latex texinfo text changes linkcheck \
+-.PHONY: help build html htmlhelp latex text changes linkcheck \
++.PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
  	suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
  	autobuild-dev autobuild-stable
  
 @@ -25,6 +25,7 @@
- 	@echo "  html       to make standalone HTML files"
+ 	@echo "  htmlview   to open the index page built by the html target in your browser"
  	@echo "  htmlhelp   to make HTML files and a HTML help project"
  	@echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
 +	@echo "  texinfo    to make Texinfo (.texi) files"
  	@echo "  text       to make plain text files"
+ 	@echo "  epub       to make EPUB files"
  	@echo "  changes    to make an overview over all changed/added/deprecated items"
- 	@echo "  linkcheck  to check all external links for integrity"
 @@ -77,6 +59,11 @@
  	@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
  	      "run these through (pdf)latex."
diff --git a/python-docs.spec b/python-docs.spec
index e59f3af..056ea9f 100644
--- a/python-docs.spec
+++ b/python-docs.spec
@@ -18,7 +18,7 @@
 
 Name:           %{python}-docs
 # The Version needs to be in-sync with the "python" package:
-Version:        2.7.8
+Version:        2.7.9
 Release:        1%{?dist}
 Summary:        Documentation for the Python programming language
 Group:          Documentation
@@ -26,14 +26,11 @@ License:        Python
 URL:            http://www.python.org/
 
 Source:         http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
-Patch4:         python-2.6-nowhatsnew.patch
-Patch18:        python-2.6-extdocmodules.patch
 # this changes the makefile so that build requires are used instead of
 # hard coded svn checkout to get sphinx
 Patch19: python-2.7-texinfomakefile.patch
 # this enables the texinfo builder
 Patch20: python-2.7-texinfobuilder.patch
-Patch21: sphinx-remove-refcounting.patch
 
 BuildArch:      noarch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -77,11 +74,8 @@ documentation for the Python language using the info command or Emacs.
 %prep
 %setup -q -n Python-%{version}
 
-#patch4 -p1 -b .nowhatsnew
-%patch18 -p1 -b .extdocmodules
 %patch19 -p1 -b .texinfomakefile
 %patch20 -p1 -b .texinfobuilder
-%patch21 -p1
 
 %build
 make -C Doc html
@@ -132,6 +126,9 @@ linkchecker \
 %{_infodir}/python.info.gz
 
 %changelog
+* Fri Dec 12 2014 Matej Stuchlik <mstuchli at redhat.com> - 2.7.9-1
+- Update to 2.7.9
+
 * Fri Aug 01 2014 Robert Kuska <rkuska at redhat.com> - 2.7.8-1
 - Update to 2.7.8
 
diff --git a/sources b/sources
index 9163c53..a7b1f8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d235bdfa75b8396942e360a70487ee00  Python-2.7.8.tar.xz
+38d530f7efc373d64a8fb1637e3baaa7  Python-2.7.9.tar.xz


More information about the scm-commits mailing list