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: Sat Jan 8 16:08:11 UTC 2022
Modified Files:
pkgsrc/devel/py-canonicaljson: Makefile distinfo
Log Message:
py-canonicaljson: updated to 1.5.0
Version 1.5.0
* Switch CI from Travis to Github Actions
* Add code to handle frozendict implementations using c-extension
* Add tests for Python 3.10
* Remove outdated Debian packaging code
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-canonicaljson/Makefile
cvs rdiff -u -r1.5 -r1.6 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.4 pkgsrc/devel/py-canonicaljson/Makefile:1.5
--- pkgsrc/devel/py-canonicaljson/Makefile:1.4 Tue Jan 4 20:52:55 2022
+++ pkgsrc/devel/py-canonicaljson/Makefile Sat Jan 8 16:08:11 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:52:55 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/08 16:08:11 adam Exp $
-DISTNAME= canonicaljson-1.4.0
+DISTNAME= canonicaljson-1.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/canonicaljson/}
@@ -11,13 +10,10 @@ HOMEPAGE= https://github.com/matrix-org/
COMMENT= Encodes objects and arrays as RFC 7159 JSON
LICENSE= apache-2.0
-USE_LANGUAGES= # none
-
-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
+DEPENDS+= ${PYPKGPREFIX}-simplejson>=3.14.0:../../converters/py-simplejson
-INSTALLATION_DIRS= ${PYSITELIB}
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-canonicaljson/distinfo
diff -u pkgsrc/devel/py-canonicaljson/distinfo:1.5 pkgsrc/devel/py-canonicaljson/distinfo:1.6
--- pkgsrc/devel/py-canonicaljson/distinfo:1.5 Tue Oct 26 10:18:16 2021
+++ pkgsrc/devel/py-canonicaljson/distinfo Sat Jan 8 16:08:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:16 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/01/08 16:08:11 adam Exp $
-BLAKE2s (canonicaljson-1.4.0.tar.gz) = a9e1301d6768ba7bce0fa58b1e52259d19ef549bd5c9c1c9cc63a5e19fc19ac7
-SHA512 (canonicaljson-1.4.0.tar.gz) = 02335921858f726f5403083ea6e1327500095de6a5971917e05e6f9eb8be094ac5b6594334d2b21da4292cde35a968019701c43addccb53209ec9e6a69c468d1
-Size (canonicaljson-1.4.0.tar.gz) = 9863 bytes
+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
Home |
Main Index |
Thread Index |
Old Index