python-sortedcontainers/python-sortedcontainers.changes

31 lines
930 B
Plaintext

-------------------------------------------------------------------
Sat Jul 15 15:58:07 UTC 2017 - aloisio@gmx.com
- Update to version 1.5.7
* Changed ``SortedList.__setitem__`` to support slices with stop
less than start and step equal one.
1.5.6:
* Changed ``SortedList.__setitem__`` to support slices that alias
itself.
1.5.5:
* Changed ``SortedList.extend`` to support empty iterables.
1.5.4:
* Changed ``SortedList.__new__`` to call
``SortedListWithKey.__init__`` once instead of twice.
- Build HTML documentation and put it into -doc subpackage
- Enabled tests
- Converted to singlespec
-------------------------------------------------------------------
Sun Oct 2 07:51:12 UTC 2016 - toddrme2178@gmail.com
- Update to 1.5.3
* No upstream changelog
-------------------------------------------------------------------
Tue Dec 9 13:38:25 UTC 2014 - toddrme2178@gmail.com
- Initial version