[Bug 2066997] Re: gourmand crashed with ImportError in /usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name '_ElementStringResult' from 'lxml.etree' (/usr/lib/python3/dist-packages/lxm

2024-05-24 Thread Steve Langasek
** Description changed: - [ Impact ] The extruct package is a python module that cannot be used in noble because it is incompatible with the lxml module that is shipped in noble. [ Test plan ] 1. bad: $ python3 -c 'import extruct' Traceback (most recent call last): - File "",

[Bug 2066997] Re: gourmand crashed with ImportError in /usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name '_ElementStringResult' from 'lxml.etree' (/usr/lib/python3/dist-packages/lxm

2024-05-24 Thread Steve Langasek
** Description changed: - Well, for the fourth Ubuntu release running, gourmand is completely - unusable. + + [ Impact ] + The extruct package is a python module that cannot be used in noble because it is incompatible with the lxml module that is shipped in noble. + + [ Test plan ] + 1. bad: +

[Bug 2066997] Re: gourmand crashed with ImportError in /usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name '_ElementStringResult' from 'lxml.etree' (/usr/lib/python3/dist-packages/lxm

2024-05-23 Thread Benjamin Drung
extruct has no autopkgtest. How about adding at least autopkgtest-pkg- python to catch those kind of issues earlier next time? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066997 Title: gourmand

[Bug 2066997] Re: gourmand crashed with ImportError in /usr/lib/python3/dist-packages/extruct/xmldom.py: cannot import name '_ElementStringResult' from 'lxml.etree' (/usr/lib/python3/dist-packages/lxm

2024-05-23 Thread Steve Langasek
Probably fixed by: extruct (0.16.0-4) unstable; urgency=medium * Add upstream patch to add support for python3 lxml >= 5.2.0 and python3-lxml-html-clean to Depends. -- Christian Marillat Fri, 19 Apr 2024 11:44:13 +0200 ** Information type changed from Private to Public ** Changed