Received: by mail.netbsd.org (Postfix, from userid 605) id F0C9384D6F; Sat, 7 Oct 2017 11:14:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FE3F84D2F for ; Sat, 7 Oct 2017 11:14:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bjagKXI-y4kO for ; Sat, 7 Oct 2017 11:14:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E5C0684CE4 for ; Sat, 7 Oct 2017 11:14:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB572FBC7; Sat, 7 Oct 2017 11:14:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507374882135130" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 11:14:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-sparqlwrapper To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171007111442.DB572FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507374882135130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 7 11:14:42 UTC 2017 Modified Files: pkgsrc/www/py-sparqlwrapper: Makefile PLIST distinfo Log Message: py-sparqlwrapper: update to 1.8.0 1.8.0: - Updated return formats for not content negotiation situations - Included license in the MANIFEST - Added explicit support for RDF/XML as allowed format - Added proper shebang - Moved keepalive as optional dependency - Fixed hash check on prefixes - Fixed epydoc warnings To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-sparqlwrapper/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-sparqlwrapper/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-sparqlwrapper/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507374882135130 Content-Disposition: inline Content-Length: 3390 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-sparqlwrapper/Makefile diff -u pkgsrc/www/py-sparqlwrapper/Makefile:1.3 pkgsrc/www/py-sparqlwrapper/Makefile:1.4 --- pkgsrc/www/py-sparqlwrapper/Makefile:1.3 Mon Sep 4 18:08:30 2017 +++ pkgsrc/www/py-sparqlwrapper/Makefile Sat Oct 7 11:14:42 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/09/04 18:08:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/07 11:14:42 adam Exp $ -DISTNAME= SPARQLWrapper-1.6.4 +DISTNAME= SPARQLWrapper-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -CATEGORIES= python www +CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=S/SPARQLWrapper/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,7 +10,7 @@ HOMEPAGE= https://rdflib.github.io/sparq COMMENT= SPARQL endpoint interface to Python LICENSE= w3c -DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../textproc/py-rdflib +DEPENDS+= ${PYPKGPREFIX}-rdflib>=4.0:../../textproc/py-rdflib USE_LANGUAGES= # none Index: pkgsrc/www/py-sparqlwrapper/PLIST diff -u pkgsrc/www/py-sparqlwrapper/PLIST:1.1 pkgsrc/www/py-sparqlwrapper/PLIST:1.2 --- pkgsrc/www/py-sparqlwrapper/PLIST:1.1 Sun Apr 19 22:20:48 2015 +++ pkgsrc/www/py-sparqlwrapper/PLIST Sat Oct 7 11:14:42 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/04/19 22:20:48 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/10/07 11:14:42 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -10,9 +10,6 @@ ${PYSITELIB}/SPARQLWrapper/KeyCaseInsens ${PYSITELIB}/SPARQLWrapper/SPARQLExceptions.py ${PYSITELIB}/SPARQLWrapper/SPARQLExceptions.pyc ${PYSITELIB}/SPARQLWrapper/SPARQLExceptions.pyo -${PYSITELIB}/SPARQLWrapper/SPARQLUtils.py -${PYSITELIB}/SPARQLWrapper/SPARQLUtils.pyc -${PYSITELIB}/SPARQLWrapper/SPARQLUtils.pyo ${PYSITELIB}/SPARQLWrapper/SmartWrapper.py ${PYSITELIB}/SPARQLWrapper/SmartWrapper.pyc ${PYSITELIB}/SPARQLWrapper/SmartWrapper.pyo @@ -22,6 +19,3 @@ ${PYSITELIB}/SPARQLWrapper/Wrapper.pyo ${PYSITELIB}/SPARQLWrapper/__init__.py ${PYSITELIB}/SPARQLWrapper/__init__.pyc ${PYSITELIB}/SPARQLWrapper/__init__.pyo -${PYSITELIB}/SPARQLWrapper/jsonlayer.py -${PYSITELIB}/SPARQLWrapper/jsonlayer.pyc -${PYSITELIB}/SPARQLWrapper/jsonlayer.pyo Index: pkgsrc/www/py-sparqlwrapper/distinfo diff -u pkgsrc/www/py-sparqlwrapper/distinfo:1.2 pkgsrc/www/py-sparqlwrapper/distinfo:1.3 --- pkgsrc/www/py-sparqlwrapper/distinfo:1.2 Wed Nov 4 02:47:31 2015 +++ pkgsrc/www/py-sparqlwrapper/distinfo Sat Oct 7 11:14:42 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 02:47:31 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/10/07 11:14:42 adam Exp $ -SHA1 (SPARQLWrapper-1.6.4.tar.gz) = 7809b80be9c7d1ddfb418b4d87a69919d861201d -RMD160 (SPARQLWrapper-1.6.4.tar.gz) = 2b31a6be55c7a399c5ed965ece473d683b0ac059 -SHA512 (SPARQLWrapper-1.6.4.tar.gz) = 49e4eea8cf6e0625ee3a259b4314b630eddb30475a786525f94f827353898c6d90b88e6b7b2bb65270cf8baec781b9bafa98df3cdbbb65a722d6f0af07906ce5 -Size (SPARQLWrapper-1.6.4.tar.gz) = 27467 bytes +SHA1 (SPARQLWrapper-1.8.0.tar.gz) = dd8a5208fb631905877f91f39bfb3e26b7b9eb96 +RMD160 (SPARQLWrapper-1.8.0.tar.gz) = c842815a4cf33d67dc420f1138fbcd160441aa5d +SHA512 (SPARQLWrapper-1.8.0.tar.gz) = bdfa3d5efc2deb8202a27e8a4770cb69ce57c1a71133788fe7acf8aa4cbc2d74024fd5f7fe5188a0fbebd399d31f62ca23d85f7ebae5562046b5b782311d8907 +Size (SPARQLWrapper-1.8.0.tar.gz) = 28775 bytes --_----------=_1507374882135130--