Merge lp://staging/~noskcaj/ubuntu/utopic/beautifulsoup4/merge into lp://staging/ubuntu/utopic/beautifulsoup4
Proposed by
Jackson Doak
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~noskcaj/ubuntu/utopic/beautifulsoup4/merge |
Merge into: | lp://staging/ubuntu/utopic/beautifulsoup4 |
Diff against target: |
1665 lines (+709/-333) 20 files modified
NEWS.txt (+62/-0) PKG-INFO (+1/-1) bs4/__init__.py (+83/-42) bs4/builder/__init__.py (+13/-8) bs4/builder/_html5lib.py (+82/-19) bs4/builder/_htmlparser.py (+14/-5) bs4/builder/_lxml.py (+64/-30) bs4/dammit.py (+165/-163) bs4/diagnose.py (+28/-2) bs4/element.py (+34/-21) bs4/testing.py (+13/-0) bs4/tests/test_html5lib.py (+13/-0) bs4/tests/test_lxml.py (+7/-4) bs4/tests/test_soup.py (+71/-20) bs4/tests/test_tree.py (+29/-0) debian/changelog (+16/-0) debian/control (+1/-1) debian/copyright (+1/-1) doc/source/index.rst (+11/-15) setup.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~noskcaj/ubuntu/utopic/beautifulsoup4/merge |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel Holbach | Approve | ||
Review via email: mp+221346@code.staging.launchpad.net |
Description of the change
New upstream release from debian
To post a comment you must log in.
Unmerged revisions
- 15. By Jackson Doak
-
* Merge from debian. Remaining changes:
- debian/control, debian/rules: Disable pypy-bs4 and Build-Depends on
pypy since the latter is in universe, while beautifulsoup4 is being
pulled into main via webtest.
Thanks. Uploaded.