[Python-modules-commits] r20369 - in packages/beautifulsoup4/trunk/debian (changelog control)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed Feb 8 10:26:44 UTC 2012


    Date: Wednesday, February 8, 2012 @ 10:26:43
  Author: stefanor
Revision: 20369

* B-D on python{,3}-lxml, python{,3}pkg-resources for unittests.
* Recommend python-html5lib | python-lxml and python3-lxml (there's no py3k
  html5lib yet).

Modified:
  packages/beautifulsoup4/trunk/debian/changelog
  packages/beautifulsoup4/trunk/debian/control

Modified: packages/beautifulsoup4/trunk/debian/changelog
===================================================================
--- packages/beautifulsoup4/trunk/debian/changelog	2012-02-07 17:07:24 UTC (rev 20368)
+++ packages/beautifulsoup4/trunk/debian/changelog	2012-02-08 10:26:43 UTC (rev 20369)
@@ -1,17 +1,19 @@
-beautifulsoup4 (4.0.0~b3-1) UNRELEASED; urgency=low
+beautifulsoup4 (4.0.0~b3-1) unstable; urgency=low
 
   * New upstream release with an incompatible API.
     - In a new source package, beautifulsoup4.
     - Building python-bs4 and python3-bs4
   * Update copyright years, and licence to Expatish.
-  * B-D on python{,3}-lxml for unittests.
+  * B-D on python{,3}-lxml, python{,3}pkg-resources 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).
+  * Recommend python-html5lib | python-lxml and python3-lxml (there's no py3k
+    html5lib yet).
 
- -- Stefano Rivera <stefanor at debian.org>  Tue, 07 Feb 2012 16:59:04 +0200
+ -- Stefano Rivera <stefanor at debian.org>  Wed, 08 Feb 2012 12:06:52 +0200
 
 beautifulsoup (3.2.0-2) unstable; urgency=low
 

Modified: packages/beautifulsoup4/trunk/debian/control
===================================================================
--- packages/beautifulsoup4/trunk/debian/control	2012-02-07 17:07:24 UTC (rev 20368)
+++ packages/beautifulsoup4/trunk/debian/control	2012-02-08 10:26:43 UTC (rev 20369)
@@ -7,9 +7,11 @@
  debhelper (>= 8),
  python-all (>= 2.6.5-13~),
  python-lxml,
+ python-pkg-resources,
  python-unittest2,
  python3-all (>= 3.1.2-1~),
- python3-lxml
+ python3-lxml,
+ python3-pkg-resources
 X-Python-Version: >= 2.6
 Standards-Version: 3.9.2
 Homepage: http://www.crummy.com/software/BeautifulSoup
@@ -19,7 +21,7 @@
 Package: python-bs4
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-lxml | python-html5lib
+Recommends: python-html5lib | python-lxml, python-chardet
 Description: error-tolerant HTML parser for Python
  Beautiful Soup is a Python library for pulling data out of HTML and XML files.
  It works with your favorite parser to provide idiomatic ways of navigating,
@@ -31,7 +33,7 @@
 Package: python3-bs4
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Recommends: python3-lxml
+Recommends: python3-lxml, python3-chardet
 Description: error-tolerant HTML parser for Python 3
  Beautiful Soup is a Python library for pulling data out of HTML and XML files.
  It works with your favorite parser to provide idiomatic ways of navigating,




More information about the Python-modules-commits mailing list