Changelog for
python-BTrees-debuginfo-4.1.2-3.4.x86_64.rpm :
* Mon Apr 27 2015 benoit.moninAATTgmx.fr- update to version 4.1.2:
* Suppress testing 64-bit values in OLBTrees on 32 bit machines.
* Fix _p_changed for small pure-Python BTrees.- make the tests less verbose to avoid spamming the build log
* Fri Feb 06 2015 hpjAATTurpla.net- version 4.1.1 - 4.1.1 (2014-12-27) Accomodate long values in pure-Python OLBTrees. - 4.1.0 (2014-12-26) Add support for PyPy and PyPy3. Add support for Python 3.4. BTree subclasses can define max_leaf_size or max_internal_size to control maximum sizes for Bucket/Set and BTree/TreeSet nodes. Detect integer overflow on 32-bit machines correctly under Python 3. Update pure-Python and C trees / sets to accept explicit None to indicate max / min value for minKey, maxKey. PR #3) Update pure-Python trees / sets to accept explicit None to indicate pen ranges for keys, values, items. (PR #3)
* Fri Aug 02 2013 hpjAATTurpla.net- version 4.0.8: initial build