Received: by mail.netbsd.org (Postfix, from userid 605) id 57DEA84D77; Tue, 1 Aug 2017 18:05:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCFF584D69 for ; Tue, 1 Aug 2017 18:05:09 +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 dMfy368pdvAh for ; Tue, 1 Aug 2017 18:05:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B07484D2F for ; Tue, 1 Aug 2017 18:05:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6579BFACD; Tue, 1 Aug 2017 18:05:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501610709187510" MIME-Version: 1.0 Date: Tue, 1 Aug 2017 18:05:09 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/geography/py-geojson To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20170801180509.6579BFACD@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. --_----------=_1501610709187510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kleink Date: Tue Aug 1 18:05:09 UTC 2017 Modified Files: pkgsrc/geography/py-geojson: Makefile distinfo Log Message: Update py-geojson to 1.3.5. 1.3.5 (2017-04-24) ------------------ - Changed the validator to allow elevation - https://github.com/frewsxcv/python-geojson/pull/92 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/py-geojson/Makefile \ pkgsrc/geography/py-geojson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501610709187510 Content-Disposition: inline Content-Length: 1700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/py-geojson/Makefile diff -u pkgsrc/geography/py-geojson/Makefile:1.9 pkgsrc/geography/py-geojson/Makefile:1.10 --- pkgsrc/geography/py-geojson/Makefile:1.9 Tue Feb 21 08:00:24 2017 +++ pkgsrc/geography/py-geojson/Makefile Tue Aug 1 18:05:09 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/02/21 08:00:24 kleink Exp $ +# $NetBSD: Makefile,v 1.10 2017/08/01 18:05:09 kleink Exp $ -DISTNAME= geojson-1.3.4 +DISTNAME= geojson-1.3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= geography python MASTER_SITES= ${MASTER_SITE_PYPI:=g/geojson/} Index: pkgsrc/geography/py-geojson/distinfo diff -u pkgsrc/geography/py-geojson/distinfo:1.9 pkgsrc/geography/py-geojson/distinfo:1.10 --- pkgsrc/geography/py-geojson/distinfo:1.9 Tue Feb 21 08:00:24 2017 +++ pkgsrc/geography/py-geojson/distinfo Tue Aug 1 18:05:09 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/02/21 08:00:24 kleink Exp $ +$NetBSD: distinfo,v 1.10 2017/08/01 18:05:09 kleink Exp $ -SHA1 (geojson-1.3.4.tar.gz) = 8646c2197b1c8863f0740ff0d281db79d378418e -RMD160 (geojson-1.3.4.tar.gz) = be465c6e6cae1e56e3279addbd9cbf70108887d2 -SHA512 (geojson-1.3.4.tar.gz) = 1564e360041c1363e7810ed3bb8f11099ead2438210e2737627b0c75eb1414ae23a18a44a15b6ed2912980ef91a63ee16b16bf238744c0cacb89190d60144370 -Size (geojson-1.3.4.tar.gz) = 17412 bytes +SHA1 (geojson-1.3.5.tar.gz) = fa48681449dbc693218b23123ed369e87fb4fe9c +RMD160 (geojson-1.3.5.tar.gz) = c627303470b614e80bc01d1c148faa8ad036953e +SHA512 (geojson-1.3.5.tar.gz) = ea47e21da6d6ae5fd996a453492afc69370875bc9123f6a39e6f7dea7bbaf3fae480dc844ce84e28a275f6d5f583a669992ea6e85ed83f1be949fda129e660e1 +Size (geojson-1.3.5.tar.gz) = 17523 bytes --_----------=_1501610709187510--