pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-canonicaljson py-canonicaljson: updated to 1.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/058e1af56f25
branches:  trunk
changeset: 382437:058e1af56f25
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 28 06:49:52 2022 +0000

description:
py-canonicaljson: updated to 1.6.2

Version 1.6.0
* `frozendict` is now an optional dependency; it is no longer required.

diffstat:

 devel/py-canonicaljson/Makefile |  13 +++++++++----
 devel/py-canonicaljson/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 96c2cdebb700 -r 058e1af56f25 devel/py-canonicaljson/Makefile
--- a/devel/py-canonicaljson/Makefile   Thu Jul 28 06:37:15 2022 +0000
+++ b/devel/py-canonicaljson/Makefile   Thu Jul 28 06:49:52 2022 +0000
@@ -1,21 +1,26 @@
-# $NetBSD: Makefile,v 1.6 2022/01/30 10:54:26 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/28 06:49:52 adam Exp $
 
-DISTNAME=      canonicaljson-1.5.0
+DISTNAME=      canonicaljson-1.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/canonicaljson/}
 
 MAINTAINER=    js%pkgsrc.org@localhost
-HOMEPAGE=      https://github.com/matrix-org/
+HOMEPAGE=      https://github.com/matrix-org/python-canonicaljson
 COMMENT=       Encodes objects and arrays as RFC 7159 JSON
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-frozendict>=1.0:../../devel/py-frozendict
 DEPENDS+=      ${PYPKGPREFIX}-simplejson>=3.14.0:../../converters/py-simplejson
 
+USE_LANGUAGES= # none
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-frozendict
 
-USE_LANGUAGES= # none
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
+.endif
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 96c2cdebb700 -r 058e1af56f25 devel/py-canonicaljson/distinfo
--- a/devel/py-canonicaljson/distinfo   Thu Jul 28 06:37:15 2022 +0000
+++ b/devel/py-canonicaljson/distinfo   Thu Jul 28 06:49:52 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/01/08 16:08:11 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/07/28 06:49:52 adam Exp $
 
-BLAKE2s (canonicaljson-1.5.0.tar.gz) = c71aeb08029938143041c9e0aa8bb187263e00bfb9753dd57ffd2abd16997214
-SHA512 (canonicaljson-1.5.0.tar.gz) = 741618a5ffe0c5ab0bf5e830263aa57fc91ee9108558a705e7596a4703020a72a1bfd8378d1940057b9c8e1965e6b6a967bed59ef92d9d6cdec3d8b75fadb984
-Size (canonicaljson-1.5.0.tar.gz) = 9991 bytes
+BLAKE2s (canonicaljson-1.6.2.tar.gz) = b95d6a8be0ea36c98495cb6687c9b295ade2310c59e0b1df184222e5e6bdcd38
+SHA512 (canonicaljson-1.6.2.tar.gz) = d7c1a5a2367dfa17e3baf183960247f6866d7f0755f5899a87ead74b7eb98c229e61650b5dee65680fbe25c8ef3c1483e4dd5c11ea302ef46a380b4741c80a9e
+Size (canonicaljson-1.6.2.tar.gz) = 10644 bytes



Home | Main Index | Thread Index | Old Index