pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-xmltodict py-xmltodict: updated to 0.13.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/4b175788d1d9
branches: trunk
changeset: 378906:4b175788d1d9
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 09 08:13:02 2022 +0000
description:
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
diffstat:
textproc/py-xmltodict/Makefile | 7 ++++---
textproc/py-xmltodict/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 66e623e3b9a1 -r 4b175788d1d9 textproc/py-xmltodict/Makefile
--- a/textproc/py-xmltodict/Makefile Mon May 09 08:09:19 2022 +0000
+++ b/textproc/py-xmltodict/Makefile Mon May 09 08:13:02 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/09 08:13:02 adam Exp $
-DISTNAME= xmltodict-0.12.0
+DISTNAME= xmltodict-0.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmltodict/}
@@ -17,6 +16,8 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -s tests -v
diff -r 66e623e3b9a1 -r 4b175788d1d9 textproc/py-xmltodict/distinfo
--- a/textproc/py-xmltodict/distinfo Mon May 09 08:09:19 2022 +0000
+++ b/textproc/py-xmltodict/distinfo Mon May 09 08:13:02 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:23:17 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/05/09 08:13:02 adam Exp $
-BLAKE2s (xmltodict-0.12.0.tar.gz) = cc745f958bec32a1c652d03510435714677f5769d5da8220c210f255587562bd
-SHA512 (xmltodict-0.12.0.tar.gz) = 1ec3de3ebd05adbe032ca569a71048e72097c0f5fc864b63f168d661f72d13d0981e6e62bb9ca2ffe925a3b2f7c2fb90a44177427d4bdf68137842342a9cd2c8
-Size (xmltodict-0.12.0.tar.gz) = 18481 bytes
+BLAKE2s (xmltodict-0.13.0.tar.gz) = 2463ea98a1f05c7cd9543aeda3b6adf6c68282e27ef2e2049a7152e6d85431ac
+SHA512 (xmltodict-0.13.0.tar.gz) = fea256017e9806074f0b1dbece393a6e90cdb045842970015daeef2c035d210b3333196a57635192f889b1d2e570731707f7725e020c678db34f590f8c9ad400
+Size (xmltodict-0.13.0.tar.gz) = 33813 bytes
SHA1 (patch-README.md) = bf8f116f5004661ab54e05744f37f169722950c7
Home |
Main Index |
Thread Index |
Old Index