File python3-transaction.changes of Package python3-transaction
-------------------------------------------------------------------
Mon May 25 19:38:49 UTC 2015 - arun@gmx.de
- specfile:
* update url
* update copyright year
- update to version 1.4.4:
* Use the standard valuerefs() method rather than relying on
implementation details of WeakValueDictionary in WeakSet.
* Add support for PyPy3.
* Require 100% branch coverage (in addition to 100% statement
coverage).
-------------------------------------------------------------------
Wed Dec 31 20:25:48 UTC 2014 - arun@gmx.de
- specfile:
* update copyright year
* changes and readme file are now .rst
- update to version 1.4.3:
* Added support for Python 3.4.
- version 1.4.2 was skipped
- changes from version 1.4.1:
* Document that values returned by sortKey must be strings, in order to guarantee total ordering.
* Fix occasional RuntimeError: dictionary changed size during iteration errors in transaction.weakset on Python 3.
-------------------------------------------------------------------
Tue Jan 15 15:52:16 UTC 2013 - p.drouand@gmail.com
- Initial python3 support