Changelog for
python-Pylons-1.0.1rc1-2.1.2.noarch.rpm :
* Tue Jan 31 2012 saschpeAATTsuse.de- Don\'t install testsuite test files- Removed build dependencies for testsuite (isn\'t run due to errors currently)- Update to version 1.0.1rc1:
* authenticate_form allows for GET. Patch by iElectric.
* jsonify now properly sets charset to utf-8.
* Add ability for jsonify to handle objects with a __json__ attribute using custom JSONEncoder class similar to TG2. Patch by Bob Farrell.
* Added ability for __before__ to reference a callable function. Patch contributed by mverdone.
* Pulled in JSON-RPC support from agentultra\'s pylons fork.
* Apply patch for proper pylons.__version__ under Windows. Contributed by Christoph Zwerschke.
* Utilize MarkupSafe for faster HTML escaping.
* Fix signed cookies by using standard base64 alphabet, and prevent timing attacks on signature comparison.
* Added setup of app_globals and config to Pylons config.init_app to ensure as long as the Pylons application is loaded, the app_globals and config will be appropriately initialized.
* Documentation updates.
* Thu Sep 01 2011 saschpeAATTsuse.de- Renamed to python-Pylons, to match upstream name- Use fdupes- Changed license to BSD-3-Clause (SPDX style) from BSD3c
* Sat Jul 24 2010 renato.ppontesAATTgmail.com- Update to 1.0
* Wed Aug 05 2009 cfarrell1980AATTgmail.com- Imported to OBS
* Tue Dec 02 2008 jfunkAATTfunktronics.ca- Initial release