Package: gumbo-parser / 0.13.0+dfsg-2

Metadata

Package Version Patches format
gumbo-parser 0.13.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 tests.patch | (download)

Makefile.am | 39 12 + 27 - 0 !
1 file changed, 12 insertions(+), 27 deletions(-)

 use libgtest-dev to build tests.
01 name of lib.patch | (download)

python/gumbo/gumboc.py | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 gumbo python module is trying to load libgumbo.so
 libgumbo3 package is providing libgumbo.so.3
 This patch is making gumbo python module to load libgumbo.so.3
02 circular dependency.patch | (download)

python/gumbo/gumboc.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 importing gumbo in python3 is not possible due to circular
 dependent imports. This patch is fixing this issue.
Bug: https://github.com/google/gumbo-parser/pull/343
Bug-Debian: https://bugs.debian.org/789299
03 bs4.patch | (download)

python/gumbo/soup_adapter.py | 123 61 + 62 - 0 !
1 file changed, 61 insertions(+), 62 deletions(-)

 [patch] updates soup_adapter to use beautifulsoup 4

Also fixes the indentation according to PEP-8