[packages/sphinx-pdg] - updated to 1.4.1 - updated float-ver patch

qboosh qboosh at pld-linux.org
Thu May 12 20:50:37 CEST 2016


commit 1605eaead45b9226c496d8571c64bf006f0dcc54
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu May 12 20:50:41 2016 +0200

    - updated to 1.4.1
    - updated float-ver patch

 float-ver.patch | 10 +++++-----
 sphinx-pdg.spec | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/sphinx-pdg.spec b/sphinx-pdg.spec
index 4d442ad..d8f48d3 100644
--- a/sphinx-pdg.spec
+++ b/sphinx-pdg.spec
@@ -10,13 +10,13 @@
 Summary:	Sphinx - Python documentation generator
 Summary(pl.UTF-8):	Sphinx - narzędzie do tworzenia dokumentacji dla Pythona
 Name:		sphinx-pdg
-Version:	1.3.3
-Release:	2
+Version:	1.4.1
+Release:	1
 License:	BSD
 Group:		Development/Languages/Python
-#Source0Download: https://pypi.python.org/pypi/Sphinx
-Source0:	https://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
-# Source0-md5:	3800ffa038a1eedb5139f9c247e7ee2f
+#Source0Download: https://pypi.python.org/simple/Sphinx
+Source0:	https://pypi.python.org/packages/61/14/1b1edb28bebde124c455e4dea9cd70685ad8dd2f6baa1a8effe665ebeb23/Sphinx-%{version}.tar.gz
+# Source0-md5:	4c4988e0306a04cef8dccc384281e585
 Patch0:		float-ver.patch
 URL:		http://sphinx.pocoo.org/
 %if %{with python2}
diff --git a/float-ver.patch b/float-ver.patch
index 48ae5f9..7089d03 100644
--- a/float-ver.patch
+++ b/float-ver.patch
@@ -1,11 +1,11 @@
---- Sphinx-1.3.3/sphinx/application.py~	2015-11-29 14:18:15.000000000 +0100
-+++ Sphinx-1.3.3/sphinx/application.py	2015-12-13 17:10:16.838949090 +0100
-@@ -159,7 +159,7 @@
+--- Sphinx-1.4.1/sphinx/application.py.orig	2016-05-12 20:44:55.230010066 +0200
++++ Sphinx-1.4.1/sphinx/application.py	2016-05-12 20:47:26.036670440 +0200
+@@ -165,7 +165,7 @@
  
          # check the Sphinx version if requested
          if self.config.needs_sphinx and \
--           self.config.needs_sphinx > sphinx.__display_version__[:3]:
-+           str(self.config.needs_sphinx) > sphinx.__display_version__[:3]:
+-           self.config.needs_sphinx > sphinx.__display_version__:
++           str(self.config.needs_sphinx) > sphinx.__display_version__:
              raise VersionRequirementError(
                  'This project needs at least Sphinx v%s and therefore cannot '
                  'be built with this version.' % self.config.needs_sphinx)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sphinx-pdg.git/commitdiff/1605eaead45b9226c496d8571c64bf006f0dcc54



More information about the pld-cvs-commit mailing list