On September 27, 2015 10:11:04 AM EDT, Yaroslav Halchenko <deb...@onerussian.com> wrote: > >On Sat, 26 Sep 2015, Scott Kitterman wrote: >> > On Thu, Sep 24, 2015 at 22:19:20 -0400, Scott Kitterman wrote: >> > > I have the python3-defaults upload to enable python3.5 as a >supported >> > > python3 version prepared and ready to upload when I get an ack >from the >> > > release team. >> > ack. > >> > Cheers, >> > Julien > >> Thanks. I've uploaded python3-defaults, so once it's built/installed > >> python3.5 is supported. > >is round of binNMUs scheduled already? since now nothing depending on >python3-numpy at build time would build: > ># python3.5 -c 'import numpy' >Traceback (most recent call last): > File "<string>", line 1, in <module> >File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 170, in ><module> > from . import add_newdocs >File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 13, in ><module> > from numpy.lib import add_newdoc >File "/usr/lib/python3/dist-packages/numpy/lib/__init__.py", line 8, in ><module> > from .type_check import * >File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 11, >in <module> > import numpy.core.numeric as _nx >File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 6, >in <module> > from . import multiarray >ImportError: cannot import name 'multiarray'
Yes. They have started. I think we're about a third of the way through Dependency level 1. Numpy is in Dependency level 5, so this is not unexpected for now. You can follow the progress in the transition tracker [1]. Scott K [1] https://release.debian.org/transitions/html/python3.5.html