[Python-modules-commits] r9165 - in packages/feedparser/trunk/debian (7 files)
cgalisteo-guest at users.alioth.debian.org
cgalisteo-guest at users.alioth.debian.org
Sun Jul 26 19:04:16 UTC 2009
Date: Sunday, July 26, 2009 @ 19:04:10
Author: cgalisteo-guest
Revision: 9165
Headers added to patches.
Modified:
packages/feedparser/trunk/debian/changelog
packages/feedparser/trunk/debian/patches/add-etag-only-if-etag-header-present.patch
packages/feedparser/trunk/debian/patches/auth_handlers_not_working.patch
packages/feedparser/trunk/debian/patches/democracynow_feedparser_fix.patch
packages/feedparser/trunk/debian/patches/doc_css_path.diff
packages/feedparser/trunk/debian/patches/feedparser_utf8_decoding.patch
packages/feedparser/trunk/debian/patches/title_override.patch
Modified: packages/feedparser/trunk/debian/changelog
===================================================================
--- packages/feedparser/trunk/debian/changelog 2009-07-26 18:43:32 UTC (rev 9164)
+++ packages/feedparser/trunk/debian/changelog 2009-07-26 19:04:10 UTC (rev 9165)
@@ -1,3 +1,10 @@
+feedparser (4.1-15) UNRELEASED; urgency=low
+
+ [ Carlos Galisteo ]
+ * Headers added to patches
+
+ -- Carlos Galisteo <cgalisteo at k-rolus.net> Sun, 26 Jul 2009 21:03:27 +0200
+
feedparser (4.1-14) unstable; urgency=low
[ Carlos Galisteo ]
Modified: packages/feedparser/trunk/debian/patches/add-etag-only-if-etag-header-present.patch
===================================================================
--- packages/feedparser/trunk/debian/patches/add-etag-only-if-etag-header-present.patch 2009-07-26 18:43:32 UTC (rev 9164)
+++ packages/feedparser/trunk/debian/patches/add-etag-only-if-etag-header-present.patch 2009-07-26 19:04:10 UTC (rev 9165)
@@ -1,3 +1,4 @@
+Etag should only be present if an Etag HTTP header was provided by the web server.
--- a/feedparser.py
+++ b/feedparser.py
@@ -2497,7 +2497,8 @@
Modified: packages/feedparser/trunk/debian/patches/auth_handlers_not_working.patch
===================================================================
--- packages/feedparser/trunk/debian/patches/auth_handlers_not_working.patch 2009-07-26 18:43:32 UTC (rev 9164)
+++ packages/feedparser/trunk/debian/patches/auth_handlers_not_working.patch 2009-07-26 19:04:10 UTC (rev 9165)
@@ -1,3 +1,4 @@
+Authentication handlers should be reordered in order to work.
--- a/feedparser.py
+++ b/feedparser.py
@@ -1823,7 +1823,7 @@
Modified: packages/feedparser/trunk/debian/patches/democracynow_feedparser_fix.patch
===================================================================
--- packages/feedparser/trunk/debian/patches/democracynow_feedparser_fix.patch 2009-07-26 18:43:32 UTC (rev 9164)
+++ packages/feedparser/trunk/debian/patches/democracynow_feedparser_fix.patch 2009-07-26 19:04:10 UTC (rev 9165)
@@ -1,3 +1,4 @@
+democracyplayer fails if contentType 'plain' is not supported by feedparser.
--- trunk.orig/feedparser.py
+++ trunk/feedparser.py
@@ -563,7 +563,7 @@
Modified: packages/feedparser/trunk/debian/patches/doc_css_path.diff
===================================================================
--- packages/feedparser/trunk/debian/patches/doc_css_path.diff 2009-07-26 18:43:32 UTC (rev 9164)
+++ packages/feedparser/trunk/debian/patches/doc_css_path.diff 2009-07-26 19:04:10 UTC (rev 9165)
@@ -1,3 +1,4 @@
+feedparser.css is located under the css directory, so the path to it must be fixed in all the html docs.
Index: feedparser-4.1/docs/advanced.html
===================================================================
--- feedparser-4.1.orig/docs/advanced.html 2007-06-30 00:28:44.000000000 +0200
Modified: packages/feedparser/trunk/debian/patches/feedparser_utf8_decoding.patch
===================================================================
--- packages/feedparser/trunk/debian/patches/feedparser_utf8_decoding.patch 2009-07-26 18:43:32 UTC (rev 9164)
+++ packages/feedparser/trunk/debian/patches/feedparser_utf8_decoding.patch 2009-07-26 19:04:10 UTC (rev 9165)
@@ -1,3 +1,5 @@
+unicode errors value moved from 'strict' (default) to 'replace'.
+This prevents from crashes caused by badly encoded feeds.
--- trunk.orig/feedparser.py
+++ trunk/feedparser.py
@@ -1455,7 +1455,7 @@
Modified: packages/feedparser/trunk/debian/patches/title_override.patch
===================================================================
--- packages/feedparser/trunk/debian/patches/title_override.patch 2009-07-26 18:43:32 UTC (rev 9164)
+++ packages/feedparser/trunk/debian/patches/title_override.patch 2009-07-26 19:04:10 UTC (rev 9165)
@@ -1,3 +1,4 @@
+This patch fixes title attribute overwrites.
--- trunk.orig/feedparser.py
+++ trunk/feedparser.py
@@ -1186,8 +1186,13 @@
More information about the Python-modules-commits
mailing list