14
0

- update to 2.3.0:

* Make sort order stable when updating with large iterables.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortedcontainers?expand=0&rev=22
This commit is contained in:
2020-11-26 08:41:02 +00:00
committed by Git OBS Bridge
parent 9d9be3e2c0
commit c2199a2141
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 26 08:40:07 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.3.0:
* Make sort order stable when updating with large iterables.
-------------------------------------------------------------------
Tue Aug 11 07:24:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>