Re: A class of errors due to python 3.10: collections import

2022-02-04 Thread Andreas Hasenack
On Thu, Feb 3, 2022 at 3:38 PM Andreas Hasenack  wrote:
>
> In general:
>
> change
>
>   from collections import 
>
> to
>
>   from collections.abc import 
>
>
> This will list the culprits:
> retry-autopkgtest-regressions --blocks python3-defaults --log-regex
> 'ImportError: cannot import name.*collections'
>
> keras
> python-furl
> python-opcua
> python-orderedmultidict
> pythonpy
> pyvo
> sepp
>

A few more:
booth
mando
oz
python-pgpy
resfinder

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


PSA for those using encrypted filesystems on jammy

2022-02-04 Thread William Wilson
Hello all,

If you are running an encrypted root filesystem on jammy, please be aware
of an issue with cryptsetup and busybox not working well together. The
issue stems from a recent cryptsetup upload that requires the
busybox-initramfs to contain the dirname applet. See
https://bugs.launchpad.net/ubuntu/+source/busybox/+bug/1960083 for more
information.

The best way to avoid this issue is to avoid upgrading cryptsetup until
busybox can also be upgraded.

Thank you,

William 'jawn-smith' Wilson
-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


+1maint: another class of py3.10 issues: "distutils is deprecated"

2022-02-04 Thread Andreas Hasenack
retry-autopkgtest-regressions --blocks python3-defaults --log-regex
'DeprecationWarning: The distutils package is deprecated'

Which gives:
ansible
hy
lazygal
oz
pytest-mpi
q2-fragment-insertion
q2-sample-classifier
typer
unicycler
zope.testing

I'm currently on lazygal.

These links might be useful when filing upstream bugs:
The "Deprecate distutils module" PEP: https://www.python.org/dev/peps/pep-0632/
Porting to setuptools guide:
https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel