[gtk-osx] python2: update to python 2.7.11



commit 42a733f0ee7eed06fd2162f771ba96d7a788e950
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Feb 17 16:26:45 2016 +0100

    python2: update to python 2.7.11
    
    and refresh patches

 modulesets-stable/gtk-osx-python.modules           |    4 ++--
 modulesets-unstable/gtk-osx-python.modules         |    4 ++--
 modulesets/gtk-osx-python.modules                  |    4 ++--
 ...po.patch => python2-test_grammar.py-typo.patch} |    8 +++-----
 4 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-python.modules b/modulesets-stable/gtk-osx-python.modules
index 8c6fa25..2eadc5c 100644
--- a/modulesets-stable/gtk-osx-python.modules
+++ b/modulesets-stable/gtk-osx-python.modules
@@ -71,8 +71,8 @@
   <autotools id="python" autogenargs="--enable-shared"
             autogen-sh="configure" supports-non-srcdir-builds="no">
     <branch repo="python"
-           module="2.7.8/Python-2.7.8.tar.xz" version="2.7.8">
-      <patch 
file="http://git.gnome.org/browse/gtk-osx/plain/patches/python-2.7.8-test_grammar.py-typo.patch"; strip="1"/>
+           module="2.7.11/Python-2.7.11.tar.xz" version="2.7.11">
+      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/python2-test_grammar.py-typo.patch"; 
strip="1"/>
     </branch>
     <dependencies>
       <dep package="gettext-runtime"/>
diff --git a/modulesets-unstable/gtk-osx-python.modules b/modulesets-unstable/gtk-osx-python.modules
index 054aba9..7601208 100644
--- a/modulesets-unstable/gtk-osx-python.modules
+++ b/modulesets-unstable/gtk-osx-python.modules
@@ -47,8 +47,8 @@
   <autotools id="python2.7" autogenargs="--enable-shared" supports-non-srcdir-builds="no"
             autogen-sh="configure">
     <branch repo="python"
-           module="2.7.8/Python-2.7.8.tar.xz" version="2.7.8">
-      <patch 
file="http://git.gnome.org/browse/gtk-osx/plain/patches/python-2.7.8-test_grammar.py-typo.patch"; strip="1"/>
+           module="2.7.11/Python-2.7.11.tar.xz" version="2.7.11">
+      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/python2-test_grammar.py-typo.patch"; 
strip="1"/>
     </branch>
     <dependencies>
       <dep package="gettext-runtime"/>
diff --git a/modulesets/gtk-osx-python.modules b/modulesets/gtk-osx-python.modules
index 28c8dec..312ad8a 100644
--- a/modulesets/gtk-osx-python.modules
+++ b/modulesets/gtk-osx-python.modules
@@ -49,8 +49,8 @@
   <autotools id="python" autogenargs="--enable-shared"
             autogen-sh="configure">
     <branch repo="python"
-           module="2.7.8/Python-2.7.8.tar.xz" version="2.7.8">
-      <patch 
file="http://git.gnome.org/browse/gtk-osx/plain/patches/python-2.7.8-test_grammar.py-typo.patch"; strip="1"/>
+           module="2.7.11/Python-2.7.11.tar.xz" version="2.7.11">
+      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/python2-test_grammar.py-typo.patch"; 
strip="1"/>
     </branch>
     <dependencies>
       <dep package="gettext-runtime"/>
diff --git a/patches/python-2.7.8-test_grammar.py-typo.patch b/patches/python2-test_grammar.py-typo.patch
similarity index 70%
rename from patches/python-2.7.8-test_grammar.py-typo.patch
rename to patches/python2-test_grammar.py-typo.patch
index dbe74a6..aa5fc88 100644
--- a/patches/python-2.7.8-test_grammar.py-typo.patch
+++ b/patches/python2-test_grammar.py-typo.patch
@@ -1,6 +1,6 @@
-
---- a/lib/test/test_grammar.py Sun Jun 29 19:05:34 2014
-+++ b/lib/test/test_grammar.py Fri Dec 12 10:30:26 2014
+diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py
+--- a/Lib/test/test_grammar.py
++++ b/Lib/test/test_grammar.py
 @@ -77,8 +77,8 @@
  
      def test_float_exponent_tokenization(self):
@@ -12,5 +12,3 @@
          self.assertRaises(SyntaxError, eval, "0 if 1Else 0")
  
      def testStringLiterals(self):
-
-Diff finished.  Fri Dec 12 12:40:15 2014


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]