[Python-modules-commits] r27565 - in packages/feedparser/trunk/debian/patches (2 files)

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Sat Feb 8 18:31:25 UTC 2014


    Date: Saturday, February 8, 2014 @ 18:31:24
  Author: emillon-guest
Revision: 27565

feedparser: refresh patches

Modified:
  packages/feedparser/trunk/debian/patches/chardet.diff
  packages/feedparser/trunk/debian/patches/sgmllib3.patch

Modified: packages/feedparser/trunk/debian/patches/chardet.diff
===================================================================
--- packages/feedparser/trunk/debian/patches/chardet.diff	2014-02-07 15:49:07 UTC (rev 27564)
+++ packages/feedparser/trunk/debian/patches/chardet.diff	2014-02-08 18:31:24 UTC (rev 27565)
@@ -8,13 +8,9 @@
     Fixes issue 384.
     Thanks to Google user Arfrever.TFA for reporting this!
 
-diff --git a/NEWS b/NEWS
-index 4553afa..2ef71c8 100644
-diff --git a/feedparser/feedparser.py b/feedparser/feedparser.py
-index c78e6a3..e977ae8 100644
 --- a/feedparser/feedparser.py
 +++ b/feedparser/feedparser.py
-@@ -3766,7 +3766,11 @@ def convert_to_utf8(http_headers, data):
+@@ -3774,7 +3774,11 @@
      chardet_encoding = None
      tried_encodings = []
      if chardet:

Modified: packages/feedparser/trunk/debian/patches/sgmllib3.patch
===================================================================
--- packages/feedparser/trunk/debian/patches/sgmllib3.patch	2014-02-07 15:49:07 UTC (rev 27564)
+++ packages/feedparser/trunk/debian/patches/sgmllib3.patch	2014-02-08 18:31:24 UTC (rev 27565)
@@ -6,7 +6,7 @@
 
 --- a/feedparser/feedparser.py
 +++ b/feedparser/feedparser.py
-@@ -201,22 +201,30 @@
+@@ -205,22 +205,30 @@
  # sgmllib is not available by default in Python 3; if the end user doesn't have
  # it available then we'll lose illformed XML parsing, content santizing, and
  # microformat support (at least while feedparser depends on BeautifulSoup).




More information about the Python-modules-commits mailing list