15
0
forked from pool/python-addict

Accepting request 605905 from devel:languages:python:misc

A dictionary using both attribute and item syntax

OBS-URL: https://build.opensuse.org/request/show/605905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-addict?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-09 19:25:21 +00:00
committed by Git OBS Bridge
commit 41eb3119c2
6 changed files with 124 additions and 0 deletions

10
python-addict.changes Normal file
View File

@@ -0,0 +1,10 @@
-------------------------------------------------------------------
Wed May 9 19:16:09 UTC 2018 - toddrme2178@gmail.com
- Update to 2.1.2
* You can now deep copy an addict instance by doing ad.deepcopy()
-------------------------------------------------------------------
Fri Oct 20 16:12:09 UTC 2017 - toddrme2178@gmail.com
- initial version