15
0
forked from pool/python-pecan

Accepting request 325373 from Cloud:OpenStack:Master

- update to 1.0.2:
  * Version increment.
  * Add a thread lock to `pecan serve --reload` to avoid multiple restarts
  * Fix an argspec detection edge case in `pecan.util.getargspec`
  * Version increment.
  * Fix a subtle bug in pecan.configuration.Config attribute assignment
  * Fix a bug in extension-based content-type guessing with a trailing slash.
  * Mark stable OpenStack branches as non-voting; their tests are often unstable
  * Version increment.
  * Update bug reporting verbiage.
  * core: make status code mandatory in abort
  * Move pecan off of stackforge and back to github.com/pecan and TravisCI.
  * Fix a bug in the way `default_renderer` is applied.
  * Allow all RFC3986-specified characters in explicit path segments.
  * Replace pecan's homegrown interactive debugging middleware with backlash
  * Fix broken wsme-stable tests as of the latest 0.7.0 release.
  * Allowing tracebacks to be surfaced through abort

OBS-URL: https://build.opensuse.org/request/show/325373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=31
This commit is contained in:
Todd R
2015-08-24 09:59:00 +00:00
committed by Git OBS Bridge
parent 3e89b1ee73
commit c1bf19e295
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Aug 22 10:18:07 UTC 2015 - tbechtold@suse.com
- update to 1.0.2:
* Version increment.
* Add a thread lock to `pecan serve --reload` to avoid multiple restarts
* Fix an argspec detection edge case in `pecan.util.getargspec`
* Version increment.
* Fix a subtle bug in pecan.configuration.Config attribute assignment
* Fix a bug in extension-based content-type guessing with a trailing slash.
* Mark stable OpenStack branches as non-voting; their tests are often unstable
* Version increment.
* Update bug reporting verbiage.
* core: make status code mandatory in abort
* Move pecan off of stackforge and back to github.com/pecan and TravisCI.
* Fix a bug in the way `default_renderer` is applied.
* Allow all RFC3986-specified characters in explicit path segments.
* Replace pecan's homegrown interactive debugging middleware with backlash
* Fix broken wsme-stable tests as of the latest 0.7.0 release.
* Allowing tracebacks to be surfaced through abort
-------------------------------------------------------------------
Fri Jul 24 21:19:24 UTC 2015 - seife+obs@b1-systems.com