14
0

- Update to 3.4.3:

* Fixing propagation of box options when adding a new list via setdefault (thanks to Stretch)
  * Fixing update does not keep box_intact_types (thanks to pwwang)
  * Fixing update to operate the same way as a normal dictionary (thanks to Craig Quiter)
  * Fixing deepcopy not copying box options (thanks to Nikolay Stanishev)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-09-10 11:35:19 +00:00
committed by Git OBS Bridge
parent 90d11d6431
commit 457ac056cb
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 10 11:31:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.4.3:
* Fixing propagation of box options when adding a new list via setdefault (thanks to Stretch)
* Fixing update does not keep box_intact_types (thanks to pwwang)
* Fixing update to operate the same way as a normal dictionary (thanks to Craig Quiter)
* Fixing deepcopy not copying box options (thanks to Nikolay Stanishev)
-------------------------------------------------------------------
Mon Jul 22 13:23:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>