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:   bsiegert
Date:           Sun Oct  9 21:30:58 UTC 2016

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

Log Message:
Update py-jsonschema to 2.5.1. There is no changelog for this version.

v2.5.0
------

* Improved performance on CPython by adding caching around ref resolution
  (#203)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-jsonschema/PLIST
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/textproc/py-jsonschema/Makefile:1.5
--- pkgsrc/textproc/py-jsonschema/Makefile:1.4  Sun Aug 28 15:48:35 2016
+++ pkgsrc/textproc/py-jsonschema/Makefile      Sun Oct  9 21:30:58 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/08/28 15:48:35 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/09 21:30:58 bsiegert Exp $
 
-DISTNAME=      jsonschema-2.4.0
+DISTNAME=      jsonschema-2.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -14,5 +14,6 @@ LICENSE=      modified-bsd
 
 post-install:
        mv ${DESTDIR}${PREFIX}/bin/jsonschema ${DESTDIR}${PREFIX}/bin/jsonschema${PYVERSSUFFIX}
+       ${RM} -r -f ${DESTDIR}${PREFIX}${PYSITELIB}/jsonschema/__pycache__
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-jsonschema/PLIST
diff -u pkgsrc/textproc/py-jsonschema/PLIST:1.1 pkgsrc/textproc/py-jsonschema/PLIST:1.2
--- pkgsrc/textproc/py-jsonschema/PLIST:1.1     Wed Dec 31 13:18:58 2014
+++ pkgsrc/textproc/py-jsonschema/PLIST Sun Oct  9 21:30:58 2016
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/31 13:18:58 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/10/09 21:30:58 bsiegert Exp $
 bin/jsonschema${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/jsonschema/__init__.py
 ${PYSITELIB}/jsonschema/__init__.pyc
@@ -23,6 +25,7 @@ ${PYSITELIB}/jsonschema/_utils.pyo
 ${PYSITELIB}/jsonschema/_validators.py
 ${PYSITELIB}/jsonschema/_validators.pyc
 ${PYSITELIB}/jsonschema/_validators.pyo
+${PYSITELIB}/jsonschema/_version.py
 ${PYSITELIB}/jsonschema/cli.py
 ${PYSITELIB}/jsonschema/cli.pyc
 ${PYSITELIB}/jsonschema/cli.pyo

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.2 pkgsrc/textproc/py-jsonschema/distinfo:1.3
--- pkgsrc/textproc/py-jsonschema/distinfo:1.2  Wed Nov  4 02:00:03 2015
+++ pkgsrc/textproc/py-jsonschema/distinfo      Sun Oct  9 21:30:58 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:00:03 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 21:30:58 bsiegert Exp $
 
-SHA1 (jsonschema-2.4.0.tar.gz) = 35d4d90ce942a4b030eda75e9a2b32f97e121a98
-RMD160 (jsonschema-2.4.0.tar.gz) = 2c48450248267e754dab237f48af949a15762205
-SHA512 (jsonschema-2.4.0.tar.gz) = 111d60f6b490c016a69bed6b0b22cc6395c949d4510fdcb530757d6e61720cd2e1e3346293a5dd1b6501b262b36510ec08ab4ed76dc7484065e692e041232a93
-Size (jsonschema-2.4.0.tar.gz) = 48293 bytes
+SHA1 (jsonschema-2.5.1.tar.gz) = c30d415d250699630f302acb8efd660dd006a7ca
+RMD160 (jsonschema-2.5.1.tar.gz) = c3e5b05ad1829ed1425928babb3d96211d0f027a
+SHA512 (jsonschema-2.5.1.tar.gz) = 9e8f6ce16504b7ae7ef1ceb44ecb07eab85923e40967bd8e502b9fa779e772b547db90f56ca951d06591b951e7240db1071e909ac75543d42f6f2495f6de3298
+Size (jsonschema-2.5.1.tar.gz) = 50855 bytes



Home | Main Index | Thread Index | Old Index