Bastian Blank writes: > On Sun, Jan 20, 2019 at 10:44:08AM +0100, Christian Marillat wrote: >> With python-debian 0.1.34 dak crash with 'dak process-upload' : >> In python-debian 0.1.34 a third parameter has been added to deb822 class > > You mean they made incompatible changes to the API without any real > fallback?
daklib/dbconn.py overrides an internal function `_internal_parser` from Deb822 (in Dak822) to fix an ancient bug. That internal function changed. Given the bug seems to be fixed for quite some time, the Dak822 class could probably be removed. Ansgar