From c1bf19e295d8d02c91ded1d3b2a7a7c16b2f8bd900b019cb3970ece1ad01d643 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 24 Aug 2015 09:59:00 +0000 Subject: [PATCH] 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 --- pecan-0.9.0.tar.gz | 3 --- pecan-1.0.2.tar.gz | 3 +++ python-pecan.changes | 21 +++++++++++++++++++++ python-pecan.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 pecan-0.9.0.tar.gz create mode 100644 pecan-1.0.2.tar.gz diff --git a/pecan-0.9.0.tar.gz b/pecan-0.9.0.tar.gz deleted file mode 100644 index ff13e8e..0000000 --- a/pecan-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d26be0e451c5999504599a9a741534caa0fba97d9bb8991c951f63b79a30b933 -size 151809 diff --git a/pecan-1.0.2.tar.gz b/pecan-1.0.2.tar.gz new file mode 100644 index 0000000..342a4eb --- /dev/null +++ b/pecan-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ec440bd20821ba1170667ce9994712701416eaa6044cfe7c647aa5e291c5bd +size 206278 diff --git a/python-pecan.changes b/python-pecan.changes index e6f36bf..b0a6101 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -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 diff --git a/python-pecan.spec b/python-pecan.spec index 45eb030..9bc550a 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -17,7 +17,7 @@ Name: python-pecan -Version: 0.9.0 +Version: 1.0.2 Release: 0 Summary: A WSGI object-dispatching web framework, designed to be lean and fast License: BSD-3-Clause