pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-fastjsonschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 29 09:15:47 UTC 2023

Modified Files:
        pkgsrc/textproc/py-fastjsonschema: Makefile distinfo

Log Message:
py-fastjsonschema: updated to 2.17.1

2.17.1 (2023-05-22)
* Fixed tests in sdist

2.17.0 (2023-05-21)
* Added support for Decimals
* Added tests in sdist


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-fastjsonschema/Makefile \
    pkgsrc/textproc/py-fastjsonschema/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-fastjsonschema/Makefile
diff -u pkgsrc/textproc/py-fastjsonschema/Makefile:1.3 pkgsrc/textproc/py-fastjsonschema/Makefile:1.4
--- pkgsrc/textproc/py-fastjsonschema/Makefile:1.3      Tue Mar 14 10:43:48 2023
+++ pkgsrc/textproc/py-fastjsonschema/Makefile  Mon May 29 09:15:47 2023
@@ -1,18 +1,25 @@
-# $NetBSD: Makefile,v 1.3 2023/03/14 10:43:48 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/29 09:15:47 adam Exp $
 
-DISTNAME=      fastjsonschema-2.16.3
+DISTNAME=      fastjsonschema-2.17.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fastjsonschema/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/seznam/python-fastjsonschema
+HOMEPAGE=      https://github.com/horejsek/python-fastjsonschema
 COMMENT=       Fastest Python implementation of JSON schema
 LICENSE=       modified-bsd
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cache-[0-9]*:../../devel/py-test-cache
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-fastjsonschema/distinfo
diff -u pkgsrc/textproc/py-fastjsonschema/distinfo:1.3 pkgsrc/textproc/py-fastjsonschema/distinfo:1.4
--- pkgsrc/textproc/py-fastjsonschema/distinfo:1.3      Tue Mar 14 10:43:48 2023
+++ pkgsrc/textproc/py-fastjsonschema/distinfo  Mon May 29 09:15:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/03/14 10:43:48 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/05/29 09:15:47 adam Exp $
 
-BLAKE2s (fastjsonschema-2.16.3.tar.gz) = 62920277640d288e7cfedc3b21aae1725d877ad6544e0822ee70ca0f68e4741c
-SHA512 (fastjsonschema-2.16.3.tar.gz) = 1727203d79118ac53edef291c618a602e41ae9df68e99e54f50002cf913ad13320ff71d8252a72d6993d75b41b31ae4619a1142d63cdc5417c66517a3a3675c5
-Size (fastjsonschema-2.16.3.tar.gz) = 19081 bytes
+BLAKE2s (fastjsonschema-2.17.1.tar.gz) = 8e63653ff102c56258eeaccd8ff398ef1eadb00616571fa6ff4d341b5a8ec9e8
+SHA512 (fastjsonschema-2.17.1.tar.gz) = 482b13ee6735f5bb21528ec76a423c8c1dff2604af83121d82db45ce0cf514401b25cf6a1406c74f579671fe425ef1535d28c8b0b7fc24d32fcf50f2be1e28bf
+Size (fastjsonschema-2.17.1.tar.gz) = 370651 bytes



Home | Main Index | Thread Index | Old Index