python-sortedcontainers/python-sortedcontainers.changes

42 lines
1.2 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Dec 9 17:15:38 UTC 2017 - arun@gmx.de
- update to version 1.5.9:
* Dropped CPython 2.6 testing.
- changes from version 1.5.8:
* Bugfixes
+ Added SortedList.reverse to override MutableSequence.reverse and
raise NotImplementedError.
-------------------------------------------------------------------
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