pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonschema Update py-jsonschema to 2.5.1. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2474ced70fa6
branches:  trunk
changeset: 353674:2474ced70fa6
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Oct 09 21:30:58 2016 +0000

description:
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)

diffstat:

 textproc/py-jsonschema/Makefile |   5 +++--
 textproc/py-jsonschema/PLIST    |   5 ++++-
 textproc/py-jsonschema/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 6db63b87ad31 -r 2474ced70fa6 textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile   Sun Oct 09 21:29:41 2016 +0000
+++ b/textproc/py-jsonschema/Makefile   Sun Oct 09 21:30:58 2016 +0000
@@ -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 @@
 
 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"
diff -r 6db63b87ad31 -r 2474ced70fa6 textproc/py-jsonschema/PLIST
--- a/textproc/py-jsonschema/PLIST      Sun Oct 09 21:29:41 2016 +0000
+++ b/textproc/py-jsonschema/PLIST      Sun Oct 09 21:30:58 2016 +0000
@@ -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/_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
diff -r 6db63b87ad31 -r 2474ced70fa6 textproc/py-jsonschema/distinfo
--- a/textproc/py-jsonschema/distinfo   Sun Oct 09 21:29:41 2016 +0000
+++ b/textproc/py-jsonschema/distinfo   Sun Oct 09 21:30:58 2016 +0000
@@ -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