diff --git a/pecan-0.3.2.tar.gz b/pecan-0.3.2.tar.gz deleted file mode 100644 index 8f4446a..0000000 --- a/pecan-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2804a27f4a297df4285eda18d5615273abdca4ebe9858a8696278d23d683170f -size 132834 diff --git a/pecan-0.4.2.tar.gz b/pecan-0.4.2.tar.gz new file mode 100644 index 0000000..ac79f46 --- /dev/null +++ b/pecan-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72aea7ffe4085944beec4134ad8bff31fcea13cf900f11e9b31f7470863916f8 +size 245703 diff --git a/python-pecan.changes b/python-pecan.changes index 8925156..3bd267b 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Dec 5 20:36:43 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.4.2 + * Remove a routing optimization that breaks the WSME pecan plugin. +- Changes from 0.4.1 + * Moved the project to `StackForge infrastructure + `_, including Gerrit + code review, Jenkins continuous integration, and GitHub mirroring. + * Added a pecan plugin for the popular `uwsgi server + `_. + * Replaced the ``simplegeneric`` dependency with the new + ``functools.singledispatch`` function in preparation for Python 3.4 support. + * Optimized pecan's core dispatch routing for notably faster response times. + ------------------------------------------------------------------- Thu Nov 28 15:07:14 UTC 2013 - dmueller@suse.com diff --git a/python-pecan.spec b/python-pecan.spec index 8e62a94..6369fee 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -17,7 +17,7 @@ Name: python-pecan -Version: 0.3.2 +Version: 0.4.2 Release: 0 Summary: A WSGI object-dispatching web framework, designed to be lean and fast License: BSD-3-Clause