forked from pool/python-pecan
- 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
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
- package LICENSE and README.rst
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 14:19:59 UTC 2013 - dmueller@suse.com
|
|
|
|
- require python-logutils on Python < 2.7
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Update to version 0.3.0:
|
|
+ New upstream release
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 22 13:11:11 UTC 2013 - saschpe@suse.de
|
|
|
|
- Update to version 0.2.1:
|
|
+ Upstream provides no changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 17 10:33:37 UTC 2013 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|