pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jsonschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct 19 14:32:09 UTC 2019

Modified Files:
        pkgsrc/textproc/py-jsonschema: Makefile PLIST distinfo

Log Message:
py-jsonschema: updated to 3.1.1

3.1.1:
* Regular expressions throughout schemas now respect the ECMA 262 dialect, as
  recommended by the specification.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-jsonschema/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-jsonschema/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-jsonschema/Makefile
diff -u pkgsrc/textproc/py-jsonschema/Makefile:1.11 pkgsrc/textproc/py-jsonschema/Makefile:1.12
--- pkgsrc/textproc/py-jsonschema/Makefile:1.11 Thu Aug 22 11:47:04 2019
+++ pkgsrc/textproc/py-jsonschema/Makefile      Sat Oct 19 14:32:09 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/08/22 11:47:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/10/19 14:32:09 adam Exp $
 
-DISTNAME=      jsonschema-3.0.2
+DISTNAME=      jsonschema-3.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}

Index: pkgsrc/textproc/py-jsonschema/PLIST
diff -u pkgsrc/textproc/py-jsonschema/PLIST:1.5 pkgsrc/textproc/py-jsonschema/PLIST:1.6
--- pkgsrc/textproc/py-jsonschema/PLIST:1.5     Sat Mar  2 14:31:51 2019
+++ pkgsrc/textproc/py-jsonschema/PLIST Sat Oct 19 14:32:09 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/03/02 14:31:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/10/19 14:32:09 adam Exp $
 bin/jsonschema-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -55,6 +55,9 @@ ${PYSITELIB}/jsonschema/schemas/draft7.j
 ${PYSITELIB}/jsonschema/tests/__init__.py
 ${PYSITELIB}/jsonschema/tests/__init__.pyc
 ${PYSITELIB}/jsonschema/tests/__init__.pyo
+${PYSITELIB}/jsonschema/tests/_helpers.py
+${PYSITELIB}/jsonschema/tests/_helpers.pyc
+${PYSITELIB}/jsonschema/tests/_helpers.pyo
 ${PYSITELIB}/jsonschema/tests/_suite.py
 ${PYSITELIB}/jsonschema/tests/_suite.pyc
 ${PYSITELIB}/jsonschema/tests/_suite.pyo

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.6 pkgsrc/textproc/py-jsonschema/distinfo:1.7
--- pkgsrc/textproc/py-jsonschema/distinfo:1.6  Thu Aug 22 11:47:04 2019
+++ pkgsrc/textproc/py-jsonschema/distinfo      Sat Oct 19 14:32:09 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/08/22 11:47:04 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/10/19 14:32:09 adam Exp $
 
-SHA1 (jsonschema-3.0.2.tar.gz) = 47c75ca8426ca71ba59541b12985d1f7fa644364
-RMD160 (jsonschema-3.0.2.tar.gz) = 938042de1ee392ab855abb2445c57426959a5fd8
-SHA512 (jsonschema-3.0.2.tar.gz) = 13b65f318e1e2dc4a1d61399d517d39e53b0da71fbb5ec116e3b4ee274694300c6e2b3545058cd9f15129633fd093fa2d0c21ef1cce5356ca78e74187e7045c3
-Size (jsonschema-3.0.2.tar.gz) = 143432 bytes
+SHA1 (jsonschema-3.1.1.tar.gz) = 65f9ebd926599291dd3a832ba7d6b64373841ceb
+RMD160 (jsonschema-3.1.1.tar.gz) = a0a00e623dc2b4ac1aec882eb55f3014dbf01dcd
+SHA512 (jsonschema-3.1.1.tar.gz) = 28b8c7b8bfc72cc60d5fc44ce32990858ce2c1b1d88f6a28ea9f19123c8d29449d778ad55e0da72a9de30213d067ad5616a5d65ad1e0f7a9df375204096c6b18
+Size (jsonschema-3.1.1.tar.gz) = 150179 bytes



Home | Main Index | Thread Index | Old Index