Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B063DA654B for ; Thu, 6 Aug 2015 10:15:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 59B4B14A223; Thu, 6 Aug 2015 10:15:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9FCC814A213 for ; Thu, 6 Aug 2015 10:15:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id E8YihhCND5Zp for ; Thu, 6 Aug 2015 10:15:12 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 32C9F14A09D for ; Thu, 6 Aug 2015 10:15:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 304A498; Thu, 6 Aug 2015 10:15:12 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 6 Aug 2015 10:15:12 +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: <20150806101512.304A498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: kleink Date: Thu Aug 6 10:15:12 UTC 2015 Modified Files: pkgsrc/geography/py-geojson: Makefile PLIST distinfo Log Message: Update py-geojson to 1.2.2. 1.2.2 (2015-07-13) ------------------ - Fix tests by including test file into build - https://github.com/frewsxcv/python-geojson/issues/61 - Build universal wheels - https://packaging.python.org/en/latest/distributing.html#universal-wheels 1.2.1 (2015-06-25) ------------------ - Encode long types correctly with Python 2.x - https://github.com/frewsxcv/python-geojson/pull/57 1.2.0 (2015-06-19) ------------------ - Utility function to validate GeoJSON objects - https://github.com/frewsxcv/python-geojson/pull/56 1.1.0 (2015-06-08) ------------------ - Stop outputting invalid GeoJSON value id=null on Features - https://github.com/frewsxcv/python-geojson/pull/53 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-geojson/Makefile \ pkgsrc/geography/py-geojson/PLIST pkgsrc/geography/py-geojson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.