Changelog for
python3-sortedcontainers-1.5.9-10.11.noarch.rpm :
Sat Dec 9 13:00:00 2017 arunAATTgmx.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 14:00:00 2017 aloisioAATTgmx.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 14:00:00 2016 toddrme2178AATTgmail.com
- Update to 1.5.3
* No upstream changelog
Tue Dec 9 13:00:00 2014 toddrme2178AATTgmail.com
- Initial version