Re: [Xen-devel] [PATCH] README: require Python 2.6 or newer

2018-02-23 Thread George Dunlap
On 02/22/2018 07:34 PM, Doug Goldstein wrote:
> Increase the minimum required Python to 2.6 or newer.
> 
> Signed-off-by: Doug Goldstein 
> ---
> CC: Andrew Cooper 
> CC: George Dunlap 
> CC: Ian Jackson 
> CC: Jan Beulich 
> CC: Konrad Rzeszutek Wilk 
> CC: Stefano Stabellini 
> CC: Tim Deegan 
> CC: Wei Liu 
> ---
> Python 2.6 shipped Oct 1st 2008. It was included as the
> default Python in distros like RHEL6, which itself shipped
> Nov 10th 2010.

But of course, was not included in RHEL 5.

FWIW I talked to one guy I know that's still using Xen on RHEL 5; he's
using the version of Xen that came with it (3.1 or something crazy like
that).  Asked about running a newer version of Xen, he said:

"i don't see any value updating to xen 4 and still running el5
toolstack.. as for same trouble you can just upgrade to el6 and xen4centos"

So I'm a "I'm happy with this change but wouldn't argue for it" (+1 on a
-2 to +2 scale).

 -George

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Re: [Xen-devel] [PATCH] README: require Python 2.6 or newer

2018-02-23 Thread Doug Goldstein
On 2/23/18 2:55 AM, Jan Beulich wrote:
 On 22.02.18 at 20:34,  wrote:
>> Increase the minimum required Python to 2.6 or newer.
>>
>> Signed-off-by: Doug Goldstein 
> 
> That's the easy half. Tool stack configure scripts will also want to
> be adjusted (see the thread rooted at
> https://lists.xenproject.org/archives/html/xen-devel/2017-09/msg02389.html).
> 
> Jan
> 

Oh I completely agree. I should have been more clear in my patch. I
meant this to be the conversation starter about what we saw as an
acceptable minimum version for the next release and then was going to
commit to a few series to modernize things a bit.

-- 
Doug Goldstein



signature.asc
Description: OpenPGP digital signature
___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Re: [Xen-devel] [PATCH] README: require Python 2.6 or newer

2018-02-23 Thread Jan Beulich
>>> On 22.02.18 at 20:34,  wrote:
> Increase the minimum required Python to 2.6 or newer.
> 
> Signed-off-by: Doug Goldstein 

That's the easy half. Tool stack configure scripts will also want to
be adjusted (see the thread rooted at
https://lists.xenproject.org/archives/html/xen-devel/2017-09/msg02389.html).

Jan


___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH] README: require Python 2.6 or newer

2018-02-22 Thread Doug Goldstein
Increase the minimum required Python to 2.6 or newer.

Signed-off-by: Doug Goldstein 
---
CC: Andrew Cooper 
CC: George Dunlap 
CC: Ian Jackson 
CC: Jan Beulich 
CC: Konrad Rzeszutek Wilk 
CC: Stefano Stabellini 
CC: Tim Deegan 
CC: Wei Liu 
---
Python 2.6 shipped Oct 1st 2008. It was included as the
default Python in distros like RHEL6, which itself shipped
Nov 10th 2010.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index e96cdd2862..d536ae285c 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ provided by your OS distributor:
 - GCC 4.8 or later
 - GNU Binutils 2.24 or later
 * Development install of zlib (e.g., zlib-dev)
-* Development install of Python v2.3 or later (e.g., python-dev)
+* Development install of Python v2.6 or later (e.g., python-dev)
 * Development install of curses (e.g., libncurses-dev)
 * Development install of openssl (e.g., openssl-dev)
 * Development install of x11 (e.g. xorg-x11-dev)
-- 
2.13.6


___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel