Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-canonicaljson Update devel/py-canonicaljson t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/85667271b09e
branches: trunk
changeset: 437800:85667271b09e
user: js <js%pkgsrc.org@localhost>
date: Mon Aug 31 22:03:45 2020 +0000
description:
Update devel/py-canonicaljson to 1.3.0
1.2.0:
* JSON from the standard library is used automatically on PyPy.
* Support for Python versions which are end-of-lifed was dropped,
Python >= 3.5 is supported and tested in continuous integration.
* An API to configure the underlying JSON library was added
(set_json_library).
1.3.0:
* The minimum version of simplejson was bumped to 3.14.0.
* Obsolete workaround for slow encoding of Unicode characters was
removed.
* New APIs were added to iteratively encode JSON.
diffstat:
devel/py-canonicaljson/Makefile | 6 +++---
devel/py-canonicaljson/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 1a77ff0b1c06 -r 85667271b09e devel/py-canonicaljson/Makefile
--- a/devel/py-canonicaljson/Makefile Mon Aug 31 21:54:12 2020 +0000
+++ b/devel/py-canonicaljson/Makefile Mon Aug 31 22:03:45 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/04/18 12:49:47 js Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/31 22:03:45 js Exp $
-DISTNAME= canonicaljson-1.1.4
+DISTNAME= canonicaljson-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/canonicaljson/}
@@ -12,7 +12,7 @@
USE_LANGUAGES= # none
-DEPENDS+= ${PYPKGPREFIX}-simplejson>=3.6.5:../../converters/py-simplejson
+DEPENDS+= ${PYPKGPREFIX}-simplejson>=3.14.0:../../converters/py-simplejson
DEPENDS+= ${PYPKGPREFIX}-frozendict>=1.0:../../devel/py-frozendict
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
diff -r 1a77ff0b1c06 -r 85667271b09e devel/py-canonicaljson/distinfo
--- a/devel/py-canonicaljson/distinfo Mon Aug 31 21:54:12 2020 +0000
+++ b/devel/py-canonicaljson/distinfo Mon Aug 31 22:03:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/04/18 12:49:47 js Exp $
+$NetBSD: distinfo,v 1.2 2020/08/31 22:03:45 js Exp $
-SHA1 (canonicaljson-1.1.4.tar.gz) = 50622a7a18d88c9d28c36cef9c0adc40d156942e
-RMD160 (canonicaljson-1.1.4.tar.gz) = df86b6d842edc74643f9a29f84bbe4d514478560
-SHA512 (canonicaljson-1.1.4.tar.gz) = 00f10168f226ba4c5cb49a50f5c0f135003897645d5533acb7b62889781f42f1bccf13ee0f0e03d3990b575da499872bdb168a86890a3cc1d2052c768faaaac4
-Size (canonicaljson-1.1.4.tar.gz) = 9355 bytes
+SHA1 (canonicaljson-1.3.0.tar.gz) = c8dd6ca407c6f495ce0665fc3320e9f4dc73ebe1
+RMD160 (canonicaljson-1.3.0.tar.gz) = a800239cce38a9f05944665763d7101d8ecd207f
+SHA512 (canonicaljson-1.3.0.tar.gz) = b11e48800a19b9b6a933df90eaa8402fdf07e7913ed372644c7502a066f1edf686241271904d0e419a8390c599b2f7c3c0d35af43761c7b0c70c35f31e762f37
+Size (canonicaljson-1.3.0.tar.gz) = 9572 bytes
Home |
Main Index |
Thread Index |
Old Index