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:           Fri Dec  9 11:23:20 UTC 2022

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

Log Message:
py-dicttoxml: updated to 1.7.15

Version 1.7.15

Fixed issue 43
Implemented issue 82
Small fixes to readme.md

Version 1.7.14

Handle floating point keys as per issue 61
Option to return string instead of bytes as per issue 55
Reorganized readme.md to have a better flow.

Version 1.7.13

Fixed issue 53, dicttoxml(None) and dicttoxml("name") break in 1.7
Fixed issue 96, update readme section on debugging

Version 1.7.12

Fixed issue 95: changed project.toml to support Python 3.6+ and updated readme documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-dicttoxml/Makefile
cvs rdiff -u -r1.7 -r1.8 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.6 pkgsrc/textproc/py-dicttoxml/Makefile:1.7
--- pkgsrc/textproc/py-dicttoxml/Makefile:1.6   Tue Nov 29 05:49:01 2022
+++ pkgsrc/textproc/py-dicttoxml/Makefile       Fri Dec  9 11:23:20 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/11/29 05:49:01 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/09 11:23:20 adam Exp $
 
-DISTNAME=      dicttoxml-1.7.11
+DISTNAME=      dicttoxml-1.7.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dicttoxml/}

Index: pkgsrc/textproc/py-dicttoxml/distinfo
diff -u pkgsrc/textproc/py-dicttoxml/distinfo:1.7 pkgsrc/textproc/py-dicttoxml/distinfo:1.8
--- pkgsrc/textproc/py-dicttoxml/distinfo:1.7   Tue Nov 29 05:49:01 2022
+++ pkgsrc/textproc/py-dicttoxml/distinfo       Fri Dec  9 11:23:20 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/11/29 05:49:01 adam Exp $
+$NetBSD: distinfo,v 1.8 2022/12/09 11:23:20 adam Exp $
 
-BLAKE2s (dicttoxml-1.7.11.tar.gz) = ccf05c72582614eb76b737244149d87c913819abd4df5f09306c07d49f48bd73
-SHA512 (dicttoxml-1.7.11.tar.gz) = d8a16203710aa402b7ce2a7fc9bb289fa4a7004dbcdce4f60d4665b451bd0f63ebc7a78164edf394e7cc7a77e4da13e6e8b9872c19d4e2dfe7c6eb9a1abfbcf2
-Size (dicttoxml-1.7.11.tar.gz) = 30982 bytes
+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



Home | Main Index | Thread Index | Old Index