CVS log for pkgsrc/textproc/py-xmltodict/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-xmltodict
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 19 05:57:41 2024 UTC (2 weeks, 5 days ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
py-xmltodict: updated to 0.14.2
v0.14.2
Revert "Ensure significant whitespace is not trimmed"
This changed was backwards incompatible and caused downstream issues.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Oct 11 10:54:33 2024 UTC (3 weeks, 5 days ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -11
lines
py-xmltodict: updated to 0.14.1
v0.14.1
Drop support for Python older than 3.6
Additional ruff/Pyflakes/codespell fixes.
v0.14.0
Drop old Python 2 support leftover code and apply several RUFF code health fixes.
Add Python 3.11, 3.12 and 3.13 support and tests.
Tests in gh-action.
Remove defusedexpat import.
Replace deprecated BadZipfile with BadZipFile.
Support indent using integer format, enable python -m unittest tests/*.py.
Ensure significant whitespace is not trimmed
added conda installation command
fix attributes not appearing in streaming mode
Fix Travis CI status badge URL
Update push_release.sh to use twine.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 23 06:37:55 2023 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
*: update for Python base package change
Instead of depending on one of the removed packages (that are now included
in the base Python packages), include batteries-included.mk to require
a Python version that supplies them.
Remove now included packages.
Bump PKGREVISION.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 9 08:13:02 2022 UTC (2 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3
lines
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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:09 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 12 16:36:12 2019 UTC (5 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -3
lines
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
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 29 13:55:07 2017 UTC (7 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
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.
CVSweb <webmaster@jp.NetBSD.org>