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: Thu May 4 17:46:53 UTC 2017
Modified Files:
pkgsrc/textproc/py-jsonschema: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-jsonschema/PLIST \
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.8 pkgsrc/textproc/py-jsonschema/Makefile:1.9
--- pkgsrc/textproc/py-jsonschema/Makefile:1.8 Tue Jan 3 13:23:04 2017
+++ pkgsrc/textproc/py-jsonschema/Makefile Thu May 4 17:46:53 2017
@@ -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 @@ LICENSE= modified-bsd
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"
Index: pkgsrc/textproc/py-jsonschema/PLIST
diff -u pkgsrc/textproc/py-jsonschema/PLIST:1.3 pkgsrc/textproc/py-jsonschema/PLIST:1.4
--- pkgsrc/textproc/py-jsonschema/PLIST:1.3 Wed Oct 26 13:44:17 2016
+++ pkgsrc/textproc/py-jsonschema/PLIST Thu May 4 17:46:53 2017
@@ -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
Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.3 pkgsrc/textproc/py-jsonschema/distinfo:1.4
--- pkgsrc/textproc/py-jsonschema/distinfo:1.3 Sun Oct 9 21:30:58 2016
+++ pkgsrc/textproc/py-jsonschema/distinfo Thu May 4 17:46:53 2017
@@ -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