You are not logged in.
Interesting new warning seen.
Python: 3.9.0-1
Neomutt: 20201127-1
Qutebrowser: 1.14.0-2
When opening a URL from an email in neomutt (doesn't matter if using the attachment menu (keypress v) or the extract url menu (keypress ^B) the following warning appears:
11:57:07 WARNING: /usr/lib/python3.9/site-packages/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release
warnings.warn(
11:57:07 WARNING: /usr/lib/python3.9/site-packages/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release
warnings.warn(
11:57:07 INFO: Opening in existing instance
Press any key to continue...Any ideas on which application is generating this warning, and who to (or should I even) report this?
Last edited by merlock (2020-12-04 19:00:33)
Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '
Offline
the file comes from python-packaging .
neomutt itself doesn't seem to use python, but it does list python as on optional dependency for keybase.py .
$ pacman -F keybase.py
community/neomutt 20200925-1
usr/share/doc/neomutt/keybase/keybase.py
$ It seems that neomutt does include python code.
Did you get the warning also with python 3.8.x ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Did you get the warning also with python 3.8.x ?
No, I started getting this after a big update (python 3.9, and a lot of rebuilds) earlier this week.
Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '
Offline
Just run qutebrowser from the commandline and you'll see that the error comes from there.
I have no idea if that is qutebrowser itself or one of its dependencies.
Last edited by progandy (2020-12-04 18:45:40)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Just run qutebrowser from the commandline and you'll see that the error comes from there.
Indeed. I'll make a report on qutebrowsers' bug-tracker.
Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '
Offline