Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #7325

Bug#798999: transition: python3.5 supported

Path csiph.com!usenet.pasdenom.info!aioe.org!bofh.it!news.nic.it!robomod
From Scott Kitterman <debian@kitterman.com>
Newsgroups linux.debian.bugs.dist, linux.debian.maint.python, linux.debian.devel.release
Subject Bug#798999: transition: python3.5 supported
Date Sun, 27 Sep 2015 16:40:01 +0200
Message-ID <qdl7H-1k0-11@gated-at.bofh.it> (permalink)
References <q9sKv-8q3-19@gated-at.bofh.it> <qcqMa-4Jw-1@gated-at.bofh.it> <qcVPY-6VG-13@gated-at.bofh.it> <qcWM1-8ib-1@gated-at.bofh.it> <qdkY2-18c-3@gated-at.bofh.it>
X-Original-To Yaroslav Halchenko <debian@onerussian.com>
X-Mailbox-Line From debian-bugs-dist-request@lists.debian.org Sun Sep 27 14:33:10 2015
Old-Return-Path <debbugs@buxtehude.debian.org>
X-Spam-Flag NO
X-Spam-Score -4.088
Reply-To Scott Kitterman <debian@kitterman.com>, 798999@bugs.debian.org
Resent-To debian-bugs-dist@lists.debian.org
Resent-Cc Debian Release Team <debian-release@lists.debian.org>
X-Debian-Pr-Message followup 798999
X-Debian-Pr-Package release.debian.org
X-Debian-Pr-Keywords confirmed
X-Spam-Bayes score:0.0000 Tokens: new, 21; hammy, 150; neutral, 83; spammy, 0. spammytokens: hammytokens:0.000-+--UD:release.debian.org, 0.000-+--releasedebianorg, 0.000-+--release.debian.org, 0.000-+--sk:python3, 0.000-+--python3
Dkim-Signature v=1; a=rsa-sha256; c=simple/simple; d=kitterman.com; s=201409; t=1443364147; bh=Oxi2PDYaUulvhG/8fqVqu5FJOGnEnQNI4u5K7RzLr+U=; h=In-Reply-To:References:Subject:From:Date:To:CC:From; b=OhB9Lu2FY5z9iJmU/c88DDK64LgYg0AMbvgceL8UaAcS+LbBHOO3wNiyCv2ZZac5i dqA/CMIrKvQKDICiOY8QBHZf+ws2wk8HJoRuizn++0ZhbN448550KzJVeZW6a3UK9c izJPIrOaa2Hlfrr5CAC43IbUNTpE9YTQoPWwZgpc=
User-Agent K-9 Mail for Android
MIME-Version 1.0
Content-Transfer-Encoding 8bit
Content-Type text/plain; charset=UTF-8
X-Debian-Message from BTS
X-Mailing-List <debian-bugs-dist@lists.debian.org> archive/latest/1212358
List-ID <debian-bugs-dist.lists.debian.org>
List-URL <https://lists.debian.org/debian-bugs-dist/>
Approved robomod@news.nic.it
Lines 48
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Cc 798999@bugs.debian.org,debian-python@lists.debian.org
X-Original-Date Sun, 27 Sep 2015 10:28:57 -0400
X-Original-Message-ID <003F98FB-1B2E-4D1A-AE38-A6252B74DFED@kitterman.com>
X-Original-References <68693772.ZjC33q7KA0@kitterma-e6430> <1826925.Ct22S5Td6u@kitterma-e6430> <20150926112446.GX3107@betterave.cristau.org> <5102361.fK3GBVDNe6@kitterma-e6430> <20150927141104.GA4398@onerussian.com>
Xref csiph.com linux.debian.bugs.dist:683202 linux.debian.maint.python:7325 linux.debian.devel.release:58239

Cross-posted to 3 groups.

Show key headers only | View raw



On September 27, 2015 10:11:04 AM EDT, Yaroslav Halchenko <debian@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 

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Bug#798999: transition: python3.5 supported Jonathan Wiltshire <jmw@debian.org> - 2015-09-16 23:30 +0200
  Bug#798999: transition: python3.5 supported Scott Kitterman <debian@kitterman.com> - 2015-09-17 00:00 +0200
    Re: Bug#798999: transition: python3.5 supported Scott Kitterman <debian@kitterman.com> - 2015-09-25 04:20 +0200
      Bug#798999: transition: python3.5 supported Scott Kitterman <debian@kitterman.com> - 2015-09-26 14:30 +0200
        Bug#798999: transition: python3.5 supported Yaroslav Halchenko <debian@onerussian.com> - 2015-09-27 16:20 +0200
          Bug#798999: transition: python3.5 supported Scott Kitterman <debian@kitterman.com> - 2015-09-27 16:40 +0200
            Bug#798999: transition: python3.5 supported Tomasz Rybak <tomasz.rybak@post.pl> - 2015-09-29 22:10 +0200
    Status Update For Bug#798999: transition: python3.5 supported Scott Kitterman <debian@kitterman.com> - 2015-10-12 16:30 +0200
      Re: Status Update For Bug#798999: transition: python3.5 supported Rene Engelhard <rene@debian.org> - 2015-10-12 21:30 +0200
        Re: Status Update For Bug#798999: transition: python3.5 supported Scott Kitterman <debian@kitterman.com> - 2015-10-12 21:40 +0200

csiph-web