14
0

Accepting request 510501 from home:alois:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/510501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortedcontainers?expand=0&rev=6
This commit is contained in:
Thomas Bechtold
2017-07-17 05:03:01 +00:00
committed by Git OBS Bridge
parent 40f96a0263
commit f080965db1
4 changed files with 59 additions and 15 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
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