Re: Python 3.7 in testing/experimental

2018-06-30 Thread Simon McVittie
On Fri, 29 Jun 2018 at 23:29:37 +0200, Vincent Danjean wrote:
> Will the python3-numpy pacakge be fixed by an automatic rebuild ?
> (ie I just have to wait for a few days)

It should be. It's in Needs-Build state at the moment:
https://buildd.debian.org/status/package.php?p=python-numpy

378 packages need to be rebuilt, so it might take a few days:
https://release.debian.org/transitions/html/python3.7.html

> Do I need to fill a bug report on python3-numpy ?

No, that would not be helpful at this stage. The maintainer of
python3-numpy does not need to take action unless the rebuild fails.

Regards,
smcv



Re: Python 3.7 in testing/experimental

2018-06-29 Thread Vincent Danjean
Le 08/06/2018 à 19:32, Matthias Klose a écrit :
> The Python 3.7 beta 5 packages are now in testing, and experimental has 
> python3-defaults packages which add 3.7 as a supported version.  The release 
> candidate is expected next week, only adding Unicode 11 support, and the 
> final release is expected at the end of June.
> 
> I would appreciate it, if somebody could run a test rebuild using the 
> python3-defaults from experimental.  Else, please test your packages using 
> python3.7.

python3-numpy do not work with python3.7 in sid currently.
In a up-to-date sid chroot:

$ python3.7
Python 3.7.0 (default, Jun 27 2018, 14:40:03)
[GCC 8.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 16, in 

from . import multiarray
ImportError: cannot import name 'multiarray' from 'numpy.core' 
(/usr/lib/python3/dist-packages/numpy/core/__init__.py)

During handling of the above exception, another exception occurred:
[...]



I found this problem when rebuilding a local package that iterates on
"py3versions -s" (that just gained python3.7 in addition to python3.6)

Will the python3-numpy pacakge be fixed by an automatic rebuild ?
(ie I just have to wait for a few days)

Do I need to fill a bug report on python3-numpy ?

  Regards,
Vincent

> Matthias


-- 
Vincent Danjean   GPG key ID 0xD17897FA vdanj...@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main



Python 3.7 in testing/experimental

2018-06-08 Thread Matthias Klose
The Python 3.7 beta 5 packages are now in testing, and experimental has 
python3-defaults packages which add 3.7 as a supported version.  The release 
candidate is expected next week, only adding Unicode 11 support, and the final 
release is expected at the end of June.


I would appreciate it, if somebody could run a test rebuild using the 
python3-defaults from experimental.  Else, please test your packages using 
python3.7.


Matthias