Re: [dev] [DISCUSS] Python 3.6 support

2016-12-27 Thread Tomaz Muraus
Sounds good to me :) On Dec 27, 2016 9:33 PM, "anthony shaw" wrote: I just merged a PR to add Python 3.6.0 to the build, now that it's released. The build failed the first time, the function spec of showwarning in the warnings.py changed, but we only used it within a test module so I would say i

Re: [dev] [DISCUSS] Python 3.6 support

2016-12-27 Thread Allard Hoeve
Yes please! On Tue, Dec 27, 2016, 21:33 anthony shaw wrote: > I just merged a PR to add Python 3.6.0 to the build, now that it's > released. The build failed the first time, the function spec of showwarning > in the warnings.py changed, but we only used it within a test module so I > would say i

[dev] [DISCUSS] Python 3.6 support

2016-12-27 Thread anthony shaw
I just merged a PR to add Python 3.6.0 to the build, now that it's released.  The build failed the first time, the function spec of showwarning in the warnings.py changed, but we only used it within a test module so I would say it works fine in 1.5.0 release bits We can say that 3.6 is experiment

Re: [dev] [VOTE] Release Apache Libcloud 1.5.0

2016-12-27 Thread Jerry Chen
[+1] Release Apache Libcloud 1.5.0 > On Dec 27, 2016, at 2:54 AM, anthony shaw wrote: > > This is a voting thread for Libcloud 1.5.0. > > A new -tentative tag is committed and can be found at > https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=tag;h=refs/tags/v1.5.0-tentative > > A ful

Re: [dev] [VOTE] Release Apache Libcloud 1.5.0

2016-12-27 Thread Allard Hoeve
[+1] Release Apache Libcloud 1.5.0 On Tue, Dec 27, 2016, 12:59 Tomaz Muraus wrote: > Thanks for working on this release! > > I checked the release artifacts and they look fine to me and the tests > pass. > > Only small thing I noticed is that the CHANGES.rst file hasn't been updated > - > > http

Re: [dev] [VOTE] Release Apache Libcloud 1.5.0

2016-12-27 Thread Tomaz Muraus
Thanks for working on this release! I checked the release artifacts and they look fine to me and the tests pass. Only small thing I noticed is that the CHANGES.rst file hasn't been updated - https://github.com/apache/libcloud/commit/e68d43e899b784f2716e0e70e21f781c4411c0b3#commitcomment-20302620

[dev] [VOTE] Release Apache Libcloud 1.5.0

2016-12-27 Thread anthony shaw
This is a voting thread for Libcloud 1.5.0. A new -tentative tag is committed and can be found at https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=tag;h=refs/tags/v1.5.0-tentative A full list of changes can be found at: https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANG

Re: [dev] [DISCUSS] Introduction of Vagrant driver into libcloud.drivers.compute

2016-12-27 Thread Samuel Marks
*bump* FYI: https://github.com/offscale/libcloud/tree/vagrant has been updated a few times Samuel Marks http://linkedin.com/in/samuelmarks On Sat, Nov 19, 2016 at 3:47 PM, Samuel Marks wrote: > Been using libcloud for a while—even developed wrappers to automate > provisioning and deployments—