From e189b9578b8d2b2294ed968658358413752cdf9fc3d1ed574efb63a072228574 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Mon, 24 Feb 2014 10:46:06 +0000 Subject: [PATCH] Accepting request 223194 from Cloud:OpenStack:Master - update to 0.4.5: * Fixed a trailing slash bug for `RestController`s that have a `_lookup` method. * Cleaned up the WSGI app reference from the threadlocal state on every request (to avoid potential memory leaks, especially when testing). * Improved pecan documentation and correctd intersphinx references. * pecan supports Python 3.4. OBS-URL: https://build.opensuse.org/request/show/223194 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=17 --- pecan-0.4.4.tar.gz | 3 --- pecan-0.4.5.tar.gz | 3 +++ python-pecan.changes | 10 ++++++++++ python-pecan.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pecan-0.4.4.tar.gz create mode 100644 pecan-0.4.5.tar.gz diff --git a/pecan-0.4.4.tar.gz b/pecan-0.4.4.tar.gz deleted file mode 100644 index bb66c71..0000000 --- a/pecan-0.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40589a098179b818e352b28d8f7b130db988454cf0937d8405c36b9ffde151c5 -size 244342 diff --git a/pecan-0.4.5.tar.gz b/pecan-0.4.5.tar.gz new file mode 100644 index 0000000..83d7d8c --- /dev/null +++ b/pecan-0.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e015753edecb68a0ce164d47b3234e49badd0ab827f6c79150f56f13f28f2c59 +size 246564 diff --git a/python-pecan.changes b/python-pecan.changes index d4b42bc..f1393ee 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 20 09:29:17 UTC 2014 - dmueller@suse.com + +- update to 0.4.5: + * Fixed a trailing slash bug for `RestController`s that have a `_lookup` method. + * Cleaned up the WSGI app reference from the threadlocal state on every request + (to avoid potential memory leaks, especially when testing). + * Improved pecan documentation and correctd intersphinx references. + * pecan supports Python 3.4. + ------------------------------------------------------------------- Fri Jan 10 17:21:45 UTC 2014 - dmueller@suse.com diff --git a/python-pecan.spec b/python-pecan.spec index e5ac3e6..305e83c 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -17,13 +17,13 @@ Name: python-pecan -Version: 0.4.4 +Version: 0.4.5 Release: 0 Summary: A WSGI object-dispatching web framework, designed to be lean and fast License: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/dreamhost/pecan -Source: http://pypi.python.org/packages/source/p/pecan/pecan-%{version}.tar.gz +Source: https://pypi.python.org/packages/source/p/pecan/pecan-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools # Test requirements: