From 615c5609cb8c95bdbb7a76ad85c1485cd71fac9a5aedf50e26301e38f85f0fbb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Mar 2016 19:41:44 +0000 Subject: [PATCH] Accepting request 375063 from home:tbechtold:branches:devel:languages:python - update to 1.0.5: * Fix a bug in controller argspec detection when class-based decorators are used * Removed an open file handle leak when pecan renders errors for Jinja2 and Genshi templates * Resolved a bug which caused log output to be duplicated in projects created with pecan create * Fixed a bug in pecan.hooks.HookController for newer versions of Python3.4 OBS-URL: https://build.opensuse.org/request/show/375063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=33 --- pecan-1.0.2.tar.gz | 3 --- pecan-1.0.5.tar.gz | 3 +++ python-pecan.changes | 9 +++++++++ python-pecan.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pecan-1.0.2.tar.gz create mode 100644 pecan-1.0.5.tar.gz diff --git a/pecan-1.0.2.tar.gz b/pecan-1.0.2.tar.gz deleted file mode 100644 index 342a4eb..0000000 --- a/pecan-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09ec440bd20821ba1170667ce9994712701416eaa6044cfe7c647aa5e291c5bd -size 206278 diff --git a/pecan-1.0.5.tar.gz b/pecan-1.0.5.tar.gz new file mode 100644 index 0000000..aa4b735 --- /dev/null +++ b/pecan-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c4c9c02b36ff018fc0bc7e720efc0a215e02c3d78c15c38c7829711e787341 +size 119704 diff --git a/python-pecan.changes b/python-pecan.changes index b0a6101..6df0fc8 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 18 10:24:38 UTC 2016 - tbechtold@suse.com + +- update to 1.0.5: + * Fix a bug in controller argspec detection when class-based decorators are used + * Removed an open file handle leak when pecan renders errors for Jinja2 and Genshi templates + * Resolved a bug which caused log output to be duplicated in projects created with pecan create + * Fixed a bug in pecan.hooks.HookController for newer versions of Python3.4 + ------------------------------------------------------------------- Sat Aug 22 10:18:07 UTC 2015 - tbechtold@suse.com diff --git a/python-pecan.spec b/python-pecan.spec index 9bc550a..bd089ff 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -1,7 +1,7 @@ # # spec file for package python-pecan # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pecan -Version: 1.0.2 +Version: 1.0.5 Release: 0 Summary: A WSGI object-dispatching web framework, designed to be lean and fast License: BSD-3-Clause