14
0

Accepting request 613564 from devel:languages:python:misc

Python sorted collections library

OBS-URL: https://build.opensuse.org/request/show/613564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortedcollections?expand=0&rev=1
This commit is contained in:
Todd R
2018-06-02 03:47:43 +00:00
committed by Git OBS Bridge
commit 06904858bb
5 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
-------------------------------------------------------------------
Thu May 24 17:46:06 UTC 2018 - toddrme2178@gmail.com
- Update to 1.0.1
* Update for sortedcontainers V2 and Python 3 semantics
* Update sortedcollections to remove load (changed in sortedcontainers)
- Fix changes file name
-------------------------------------------------------------------
Mon Aug 14 00:16:49 UTC 2017 - toddrme2178@gmail.com
- Initial version