Re: [Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2016-01-12 Thread FUJITA Tomonori
On Tue, 12 Jan 2016 11:09:42 +0900 IWAMOTO Toshihiro wrote: > At Fri, 8 Jan 2016 14:41:11 +, > Victor Orlikowski wrote: >> >> On Jan 8, 2016, at 7:29 AM, FUJITA Tomonori wrote: >> > >> > Had better to release 3.29.1 on pypi for OpenStack? > > Though I don't think the oslo.config version-c

Re: [Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2016-01-11 Thread Victor Orlikowski
Ok. I found a couple of missed edge cases in my patch; testing the new version now. I will submit around the 25th, as originally planned. Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu > On Jan 11, 2016, at 9:09 PM, IWAMOTO Toshihiro wrote: > > And 3.30 (or 3.29.2) can be released

Re: [Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2016-01-11 Thread IWAMOTO Toshihiro
At Fri, 8 Jan 2016 14:41:11 +, Victor Orlikowski wrote: > > On Jan 8, 2016, at 7:29 AM, FUJITA Tomonori wrote: > > > > Had better to release 3.29.1 on pypi for OpenStack? Though I don't think the oslo.config version-cap is a major issue, it would be better to have a 3.29.1 release now. > W

Re: [Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2016-01-08 Thread Victor Orlikowski
On Jan 8, 2016, at 7:29 AM, FUJITA Tomonori wrote: > > Had better to release 3.29.1 on pypi for OpenStack? Would there be room for a major stability fix, or better to wait for 3.30? I have been testing extensively at Duke; it appears that, under high load, eventlet queues are *not* synch-safe.

Re: [Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2016-01-08 Thread FUJITA Tomonori
On Fri, 08 Jan 2016 17:48:00 +0900 IWAMOTO Toshihiro wrote: >> > Could an environment marker be used to cap oslo.config version only in >> > python2.6? >> > >> > http://pip.readthedocs.org/en/stable/reference/pip_install/#requirement-specifiers >> >> Oops, the following looks ok? > > Yes. I th

Re: [Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2016-01-08 Thread IWAMOTO Toshihiro
At Fri, 08 Jan 2016 17:14:08 +0900 (JST), FUJITA Tomonori wrote: > > On Fri, 08 Jan 2016 12:47:44 +0900 > IWAMOTO Toshihiro wrote: > > > At Tue, 8 Dec 2015 05:57:54 -0800, > > FUJITA Tomonori wrote: > >> > >> oslo.config v3.1.0 dropped python2.6 support: > >> > >> https://github.com/openstack

Re: [Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2016-01-08 Thread FUJITA Tomonori
On Fri, 08 Jan 2016 12:47:44 +0900 IWAMOTO Toshihiro wrote: > At Tue, 8 Dec 2015 05:57:54 -0800, > FUJITA Tomonori wrote: >> >> oslo.config v3.1.0 dropped python2.6 support: >> >> https://github.com/openstack/oslo.config/commit/9470f19eacb99425055946bd4a6079b71406ff1b > > It seems that this c

Re: [Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2016-01-07 Thread IWAMOTO Toshihiro
At Tue, 8 Dec 2015 05:57:54 -0800, FUJITA Tomonori wrote: > > oslo.config v3.1.0 dropped python2.6 support: > > https://github.com/openstack/oslo.config/commit/9470f19eacb99425055946bd4a6079b71406ff1b It seems that this commit is causing some issue. https://bugs.launchpad.net/neutron/+bug/1531

[Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2015-12-08 Thread FUJITA Tomonori
oslo.config v3.1.0 dropped python2.6 support: https://github.com/openstack/oslo.config/commit/9470f19eacb99425055946bd4a6079b71406ff1b Signed-off-by: FUJITA Tomonori --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-require