Files
python-xmltodict/python-xmltodict.changes
Dirk Mueller 8d396c4ad2 Accepting request 424908 from home:mnhauke
- update to version 0.10.2
  + Fixed defusedexpat expat import. 
- v0.10.1
  + Use defusedexpat if available.
  + Allow non-string attributes in unparse.
  + Add postprocessor support for attributes.
  + Make command line interface Python 3-compatible.
- v0.10.0
  + Add force_list feature.
  + Add support for Python 3.4 and 3.5.
  + Performance optimization: use list instead of string for CDATA.
  + Include Arch Linux package instructions in README.
  + Improved documentation.
  + Allow any iterable in unparse, not just lists.
  + Bugfix: Process namespaces in attributes too.
  + Better testing under Python 2.6.
- v0.9.2
  + Fix multiroot check for list values
- v0.9.1
  + Only check single root when full_document=True

OBS-URL: https://build.opensuse.org/request/show/424908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=4
2016-09-07 08:42:31 +00:00

40 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
Tue Sep 6 07:25:55 UTC 2016 - mardnh@gmx.de
- update to version 0.10.2
+ Fixed defusedexpat expat import.
- v0.10.1
+ Use defusedexpat if available.
+ Allow non-string attributes in unparse.
+ Add postprocessor support for attributes.
+ Make command line interface Python 3-compatible.
- v0.10.0
+ Add force_list feature.
+ Add support for Python 3.4 and 3.5.
+ Performance optimization: use list instead of string for CDATA.
+ Include Arch Linux package instructions in README.
+ Improved documentation.
+ Allow any iterable in unparse, not just lists.
+ Bugfix: Process namespaces in attributes too.
+ Better testing under Python 2.6.
- v0.9.2
+ Fix multiroot check for list values
- v0.9.1
+ Only check single root when full_document=True
-------------------------------------------------------------------
Thu Nov 27 14:46:28 UTC 2014 - boris@steki.net
- add python-xml to all *suse distributions as SLE 12 requires it too
-------------------------------------------------------------------
Mon Nov 3 13:45:57 UTC 2014 - boris@steki.net
- add python-xml to requires to enable SLE build
-------------------------------------------------------------------
Wed Sep 10 12:48:51 UTC 2014 - boris@steki.net
- initial packaging of 0.9.0 version