[Python-modules-commits] r24546 - in packages/beautifulsoup4/trunk/debian (2 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sun May 26 09:40:02 UTC 2013
Date: Sunday, May 26, 2013 @ 09:40:00
Author: stefanor
Revision: 24546
Depend on python{,3}-lxml in autopkgtests.
Modified:
packages/beautifulsoup4/trunk/debian/changelog
packages/beautifulsoup4/trunk/debian/tests/control
Modified: packages/beautifulsoup4/trunk/debian/changelog
===================================================================
--- packages/beautifulsoup4/trunk/debian/changelog 2013-05-26 04:03:14 UTC (rev 24545)
+++ packages/beautifulsoup4/trunk/debian/changelog 2013-05-26 09:40:00 UTC (rev 24546)
@@ -1,3 +1,9 @@
+beautifulsoup4 (4.2.0-2) unstable; urgency=low
+
+ * Depend on python{,3}-lxml in autopkgtests.
+
+ -- Stefano Rivera <stefanor at debian.org> Sun, 26 May 2013 11:33:30 +0200
+
beautifulsoup4 (4.2.0-1) unstable; urgency=low
[ Stefano Rivera ]
Modified: packages/beautifulsoup4/trunk/debian/tests/control
===================================================================
--- packages/beautifulsoup4/trunk/debian/tests/control 2013-05-26 04:03:14 UTC (rev 24545)
+++ packages/beautifulsoup4/trunk/debian/tests/control 2013-05-26 09:40:00 UTC (rev 24546)
@@ -1,5 +1,5 @@
Tests: unittests
-Depends: python-bs4, python-all, python-nose
+Depends: python-bs4, python-all, python-nose, python-lxml
Tests: unittests3
-Depends: python3-bs4, python3-all, python3-nose
+Depends: python3-bs4, python3-all, python3-nose, python3-lxml
More information about the Python-modules-commits
mailing list