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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2804a27f4a297df4285eda18d5615273abdca4ebe9858a8696278d23d683170f
size 132834

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72aea7ffe4085944beec4134ad8bff31fcea13cf900f11e9b31f7470863916f8
size 245703

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

View File

@@ -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