./textproc/py-xmltodict, Simplified XML parser library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13.0nb1, Package name: py311-xmltodict-0.13.0nb1, Maintainer: pkgsrc-users

xmltodict is a Python module that makes working with XML feel like you
are working with JSON. It has optional namespace and streaming support.


Required to run:
[textproc/py-expat] [lang/python310]

Master sites:

Filesize: 33.021 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-09 10:13:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmltodict: updated to 0.13.0

v0.13.0

Add install info to readme for openSUSE.
Support defaultdict for namespace mapping
parse(generator) is now possible
Processing comments on parsing from xml to dict
Add expand_iter kw to unparse to expand iterables
Fixed some typos
Add support for python3.8
Drop Jython/Python 2 and add Python 3.9/3.10.
Drop OrderedDict in Python >= 3.7
Do not use len() to determine if a sequence is empty
Add more namespace attribute tests
Fix encoding issue in setup.py
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2019-12-22 00:47:39 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Remove non-ASCII characters for Python 3.6.
   2019-02-12 17:36:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmltodict: updated to 0.12.0

v0.12.0
Allow force_commits=True for getting all keys as lists
README.md: fix useless uses of cat
Add FreeBSD install instructions
Fix and simplify travis config
Add support for Python 3.7
Drop support for EOL Python
Use Markdown long_description on PyPI
correct spelling mistake
correctly unparse booleans
Updates README.md with svg badge
   2017-09-29 15:55:07 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Add py-xmltodict-0.11.0:

xmltodict is a Python module that makes working with XML feel like you
are working with JSON. It has optional namespace and streaming support.