The locale thing was because i used LANG=en_US yay --devel -Syu
to produce the pastebin (so that everything is in english, otherwise you would be having parts of it in greek :) )
Normally, it is plain yay --devel -Syu
:)
Anyways... here it is
$ env | grep -E '^(LANG|LC_)' | sort
LANG=el_GR.utf8
$ locale --all-locales
C
C.UTF-8
el_GR.utf8
en_US.utf8
POSIX
$ python2 -c 'import sys; print("default: " + sys.getdefaultencoding()); print("filesystem: " + sys.getfilesystemencoding())'
default: ascii
filesystem: UTF-8
$ LC_ALL=en_US.UTF-8 python2 -c 'import sys; print("default: " + sys.getdefaultencoding()); print("filesystem: " + sys.getfilesystemencoding())'
default: ascii
filesystem: UTF-8
BTW, I'm on stable
And
cat: /home/spiros/.cache/yay/python2-urllib3/pkg/python2-urllib3/.BUILDINFO: No such file or directory
As for /home/spiros/.cache/yay/python2-urllib3/src/urllib3-1.26.9/.pytest_cache/v/cache/nodeids
, pastebin says "Pastebin’s SMART filters have detected potentially offensive or questionable content in your paste", and wont't post it... :)
But here it is..
Pinned Comments
tallero commented on 2024-01-29 07:04 (UTC) (edited on 2024-01-29 07:05 (UTC) by tallero)
Am I the only person thinking a package submitter (cough cough) saying 'I have an update, give me ownership to receive it' to its current, active maintainer instead of simply posting/sending it is kinda hostile?