Package: src:logbook
Version: 1.5.3-5.2
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12
logbook ftbfs with Python 3.12. Not that cython was also upgraded to 3.0.5.
[...]
debian/rules execute_before_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make cybuild
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cython3 logbook/_speedups.pyx
Error compiling Cython file:
------------------------------------------------------------
...
return getattr(obj.group, self.name)
def __set__(self, obj, value):
setattr(obj, self._name, value)
def __del__(self, obj):
^
------------------------------------------------------------
logbook/_speedups.pyx:54:4: Special method __del__ has wrong number of
arguments (2 declared, 1 expected)
make[2]: *** [Makefile:31: logbook/_speedups.so] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:15: execute_before_dh_auto_build] Error 2