15
0
forked from pool/python-WSME

Accepting request 280308 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/280308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=18
This commit is contained in:
2015-01-08 17:31:26 +00:00
committed by Git OBS Bridge
parent c828adac93
commit da11c1f194
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jan 8 13:26:01 UTC 2015 - tbechtold@suse.com
- Update to version 0.6.4:
* Include tests in the source distribution (so pecan can download and run them
* Disable universal wheels
* Fix passing Dict/Array based UserType as params
* Document next version changes
* Allow non-auto-registered complex type
* Make the flask adapter working with flask.ext.restful
* Avoid Sphinx 1.3x in the tests
* Doc: status= -> status_code=
* Minor documentation edits
* Fix tox configuration
* Add support for manually specifying supported content types in @wsmeexpose
* Fix broken sphinx tests
* fix errors/warnings in tests
* Use APIPATH_MAXLEN from the right module
-------------------------------------------------------------------
Mon Sep 15 04:56:46 UTC 2014 - tbechtold@suse.com