Bug#965059: Syntax warnings with Python 3.8

2023-06-19 Thread Harald Dunkel
Metoo, now for Bookworm. :-(

Bug#965059: Syntax warnings with Python 3.8

2021-09-09 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > I see the same messages, but my run is followed up with this crash. > Perhaps a releated issue? I managed to get the tool working again using this patch: --- /usr/bin/yubikey-totp 2020-03-31 06:00:00.0 +0200 +++ /tmp/yubikey-totp 2021-09-09

Bug#965059: Syntax warnings with Python 3.8

2021-09-08 Thread Petter Reinholdtsen
[Ludovic Rousseau] > The problem is already fixed upstream in > https://github.com/Yubico/python-yubico/commit/b4a53389c3e6ad41c836aa82998149f427fe1ad8 > since September 2019. > > But the change is not yet available in a released version of > python-yubico. > > Maybe the Debian package could use

Bug#965059: Syntax warnings with Python 3.8

2021-03-31 Thread Ludovic Rousseau
On Wed, 15 Jul 2020 11:34:38 +0100 Sam Morris wrote: > Package: python3-yubico > Version: 1.3.3-0.3 > Severity: normal > > $ ipa user-find sam > /usr/lib/python3/dist-packages/netaddr/strategy/__init__.py:189: > SyntaxWarning: "is not" with a literal. Did you mean "!="? > if word_sep is not

Bug#965059: Syntax warnings with Python 3.8

2020-07-15 Thread Sam Morris
Package: python3-yubico Version: 1.3.3-0.3 Severity: normal $ ipa user-find sam /usr/lib/python3/dist-packages/netaddr/strategy/__init__.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="? if word_sep is not '': /usr/lib/python3/dist-packages/yubico/yubikey_usb_hid.py:288: