Re: [openstack-dev] [glance] Progress of the Python 3 port

2015-07-16 Thread Louis Taylor
On Wed, Jul 15, 2015 at 10:39:11AM +0200, Victor Stinner wrote: > Hi, > Any update on this release? This has now been released in glance_store 0.7.0 Cheers, Louis signature.asc Description: Digital signature __ OpenStack De

Re: [openstack-dev] [glance] Progress of the Python 3 port

2015-07-15 Thread Kuvaja, Erno
would need some love ;) - Erno > -Original Message- > From: Victor Stinner [mailto:vstin...@redhat.com] > Sent: Wednesday, July 15, 2015 9:39 AM > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [glance] Progress of the Python 3 port > > Hi, >

Re: [openstack-dev] [glance] Progress of the Python 3 port

2015-07-15 Thread Victor Stinner
Hi, On 09/07/2015 16:29, Ian Cordasco wrote: Thanks for your hard work Victor! I'll bring up a new release today in the Glance meeting (currently running) and see if Nik and I can bug the release managers for a new release today. Any update on this release? In the meeting report, I read: "14:

Re: [openstack-dev] [glance] Progress of the Python 3 port

2015-07-09 Thread Ian Cordasco
On 7/9/15, 06:25, "Victor Stinner" wrote: >Hi, > >gate-glance-python34 is now voting! > >Ian Cordasco and Erno Kuvaja approved my two last patches to port >glance_store to Python 3: thanks. "tox -e py34" now pass successfully, >cool! I proposed a "Make gate-glance_store-python34 voting, add gat

Re: [openstack-dev] [glance] Progress of the Python 3 port

2015-07-09 Thread Victor Stinner
Hi, gate-glance-python34 is now voting! Ian Cordasco and Erno Kuvaja approved my two last patches to port glance_store to Python 3: thanks. "tox -e py34" now pass successfully, cool! I proposed a "Make gate-glance_store-python34 voting, add gate" patch to avoid Python 3 regressions in glance_

[openstack-dev] [glance] Progress of the Python 3 port

2015-06-22 Thread Victor Stinner
Hi, We made great progress on porting Glance to Python 3. tox -e py34 now pass with a subset of tests and there is a non-voting py34 check job. I propose to make the py34 gate voting to avoid Python 3 regressions: https://review.openstack.org/194048 "Make gate-glance-python34 voting" When th