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: wiz
Date: Sun Nov 19 14:17:02 UTC 2023
Modified Files:
pkgsrc/textproc/py-fastjsonschema: Makefile PLIST distinfo
Log Message:
py-fastjsonschema: update to 2.19.0.
=== 2.19.0 (2023-11-14)
* Added `use_formats` parameter to allow disable automatic assertions
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-fastjsonschema/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-fastjsonschema/PLIST
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/textproc/py-fastjsonschema/Makefile:1.8
--- pkgsrc/textproc/py-fastjsonschema/Makefile:1.7 Tue Oct 10 15:58:55 2023
+++ pkgsrc/textproc/py-fastjsonschema/Makefile Sun Nov 19 14:17:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/10/10 15:58:55 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/11/19 14:17:02 wiz Exp $
-DISTNAME= fastjsonschema-2.18.1
+DISTNAME= fastjsonschema-2.19.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastjsonschema/}
@@ -10,15 +10,13 @@ HOMEPAGE= https://github.com/horejsek/py
COMMENT= Fastest Python implementation of JSON schema
LICENSE= modified-bsd
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-fastjsonschema/PLIST
diff -u pkgsrc/textproc/py-fastjsonschema/PLIST:1.1 pkgsrc/textproc/py-fastjsonschema/PLIST:1.2
--- pkgsrc/textproc/py-fastjsonschema/PLIST:1.1 Thu Apr 7 07:00:29 2022
+++ pkgsrc/textproc/py-fastjsonschema/PLIST Sun Nov 19 14:17:02 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2022/04/07 07:00:29 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2023/11/19 14:17:02 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/fastjsonschema/__init__.py
${PYSITELIB}/fastjsonschema/__init__.pyc
${PYSITELIB}/fastjsonschema/__init__.pyo
Index: pkgsrc/textproc/py-fastjsonschema/distinfo
diff -u pkgsrc/textproc/py-fastjsonschema/distinfo:1.6 pkgsrc/textproc/py-fastjsonschema/distinfo:1.7
--- pkgsrc/textproc/py-fastjsonschema/distinfo:1.6 Tue Oct 10 15:58:55 2023
+++ pkgsrc/textproc/py-fastjsonschema/distinfo Sun Nov 19 14:17:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/10/10 15:58:55 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/11/19 14:17:02 wiz Exp $
-BLAKE2s (fastjsonschema-2.18.1.tar.gz) = 4cf5fc704577ad3d803605320f1a42dc9352c435c15c99fc05923305e7b9332d
-SHA512 (fastjsonschema-2.18.1.tar.gz) = a08fce64a67c67a06a7c3c637047648e1b2cfa749291794b8accc6dcc1ccf744eb50c8db773734017b79612b2dc4e19730a5956807b2459928fb0b996b59711e
-Size (fastjsonschema-2.18.1.tar.gz) = 371060 bytes
+BLAKE2s (fastjsonschema-2.19.0.tar.gz) = bcbde7ecdb334794992d1ef5b97d2552d6c73885585540e10dfe881dfe8c2fca
+SHA512 (fastjsonschema-2.19.0.tar.gz) = d26c7f44acfeb4210fad188e3fe5486231a516fb0a4fa7d756dd9d1378b22afd7b4acb6b34085cabcfe31dac44a605de6f90a158a3af69de97f8926d59b3a105
+Size (fastjsonschema-2.19.0.tar.gz) = 371202 bytes
Home |
Main Index |
Thread Index |
Old Index