Re: [openstack-dev] [all] Python 3.5 is now the default Py3 in Debian Sid

2016-01-15 Thread Thomas Goirand
On 01/15/2016 03:45 PM, Victor Stinner wrote:
> Hi,
> 
> What are the issues? Is there a list of issues somewhere?
> 
> Victor

I reported a bunch of them, and so far, they seem fixed. Hopefully, I
wont see some new or old ones for the B2 release. I'll post links to
bugs in this thread if I encounter some.

Though I recently reported this one:
https://bugs.launchpad.net/python-neutronclient/+bug/1534008

Though this one seems just Py3 specific, not really Py3.5.

As always, your precious help is always so much welcome, Victor.

Cheers,

Thomas Goirand (zigo)


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] Python 3.5 is now the default Py3 in Debian Sid

2016-01-15 Thread Jens Rosenboom
2016-01-14 17:12 GMT+01:00 Thomas Goirand :
> On 01/14/2016 11:35 PM, Yuriy Taraday wrote:
>>
>>
>> On Thu, Jan 14, 2016 at 5:48 PM Jeremy Stanley > > wrote:
>>
>> On 2016-01-14 09:47:52 +0100 (+0100), Julien Danjou wrote:
>> [...]
>> > Is there any plan to add Python 3.5 to infra?
>>
>> I expect we'll end up with it shortly after Ubuntu 16.04 LTS
>> releases in a few months (does anybody know for sure what its
>> default Python 3 is slated to be?).
>>
>>
>> It's 3.5.1 already in Xenial: http://packages.ubuntu.com/xenial/python3
>
> Though 3.5 isn't the default Py3 yet there. Or is it?

Looks like it is:

ubuntu@jr-xeni1:~$ apt-cache policy python3
python3:
  Installed: 3.5.1-1
  Candidate: 3.5.1-1
  Version table:
 *** 3.5.1-1 500
500 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main
amd64 Packages
100 /var/lib/dpkg/status

On Wily the default still is 3.4.3.

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] Python 3.5 is now the default Py3 in Debian Sid

2016-01-14 Thread Thomas Goirand
On 01/14/2016 11:35 PM, Yuriy Taraday wrote:
> 
> 
> On Thu, Jan 14, 2016 at 5:48 PM Jeremy Stanley  > wrote:
> 
> On 2016-01-14 09:47:52 +0100 (+0100), Julien Danjou wrote:
> [...]
> > Is there any plan to add Python 3.5 to infra?
> 
> I expect we'll end up with it shortly after Ubuntu 16.04 LTS
> releases in a few months (does anybody know for sure what its
> default Python 3 is slated to be?).
> 
> 
> It's 3.5.1 already in Xenial: http://packages.ubuntu.com/xenial/python3 

Though 3.5 isn't the default Py3 yet there. Or is it?

Cheers,

Thomas Goirand (zigo)


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] Python 3.5 is now the default Py3 in Debian Sid

2016-01-14 Thread Julien Danjou
On Wed, Jan 13 2016, Thomas Goirand wrote:

> In other words, any Python 3.5 problem in Olso, clients and so on will
> be considered a Debian RC bug and shall be addressed ASAP there.

I know there are problems with a few of the Python 3 supported OpenStack
projects. Since we can't gate on Python 3.5 (yet), it's a bit
problematic to support that version without regressions.

Is there any plan to add Python 3.5 to infra?

-- 
Julien Danjou
;; Free Software hacker
;; https://julien.danjou.info


signature.asc
Description: PGP signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] Python 3.5 is now the default Py3 in Debian Sid

2016-01-14 Thread Thomas Goirand
On 01/14/2016 10:47 PM, Jeremy Stanley wrote:
> On 2016-01-14 09:47:52 +0100 (+0100), Julien Danjou wrote:
> [...]
>> Is there any plan to add Python 3.5 to infra?
> 
> I expect we'll end up with it shortly after Ubuntu 16.04 LTS
> releases in a few months (does anybody know for sure what its
> default Python 3 is slated to be?). Otherwise if a debian-sid
> nodepool image shows up we could certainly try running Py3K jobs on
> that instead.

In Tokyo, during the Py3 session, Chuck volunteered to make a backport
of Python 3.5 to Trusty. Though if we're asking in this thread, probably
this means it's not done (yet).

Cheers,

Thomas Goirand (zigo)


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] Python 3.5 is now the default Py3 in Debian Sid

2016-01-14 Thread Victor Stinner

Hi,

What are the issues? Is there a list of issues somewhere?

Victor

Le 13/01/2016 03:07, Thomas Goirand a écrit :

Hi,

Just a quick notice for those not following developments in Debian.
Python 3.5 is now the default Python 3 interpreter in Debian Unstable,
and when the transition will be finished [1], it's going to be the one
in Testing (aka: Stretch) as well. The current plan is to have Python
3.5 only in Stretch (ie: get rid of Python 3.4 completely).

Stretch is to be frozen in late 2016, so there's a lot of chances that
it's going to include Mitaka.

In other words, any Python 3.5 problem in Olso, clients and so on will
be considered a Debian RC bug and shall be addressed ASAP there.

Cheers,

Thomas Goirand (zigo)

[1] https://release.debian.org/transitions/html/python3.5.html

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] Python 3.5 is now the default Py3 in Debian Sid

2016-01-14 Thread Jeremy Stanley
On 2016-01-14 09:47:52 +0100 (+0100), Julien Danjou wrote:
[...]
> Is there any plan to add Python 3.5 to infra?

I expect we'll end up with it shortly after Ubuntu 16.04 LTS
releases in a few months (does anybody know for sure what its
default Python 3 is slated to be?). Otherwise if a debian-sid
nodepool image shows up we could certainly try running Py3K jobs on
that instead.
-- 
Jeremy Stanley

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [all] Python 3.5 is now the default Py3 in Debian Sid

2016-01-14 Thread Yuriy Taraday
On Thu, Jan 14, 2016 at 5:48 PM Jeremy Stanley  wrote:

> On 2016-01-14 09:47:52 +0100 (+0100), Julien Danjou wrote:
> [...]
> > Is there any plan to add Python 3.5 to infra?
>
> I expect we'll end up with it shortly after Ubuntu 16.04 LTS
> releases in a few months (does anybody know for sure what its
> default Python 3 is slated to be?).
>

It's 3.5.1 already in Xenial: http://packages.ubuntu.com/xenial/python3
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev