pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonschema v2.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/420f3d927057
branches:  trunk
changeset: 362085:420f3d927057
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 04 17:46:53 2017 +0000

description:
v2.6.0
Support for Python 2.6 has been dropped.
Improve a few error messages for uniqueItems and additionalProperties
Fix an issue with ErrorTree's handling of multiple errors

diffstat:

 textproc/py-jsonschema/Makefile |   9 +++------
 textproc/py-jsonschema/PLIST    |   3 +--
 textproc/py-jsonschema/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 13 deletions(-)

diffs (55 lines):

diff -r d409265da0c6 -r 420f3d927057 textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile   Thu May 04 17:39:16 2017 +0000
+++ b/textproc/py-jsonschema/Makefile   Thu May 04 17:46:53 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/01/03 13:23:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2017/05/04 17:46:53 adam Exp $
 
-DISTNAME=      jsonschema-2.5.1
-PKGREVISION=   2
+DISTNAME=      jsonschema-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -13,10 +12,8 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-vcversioner-[0-9]*:../../devel/py-vcversioner
 
-.include "../../lang/python/egg.mk"
-
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/jsonschema ${DESTDIR}${PREFIX}/bin/jsonschema${PYVERSSUFFIX} || ${TRUE}
-       ${RM} -r -f ${DESTDIR}${PREFIX}${PYSITELIB}/jsonschema/__pycache__
 
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d409265da0c6 -r 420f3d927057 textproc/py-jsonschema/PLIST
--- a/textproc/py-jsonschema/PLIST      Thu May 04 17:39:16 2017 +0000
+++ b/textproc/py-jsonschema/PLIST      Thu May 04 17:46:53 2017 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2016/10/26 13:44:17 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/05/04 17:46:53 adam 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
diff -r d409265da0c6 -r 420f3d927057 textproc/py-jsonschema/distinfo
--- a/textproc/py-jsonschema/distinfo   Thu May 04 17:39:16 2017 +0000
+++ b/textproc/py-jsonschema/distinfo   Thu May 04 17:46:53 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/10/09 21:30:58 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2017/05/04 17:46:53 adam Exp $
 
-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
+SHA1 (jsonschema-2.6.0.tar.gz) = 97e49df4601f7066d9954c0ec4d8d697887b32f0
+RMD160 (jsonschema-2.6.0.tar.gz) = e4fb6118c531291fb705c9cc3629f1d5792a2dd8
+SHA512 (jsonschema-2.6.0.tar.gz) = 03f916abd023b32fbe60f91718d6f2f94d8834bd1bd8ec85ab02f591a145161275c2cde25b037c4d2e94703b870159feb776d3556f011e4c394d2e20ab897b0b
+Size (jsonschema-2.6.0.tar.gz) = 53252 bytes



Home | Main Index | Thread Index | Old Index