Bug#968666: electrum: exception which prevents startup "Non keyword-only attributes not allowed after..."

2020-08-19 Thread Luke Kenneth Casson Leighton
On Wed, Aug 19, 2020 at 3:29 PM Tristan Seligmann wrote: > > Control: tags -1 - upstream > Control: forcemerge 968563 -1 > > On Wed, 19 Aug 2020 at 14:48, lkcl wrote: > > > > ValueError: Non keyword-only attributes are not allowed after a > > keyword-only attribute. Attribute in question:

Bug#968666: electrum: exception which prevents startup "Non keyword-only attributes not allowed after..."

2020-08-19 Thread Luke Kenneth Casson Leighton
On Wed, Aug 19, 2020 at 6:34 PM Tristan Seligmann wrote: > > the normal approach to this would be to release a version of the > > electrum packaging that specifically depends on that specific version > > of python3-attr or above. the following to go into debian/control: > > Yes, the next upload

Bug#968666: electrum: exception which prevents startup "Non keyword-only attributes not allowed after..."

2020-08-19 Thread Tristan Seligmann
On Wed, 19 Aug 2020 at 19:28, Luke Kenneth Casson Leighton wrote: > > On Wed, 19 Aug 2020 at 14:48, lkcl wrote: > > > > > > ValueError: Non keyword-only attributes are not allowed after a > > > keyword-only attribute. Attribute in question: Attribute(name='invoice', > > > default=NOTHING,

Bug#968666: electrum: exception which prevents startup "Non keyword-only attributes not allowed after..."

2020-08-19 Thread Tristan Seligmann
Control: tags -1 - upstream Control: forcemerge 968563 -1 On Wed, 19 Aug 2020 at 14:48, lkcl wrote: > > ValueError: Non keyword-only attributes are not allowed after a keyword-only > attribute. Attribute in question: Attribute(name='invoice', default=NOTHING, > validator=None, repr=True,

Bug#968666: electrum: exception which prevents startup "Non keyword-only attributes not allowed after..."

2020-08-19 Thread lkcl
Package: electrum Version: 4.0.2-0.1 Severity: important Tags: upstream File "/usr/bin/electrum", line 84, in from electrum.logging import get_logger, configure_logging File "/usr/lib/python3/dist-packages/electrum/__init__.py", line 16, in from .wallet import Wallet File