Accepting request 186923 from home:dirkmueller:branches:devel:languages:python

- update to 0.3.2:
  * Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
  * Fixed a routing bug for certain ``_lookup`` controller configurations.
  * Improved documentation for handling file uploads.
  * Deprecated the ``pecan.conf.requestviewer`` configuration option.

OBS-URL: https://build.opensuse.org/request/show/186923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=7
This commit is contained in:
Sascha Peilicke
2013-08-13 11:04:56 +00:00
committed by Git OBS Bridge
parent 714201c1b6
commit 90684e9c04
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:281a942a46a0245f0f9e579d9139a37dc3a381b0f9c7fe82977ddce765ac2fbf
size 132249

3
pecan-0.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2804a27f4a297df4285eda18d5615273abdca4ebe9858a8696278d23d683170f
size 132834

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 13 10:10:55 UTC 2013 - dmueller@suse.com
- update to 0.3.2:
* Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
* Fixed a routing bug for certain ``_lookup`` controller configurations.
* Improved documentation for handling file uploads.
* Deprecated the ``pecan.conf.requestviewer`` configuration option.
-------------------------------------------------------------------
Tue Jun 25 11:40:11 UTC 2013 - dmueller@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-pecan
Version: 0.3.0
Version: 0.3.2
Release: 0
Summary: A WSGI object-dispatching web framework, designed to be lean and fast
License: BSD-3-Clause
@@ -25,7 +25,7 @@ Group: Development/Languages/Python
Url: http://github.com/dreamhost/pecan
Source: http://pypi.python.org/packages/source/p/pecan/pecan-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
# Test requirements:
#BuildRequires: python-Genshi
#BuildRequires: python-Jinja2