15
0
forked from pool/python-pecan

Accepting request 209559 from home:posophe:branches:devel:languages:python

- 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
    <http://ci.openstack.org/stackforge.html>`_, including Gerrit
    code review, Jenkins continuous integration, and GitHub mirroring.
  * Added a pecan plugin for the popular `uwsgi server
    <http://uwsgi-docs.readthedocs.org>`_.
  * 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.

OBS-URL: https://build.opensuse.org/request/show/209559
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=13
This commit is contained in:
Denisart Benjamin
2013-12-05 20:51:38 +00:00
committed by Git OBS Bridge
parent 569467a2e7
commit 6a49447246
4 changed files with 19 additions and 4 deletions

View File

@@ -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
<http://ci.openstack.org/stackforge.html>`_, including Gerrit
code review, Jenkins continuous integration, and GitHub mirroring.
* Added a pecan plugin for the popular `uwsgi server
<http://uwsgi-docs.readthedocs.org>`_.
* 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