1
0

Accepting request 359049 from home:TheBlackCat:branches:devel:languages:python

Add coerce_comments_to_work_with_lxml.patch

OBS-URL: https://build.opensuse.org/request/show/359049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=20
This commit is contained in:
Todd R
2016-02-12 15:04:05 +00:00
committed by Git OBS Bridge
parent 29be0eb4b5
commit 642aa315f9
3 changed files with 82 additions and 5 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 12 14:54:04 UTC 2016 - toddrme2178@gmail.com
- Add coerce_comments_to_work_with_lxml.patch
Fixes compatibility with python-lxml 3.5+, which adds validation
for xml comments.
Should be in next release/
- Re-enable tests.
-------------------------------------------------------------------
Tue Feb 2 11:46:24 UTC 2016 - toddrme2178@gmail.com