forked from pool/python-pecan
- update to 0.4.5: * Fixed a trailing slash bug for `RestController`s that have a `_lookup` method. * Cleaned up the WSGI app reference from the threadlocal state on every request (to avoid potential memory leaks, especially when testing). * Improved pecan documentation and correctd intersphinx references. * pecan supports Python 3.4. OBS-URL: https://build.opensuse.org/request/show/223194 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=17
82 lines
3.2 KiB
Plaintext
82 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 20 09:29:17 UTC 2014 - dmueller@suse.com
|
|
|
|
- update to 0.4.5:
|
|
* Fixed a trailing slash bug for `RestController`s that have a `_lookup` method.
|
|
* Cleaned up the WSGI app reference from the threadlocal state on every request
|
|
(to avoid potential memory leaks, especially when testing).
|
|
* Improved pecan documentation and correctd intersphinx references.
|
|
* pecan supports Python 3.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 10 17:21:45 UTC 2014 - dmueller@suse.com
|
|
|
|
- update to 0.4.4:
|
|
* Removed memoization of certain controller attributes, which can lead to
|
|
a memory leak in dynamic controller lookups.
|
|
* Fixed several bugs for RestController.
|
|
* Fixed a bug in security handling for generic controllers.
|
|
* Resolved a bug in `_default` handlers used in `RestController`.
|
|
* Persist `pecan.request.context` across internal redirects.
|
|
- reenable make check
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 10 10:00:03 UTC 2013 - dmueller@suse.com
|
|
|
|
- fix requires after the version update to 0.4.2, it was even
|
|
documented in the .changes file:
|
|
* Replaced the ``simplegeneric`` dependency with the new
|
|
``functools.singledispatch`` function in preparation for Python 3.4 support.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|