pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-dicttoxml



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 24 13:01:54 UTC 2023

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-dicttoxml/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-dicttoxml/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-dicttoxml/Makefile
diff -u pkgsrc/textproc/py-dicttoxml/Makefile:1.7 pkgsrc/textproc/py-dicttoxml/Makefile:1.8
--- pkgsrc/textproc/py-dicttoxml/Makefile:1.7   Fri Dec  9 11:23:20 2022
+++ pkgsrc/textproc/py-dicttoxml/Makefile       Tue Jan 24 13:01:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/12/09 11:23:20 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/24 13:01:54 adam Exp $
 
-DISTNAME=      dicttoxml-1.7.15
+DISTNAME=      dicttoxml-1.7.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dicttoxml/}
@@ -12,9 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_LANGUAGES= # none
 
-# No real tests
-do-test:
-       ${NADA}
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

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



Home | Main Index | Thread Index | Old Index