Bug#934454: Exception: 'NoneType' object has no attribute 'dependencies' if a package is disabled by pinning

2019-09-08 Thread StalkR
Hi, +1 to Birger's question. I just upgraded to buster (unattended-upgrades 1.11.2) and this bug surprised me as well. In the meantime, I patched locally with this: grep -q 'if not pkg.candidate' /usr/bin/unattended-upgrade || sed -i 's/for dep in pkg.candidate.dependencies:/if not

Bug#934454: Exception: 'NoneType' object has no attribute 'dependencies' if a package is disabled by pinning

2019-08-30 Thread Birger Brunswiek
Hi, the Fix is in 1.13. Buster still has 1.11.2. Will this be fixed in Buster as well? Cheers Birger

Bug#934454: Exception: 'NoneType' object has no attribute 'dependencies' if a package is disabled by pinning

2019-08-12 Thread Bálint Réczey
Control: fixed -1 1.13 Hi Gianluigi, Gianluigi Tiesi ezt írta (időpont: 2019. aug. 11., V, 10:00): > > Package: unattended-upgrades > Version: 1.11.2 > Severity: important > > I've just upgraded to buster and /usr/bin/unattended-upgrade now fails with > an error: > > Exception: 'NoneType'

Bug#934454: Exception: 'NoneType' object has no attribute 'dependencies' if a package is disabled by pinning

2019-08-11 Thread Gianluigi Tiesi
Package: unattended-upgrades Version: 1.11.2 Severity: important I've just upgraded to buster and /usr/bin/unattended-upgrade now fails with an error: Exception: 'NoneType' object has no attribute 'dependencies' the problem is in transitive_dependencies(): for dep in