pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-xmltodict



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  9 08:13:02 UTC 2022

Modified Files:
        pkgsrc/textproc/py-xmltodict: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-xmltodict/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-xmltodict/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-xmltodict/Makefile
diff -u pkgsrc/textproc/py-xmltodict/Makefile:1.3 pkgsrc/textproc/py-xmltodict/Makefile:1.4
--- pkgsrc/textproc/py-xmltodict/Makefile:1.3   Tue Jan  4 20:55:09 2022
+++ pkgsrc/textproc/py-xmltodict/Makefile       Mon May  9 08:13:02 2022
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -s tests -v
 

Index: pkgsrc/textproc/py-xmltodict/distinfo
diff -u pkgsrc/textproc/py-xmltodict/distinfo:1.5 pkgsrc/textproc/py-xmltodict/distinfo:1.6
--- pkgsrc/textproc/py-xmltodict/distinfo:1.5   Tue Oct 26 11:23:17 2021
+++ pkgsrc/textproc/py-xmltodict/distinfo       Mon May  9 08:13:02 2022
@@ -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