14
0

Accepting request 702789 from home:mcalabkova:branches:devel:languages:python

- update to version 1.1.2
  * Add ItemSortedDict.__deepcopy__ for deep copying
  * Define _setitem = __setitem__ in overrides
  * Some new tests and various code cleanup

OBS-URL: https://build.opensuse.org/request/show/702789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortedcollections?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-05-14 15:46:07 +00:00
committed by Git OBS Bridge
parent 89b3c9808c
commit 54b14efbff
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 14 08:51:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.1.2
* Add ItemSortedDict.__deepcopy__ for deep copying
* Define _setitem = __setitem__ in overrides
* Some new tests and various code cleanup
-------------------------------------------------------------------
Tue Dec 4 12:54:27 UTC 2018 - Matej Cepl <mcepl@suse.com>