Changelog for
python-repoze.tm2-2.0-1.3.noarch.rpm :
Sun Nov 24 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 2.0
+ Avoid swallowing the original exception while aborting the
transaction in middleware.
- Changes from 2.0b1
+ Middleware is now a generator, to deal appropriately with application
iterators which are themselves not lists.
+ Convert use of deprecated failIf/failUnless to assertFalse/assertTrue.
+ Add support for testing under supported Pythons using Tox.
+ Add explicit support for Python 3.2 ad 3.3.
+ Drop support for Python 2.4, 2.5.
- Add TODO.txt, LICENSE.txt, CONTRIBUTORS.txt and CHANGES.rst to
package documentation
Wed Feb 1 13:00:00 2012 saschpeAATTsuse.de
- Initial version