Tue Jan 24 13:01:54 2023 UTC ()
py-dicttoxml: updated to 1.7.16

1.7.16

Resolved issue 98 and issue 99 (big thanks to adrien-berchet for identifying the issue and proposing the solution)
Added python_requires=">=3.6" to setup.py


(adam)
diff -r1.7 -r1.8 pkgsrc/textproc/py-dicttoxml/Makefile
diff -r1.8 -r1.9 pkgsrc/textproc/py-dicttoxml/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-dicttoxml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-dicttoxml/Makefile 2022/12/09 11:23:20 1.7
+++ pkgsrc/textproc/py-dicttoxml/Makefile 2023/01/24 13:01:54 1.8
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1# $NetBSD: Makefile,v 1.7 2022/12/09 11:23:20 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2023/01/24 13:01:54 adam Exp $
2 2
3DISTNAME= dicttoxml-1.7.15 3DISTNAME= dicttoxml-1.7.16
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/dicttoxml/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/dicttoxml/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/quandyfactory/dicttoxml 9HOMEPAGE= https://github.com/quandyfactory/dicttoxml
10COMMENT= Library for simple XML serialization 10COMMENT= Library for simple XML serialization
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15# No real tests 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16do-test: 
17 ${NADA} 
18 16
19.include "../../lang/python/egg.mk" 17.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/textproc/py-dicttoxml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-dicttoxml/distinfo 2022/12/09 11:23:20 1.8
+++ pkgsrc/textproc/py-dicttoxml/distinfo 2023/01/24 13:01:54 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2022/12/09 11:23:20 adam Exp $ 1$NetBSD: distinfo,v 1.9 2023/01/24 13:01:54 adam Exp $
2 2
3BLAKE2s (dicttoxml-1.7.15.tar.gz) = bb8e639b33c0519913a9330395ce41fb50fbbedaeef9e9ce16aa1df115d42452 3BLAKE2s (dicttoxml-1.7.16.tar.gz) = efdc45a61402c66ac137f018423ae2b5e59c713523b41fff26fd5d6906c518fd
4SHA512 (dicttoxml-1.7.15.tar.gz) = 0c9ca5381563a145888fd7a2525a1bac6c59453b123194956e354237f9da78668590d10cc87a21e50f1020e8d1bc2dac018be264fb441652b1f74abefc38890c 4SHA512 (dicttoxml-1.7.16.tar.gz) = ac9d5b0f8acd0a18f918309cacba131843feebd6ad7c94935062d6e1ed7b529c5b91d6a9b65787647f73616e974d0599e8515bb07d69b036483d3a733e4dec6a
5Size (dicttoxml-1.7.15.tar.gz) = 39043 bytes 5Size (dicttoxml-1.7.16.tar.gz) = 39314 bytes