pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-dicttoxml py-dicttoxml: updated to 1.7.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0bbf1efe6e9
branches:  trunk
changeset: 389765:c0bbf1efe6e9
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 09 11:23:20 2022 +0000

description:
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.

diffstat:

 textproc/py-dicttoxml/Makefile |  4 ++--
 textproc/py-dicttoxml/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 6f1fa589ebd3 -r c0bbf1efe6e9 textproc/py-dicttoxml/Makefile
--- a/textproc/py-dicttoxml/Makefile    Fri Dec 09 11:20:02 2022 +0000
+++ b/textproc/py-dicttoxml/Makefile    Fri Dec 09 11:23:20 2022 +0000
@@ -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/}
diff -r 6f1fa589ebd3 -r c0bbf1efe6e9 textproc/py-dicttoxml/distinfo
--- a/textproc/py-dicttoxml/distinfo    Fri Dec 09 11:20:02 2022 +0000
+++ b/textproc/py-dicttoxml/distinfo    Fri Dec 09 11:23:20 2022 +0000
@@ -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