pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-canonicaljson



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 28 06:49:52 UTC 2022

Modified Files:
        pkgsrc/devel/py-canonicaljson: Makefile distinfo

Log Message:
py-canonicaljson: updated to 1.6.2

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-canonicaljson/Makefile \
    pkgsrc/devel/py-canonicaljson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-canonicaljson/Makefile
diff -u pkgsrc/devel/py-canonicaljson/Makefile:1.6 pkgsrc/devel/py-canonicaljson/Makefile:1.7
--- pkgsrc/devel/py-canonicaljson/Makefile:1.6  Sun Jan 30 10:54:26 2022
+++ pkgsrc/devel/py-canonicaljson/Makefile      Thu Jul 28 06:49:52 2022
@@ -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"
Index: pkgsrc/devel/py-canonicaljson/distinfo
diff -u pkgsrc/devel/py-canonicaljson/distinfo:1.6 pkgsrc/devel/py-canonicaljson/distinfo:1.7
--- pkgsrc/devel/py-canonicaljson/distinfo:1.6  Sat Jan  8 16:08:11 2022
+++ pkgsrc/devel/py-canonicaljson/distinfo      Thu Jul 28 06:49:52 2022
@@ -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