[Python-modules-commits] r20368 - in packages/beautifulsoup4/trunk/debian (2 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Tue Feb 7 17:07:26 UTC 2012


    Date: Tuesday, February 7, 2012 @ 17:07:24
  Author: stefanor
Revision: 20368

Document patches

Modified:
  packages/beautifulsoup4/trunk/debian/changelog
  packages/beautifulsoup4/trunk/debian/patches/failing-tests

Modified: packages/beautifulsoup4/trunk/debian/changelog
===================================================================
--- packages/beautifulsoup4/trunk/debian/changelog	2012-02-07 15:49:29 UTC (rev 20367)
+++ packages/beautifulsoup4/trunk/debian/changelog	2012-02-07 17:07:24 UTC (rev 20368)
@@ -6,7 +6,10 @@
   * Update copyright years, and licence to Expatish.
   * B-D on python{,3}-lxml for unittests.
   * B-D on python-unit2 for unittests under 2.6.
+    Patch unittest2.
   * B-D on python3-all for python3 package.
+  * Patch failing-tests: Skip a test that's looking for a bug in HTMLParser in
+    python (it fails on 2.7).
 
  -- Stefano Rivera <stefanor at debian.org>  Tue, 07 Feb 2012 16:59:04 +0200
 

Modified: packages/beautifulsoup4/trunk/debian/patches/failing-tests
===================================================================
--- packages/beautifulsoup4/trunk/debian/patches/failing-tests	2012-02-07 15:49:29 UTC (rev 20367)
+++ packages/beautifulsoup4/trunk/debian/patches/failing-tests	2012-02-07 17:07:24 UTC (rev 20368)
@@ -1,4 +1,6 @@
-Description: Skip failing test
+Description: Skip failing test (on python 2.7)
+ This test "verifies" bad behavior on HTMLParser's part that appears in some
+ versions of Python but not others.
 Author: Stefano Rivera <stefanor at debian.org>
 Bug-Upstream: https://bugs.launchpad.net/beautifulsoup/+bug/928320
 Forwarded: not-needed




More information about the Python-modules-commits mailing list