diff --git a/pecan-0.3.0.tar.gz b/pecan-0.3.0.tar.gz deleted file mode 100644 index 1b8c5b3..0000000 --- a/pecan-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:281a942a46a0245f0f9e579d9139a37dc3a381b0f9c7fe82977ddce765ac2fbf -size 132249 diff --git a/pecan-0.3.2.tar.gz b/pecan-0.3.2.tar.gz new file mode 100644 index 0000000..8f4446a --- /dev/null +++ b/pecan-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2804a27f4a297df4285eda18d5615273abdca4ebe9858a8696278d23d683170f +size 132834 diff --git a/python-pecan.changes b/python-pecan.changes index b10e3b8..22ec797 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -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 diff --git a/python-pecan.spec b/python-pecan.spec index b3b882d..08b0ff1 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -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