Path to this page:
./
textproc/py-xmltodict,
Simplified XML parser library
Branch: CURRENT,
Version: 0.14.2,
Package name: py312-xmltodict-0.14.2,
Maintainer: pkgsrc-usersxmltodict 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: 50.725 KB
Version history: (Expand)
- (2024-10-19) Updated to version: py312-xmltodict-0.14.2
- (2024-10-11) Updated to version: py312-xmltodict-0.14.1
- (2023-10-23) Updated to version: py311-xmltodict-0.13.0nb1
- (2023-02-09) Updated to version: py310-xmltodict-0.13.0
- (2022-05-09) Updated to version: py39-xmltodict-0.13.0
- (2022-01-05) Updated to version: py39-xmltodict-0.12.0nb1
CVS history: (Expand)
2022-05-09 10:13:02 by Adam Ciarcinski | Files touched by this commit (2) | |
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) | |
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.
|