Re: [openstack-dev] WSME 0.6.2 released

2014-11-19 Thread Doug Hellmann
Version 0.6.2 was incorrectly configured to build universal wheels, leading to 
installation errors under Python 3 because of a dependency on ipaddr that only 
works on Python 2 (there is a version of the module already in the standard 
library for Python 3).

To fix this, fungi removed the bad wheel from PyPI and our mirror. I just 
tagged version 0.6.3 with the wheel build settings changed so that the wheels 
are only built for Python 2. This release was just uploaded to PyPI and should 
hit the mirror fairly soon.

Sorry for the issues,
Doug

On Nov 18, 2014, at 10:01 AM, Doug Hellmann d...@doughellmann.com wrote:

 The WSME development team has released version 0.6.2, which includes several 
 bug fixes.
 
 $ git log --oneline --no-merges 0.6.1..0.6.2
 2bb9362 Fix passing Dict/Array based UserType as params
 ea9f71d Document next version changes
 4e68f96 Allow non-auto-registered complex type
 292c556 Make the flask adapter working with flask.ext.restful
 c833702 Avoid Sphinx 1.3x in the tests
 6cb0180 Doc: status= - status_code=
 4441ca7 Minor documentation edits
 2c29787 Fix tox configuration.
 26a6acd Add support for manually specifying supported content types in 
 @wsmeexpose.
 7cee58b Fix broken sphinx tests.
 baa816c fix errors/warnings in tests
 2e1863d Use APIPATH_MAXLEN from the right module
 
 Please report issues through launchpad https://launchpad.net/wsme or the 
 #wsme channel on IRC.
 
 Doug
 
 
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] WSME 0.6.2 released

2014-11-18 Thread Doug Hellmann
The WSME development team has released version 0.6.2, which includes several 
bug fixes.

$ git log --oneline --no-merges 0.6.1..0.6.2
2bb9362 Fix passing Dict/Array based UserType as params
ea9f71d Document next version changes
4e68f96 Allow non-auto-registered complex type
292c556 Make the flask adapter working with flask.ext.restful
c833702 Avoid Sphinx 1.3x in the tests
6cb0180 Doc: status= - status_code=
4441ca7 Minor documentation edits
2c29787 Fix tox configuration.
26a6acd Add support for manually specifying supported content types in 
@wsmeexpose.
7cee58b Fix broken sphinx tests.
baa816c fix errors/warnings in tests
2e1863d Use APIPATH_MAXLEN from the right module

Please report issues through launchpad https://launchpad.net/wsme or the #wsme 
channel on IRC.

Doug


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev