[python-paste] - New upstream bugfix

Toshio くらとみ toshio at fedoraproject.org
Thu Sep 16 06:17:43 UTC 2010


commit 290cec6fcdfcb854c029d4b41759089e77a8c0db
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Sep 16 02:17:22 2010 -0400

    - New upstream bugfix

 .gitignore                  |    1 +
 paste-unbundle-stdlib.patch |   33 ++++++++++++++++++---------------
 python-paste.spec           |   11 +++++++----
 sources                     |    2 +-
 4 files changed, 27 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8dc094a..04363f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Paste-1.7.4.tar.gz
+/Paste-1.7.5.tar.gz
diff --git a/paste-unbundle-stdlib.patch b/paste-unbundle-stdlib.patch
index 56c55ad..0df6845 100644
--- a/paste-unbundle-stdlib.patch
+++ b/paste-unbundle-stdlib.patch
@@ -1,7 +1,7 @@
-Index: Paste-1.7.4/paste/debug/fsdiff.py
+Index: Paste-1.7.5/paste/debug/fsdiff.py
 ===================================================================
---- Paste-1.7.4.orig/paste/debug/fsdiff.py
-+++ Paste-1.7.4/paste/debug/fsdiff.py
+--- Paste-1.7.5.orig/paste/debug/fsdiff.py
++++ Paste-1.7.5/paste/debug/fsdiff.py
 @@ -12,7 +12,10 @@ the file was.
  import os
  from fnmatch import fnmatch
@@ -14,9 +14,10 @@ Index: Paste-1.7.4/paste/debug/fsdiff.py
  import operator
  import re
  
-diff -r 30425672adf7 paste/debug/doctest_webapp.py
---- a/paste/debug/doctest_webapp.py	Wed Jun 23 17:15:45 2010 -0500
-+++ b/paste/debug/doctest_webapp.py	Mon Aug 02 20:16:47 2010 -0700
+Index: Paste-1.7.5/paste/debug/doctest_webapp.py
+===================================================================
+--- Paste-1.7.5.orig/paste/debug/doctest_webapp.py
++++ Paste-1.7.5/paste/debug/doctest_webapp.py
 @@ -8,10 +8,7 @@
  These are functions for use when doctest-testing a document.
  """
@@ -29,10 +30,11 @@ diff -r 30425672adf7 paste/debug/doctest_webapp.py
  import doctest
  import os
  import sys
-diff -r 30425672adf7 paste/debug/wdg_validate.py
---- a/paste/debug/wdg_validate.py	Wed Jun 23 17:15:45 2010 -0500
-+++ b/paste/debug/wdg_validate.py	Mon Aug 02 20:16:47 2010 -0700
-@@ -6,10 +6,7 @@
+Index: Paste-1.7.5/paste/debug/wdg_validate.py
+===================================================================
+--- Paste-1.7.5.orig/paste/debug/wdg_validate.py
++++ Paste-1.7.5/paste/debug/wdg_validate.py
+@@ -6,10 +6,7 @@ Middleware that tests the validity of al
  """
  
  from cStringIO import StringIO
@@ -41,13 +43,14 @@ diff -r 30425672adf7 paste/debug/wdg_validate.py
 -except ImportError:
 -    from paste.util import subprocess24 as subprocess
 +import subprocess
- from paste import wsgilib
+ from paste.response import header_value
  import re
  import cgi
-diff -r 30425672adf7 paste/fixture.py
---- a/paste/fixture.py	Wed Jun 23 17:15:45 2010 -0500
-+++ b/paste/fixture.py	Mon Aug 02 20:16:47 2010 -0700
-@@ -26,10 +26,7 @@
+Index: Paste-1.7.5/paste/fixture.py
+===================================================================
+--- Paste-1.7.5.orig/paste/fixture.py
++++ Paste-1.7.5/paste/fixture.py
+@@ -26,10 +26,7 @@ try:
  except ImportError:
      from StringIO import StringIO
  import re
diff --git a/python-paste.spec b/python-paste.spec
index 1adbc6b..190d89a 100644
--- a/python-paste.spec
+++ b/python-paste.spec
@@ -5,8 +5,8 @@
 %endif
 
 Name:           python-paste
-Version:        1.7.4
-Release:        8%{?dist}
+Version:        1.7.5
+Release:        1%{?dist}
 Summary:        Tools for using a Web Server Gateway Interface stack
 Group:          System Environment/Libraries
 # Most of the code is MIT
@@ -17,7 +17,7 @@ Group:          System Environment/Libraries
 # doctest24.py, Public Domain
 License: MIT and ZPLv2.0 and Python and Public Domain and (AFL or MIT) and (MIT or ASL 2.0)
 URL:            http://pythonpaste.org
-Source0:        http://cheeseshop.python.org/packages/source/P/Paste/Paste-%{version}.tar.gz
+Source0:        http://pypi.python.org/pypi/packages/source/P/Paste/Paste-%{version}.tar.gz
 # In one remaining place, make sure we check for string in the stdlib before we use our copy
 Patch0: paste-unbundle-stdlib.patch
 # Use a system version of python-tempita before our bundled copy
@@ -68,7 +68,7 @@ interfaces.
 rm paste/util/subprocess24.py
 %patch1 -p1 -b .tmpta
 %patch2 -p1 -b .27lambda
-# Strip #! lines that make these seeme like scripts
+# Strip #! lines that make these seem like scripts
 %{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py
 
 # clean docs directory
@@ -120,6 +120,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep 15 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.5-1
+- New upstream bugfix
+
 * Mon Aug 23 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.4-8
 - Rebuild for python3-3.2
 
diff --git a/sources b/sources
index 7594a4c..bdc51a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5c6b93ebb8f6f66356430c84e694775  Paste-1.7.4.tar.gz
+8cf5a47639c4d3ccadd753fc4101be1f  Paste-1.7.5.tar.gz


More information about the scm-commits mailing list