Re: Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-26 Thread John Snow
On 9/26/19 7:58 AM, Daniel P. Berrangé wrote: > On Wed, Sep 25, 2019 at 05:04:40PM -0300, Eduardo Habkost wrote: >> On Tue, Sep 24, 2019 at 08:35:13AM +0100, Daniel P. Berrangé wrote: >>> On Mon, Sep 23, 2019 at 04:05:33PM -0300, Eduardo Habkost wrote: >> [...] Even for other long-lifetime

Re: Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-26 Thread Daniel P . Berrangé
On Thu, Sep 26, 2019 at 01:18:35PM +0100, Peter Maydell wrote: > On Thu, 26 Sep 2019 at 12:58, Daniel P. Berrangé wrote: > > When first wording the lifetimes, I tried to strike a balance between > > limiting what we have to support, while also not negatively impacting > > a large number of QEMU de

Re: Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-26 Thread Peter Maydell
On Thu, 26 Sep 2019 at 12:58, Daniel P. Berrangé wrote: > When first wording the lifetimes, I tried to strike a balance between > limiting what we have to support, while also not negatively impacting > a large number of QEMU developers or users. Since we had never had > such support lifetimes decl

Re: Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-26 Thread Daniel P . Berrangé
On Wed, Sep 25, 2019 at 05:04:40PM -0300, Eduardo Habkost wrote: > On Tue, Sep 24, 2019 at 08:35:13AM +0100, Daniel P. Berrangé wrote: > > On Mon, Sep 23, 2019 at 04:05:33PM -0300, Eduardo Habkost wrote: > [...] > > > Even for other long-lifetime distros, I really think "2 years > > > after the new

Re: Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-25 Thread Eduardo Habkost
On Tue, Sep 24, 2019 at 08:35:13AM +0100, Daniel P. Berrangé wrote: > On Mon, Sep 23, 2019 at 04:05:33PM -0300, Eduardo Habkost wrote: [...] > > Even for other long-lifetime distros, I really think "2 years > > after the new major version is released" is too long, and I'd > > like to shorten this t

Re: Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-24 Thread Daniel P . Berrangé
On Tue, Sep 24, 2019 at 08:35:13AM +0100, Daniel P. Berrangé wrote: > On Mon, Sep 23, 2019 at 04:05:33PM -0300, Eduardo Habkost wrote: > > On Mon, Sep 23, 2019 at 01:19:41PM -0400, John Snow wrote: > > > On 9/23/19 10:50 AM, Cleber Rosa wrote: > > [...] > > > >> diff --git a/tests/docker/dockerfile

Re: Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-24 Thread Daniel P . Berrangé
On Mon, Sep 23, 2019 at 04:05:33PM -0300, Eduardo Habkost wrote: > On Mon, Sep 23, 2019 at 01:19:41PM -0400, John Snow wrote: > > On 9/23/19 10:50 AM, Cleber Rosa wrote: > [...] > > >> diff --git a/tests/docker/dockerfiles/debian-xtensa-cross.docker > > >> b/tests/docker/dockerfiles/debian-xtensa-

Re: Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-23 Thread John Snow
On 9/23/19 3:05 PM, Eduardo Habkost wrote: > On Mon, Sep 23, 2019 at 01:19:41PM -0400, John Snow wrote: >> On 9/23/19 10:50 AM, Cleber Rosa wrote: > [...] diff --git a/tests/docker/dockerfiles/debian-xtensa-cross.docker b/tests/docker/dockerfiles/debian-xtensa-cross.docker index

Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

2019-09-23 Thread Eduardo Habkost
On Mon, Sep 23, 2019 at 01:19:41PM -0400, John Snow wrote: > On 9/23/19 10:50 AM, Cleber Rosa wrote: [...] > >> diff --git a/tests/docker/dockerfiles/debian-xtensa-cross.docker > >> b/tests/docker/dockerfiles/debian-xtensa-cross.docker > >> index b9c2e2e531..e6f93f65ee 100644 > >> --- a/tests/dock

Re: [PATCH] docker: move tests from python2 to python3

2019-09-23 Thread John Snow
On 9/23/19 10:50 AM, Cleber Rosa wrote: > On Fri, Sep 20, 2019 at 04:00:49PM -0400, John Snow wrote: >> As part of the push to drop python2 support, replace any explicit python2 >> dependencies with python3 versions. >> >> For centos, python2 still exists as an implicit dependency, but by adding

Re: [PATCH] docker: move tests from python2 to python3

2019-09-23 Thread Cleber Rosa
On Mon, Sep 23, 2019 at 04:57:50PM +0200, Philippe Mathieu-Daudé wrote: > On 9/23/19 4:50 PM, Cleber Rosa wrote: > > > > This results in the Python package version 3.4.2-1+deb8u7 being > > installed, so it's *NOT* enough for the 3.5+ requirements. > > > > I suppose it'd be time to retire those di

Re: [PATCH] docker: move tests from python2 to python3

2019-09-23 Thread Philippe Mathieu-Daudé
On 9/23/19 4:50 PM, Cleber Rosa wrote: > On Fri, Sep 20, 2019 at 04:00:49PM -0400, John Snow wrote: >> As part of the push to drop python2 support, replace any explicit python2 >> dependencies with python3 versions. >> >> For centos, python2 still exists as an implicit dependency, but by adding >>

Re: [PATCH] docker: move tests from python2 to python3

2019-09-23 Thread Cleber Rosa
On Fri, Sep 20, 2019 at 04:00:49PM -0400, John Snow wrote: > As part of the push to drop python2 support, replace any explicit python2 > dependencies with python3 versions. > > For centos, python2 still exists as an implicit dependency, but by adding > python3 we will be able to build even if the

Re: [PATCH] docker: move tests from python2 to python3

2019-09-20 Thread Eduardo Habkost
On Fri, Sep 20, 2019 at 04:00:49PM -0400, John Snow wrote: > As part of the push to drop python2 support, replace any explicit python2 > dependencies with python3 versions. > > For centos, python2 still exists as an implicit dependency, but by adding > python3 we will be able to build even if the

[PATCH] docker: move tests from python2 to python3

2019-09-20 Thread John Snow
As part of the push to drop python2 support, replace any explicit python2 dependencies with python3 versions. For centos, python2 still exists as an implicit dependency, but by adding python3 we will be able to build even if the configure script begins to require python 3.5+. Tested with centos7,