14
0

- Update to 1.2.1:

- Update self._dict_* methods to use dict.__* functions directly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortedcollections?expand=0&rev=13
This commit is contained in:
2020-07-22 15:05:41 +00:00
committed by Git OBS Bridge
parent 3c76e9e541
commit 1c8898b345
5 changed files with 10 additions and 45 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 22 15:04:59 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 1.2.1:
- Update self._dict_* methods to use dict.__* functions directly.
-------------------------------------------------------------------
Mon Jul 20 11:05:33 UTC 2020 - Matej Cepl <mcepl@suse.com>