Skip to content

Commit

Permalink
Update py-geojson to 1.3.4.
Browse files Browse the repository at this point in the history
1.3.4 (2017-02-11)
------------------

- Remove runtime dependency on setuptools

  - jazzband/geojson#90

1.3.3 (2016-07-21)
------------------

- Add validate parameter to GeoJSON constructors

  - jazzband/geojson#78
  • Loading branch information
kleink committed Feb 21, 2017
1 parent 32352e5 commit ac74439
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 2 additions & 3 deletions geography/py-geojson/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:33 wiz Exp $
# $NetBSD: Makefile,v 1.9 2017/02/21 08:00:24 kleink Exp $

DISTNAME= geojson-1.3.2
DISTNAME= geojson-1.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geojson/}

Expand Down
3 changes: 1 addition & 2 deletions geography/py-geojson/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@comment $NetBSD: PLIST,v 1.4 2016/02/10 13:02:31 kleink Exp $
@comment $NetBSD: PLIST,v 1.5 2017/02/21 08:00:24 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/geojson/__init__.py
${PYSITELIB}/geojson/__init__.pyc
Expand Down
10 changes: 5 additions & 5 deletions geography/py-geojson/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2016/02/10 12:54:39 kleink Exp $
$NetBSD: distinfo,v 1.9 2017/02/21 08:00:24 kleink Exp $

SHA1 (geojson-1.3.2.tar.gz) = ca028d93b2950f8c52092d7ba5f2ebfb65326e81
RMD160 (geojson-1.3.2.tar.gz) = e6b1e71398f4265e819aa01e18f16733e6821740
SHA512 (geojson-1.3.2.tar.gz) = 03b11303aa6ee397b1e633edd891bea8f924675c1b2a42b1d152527119c6facff61741274ac140c103de3275c3f79588a996f2070640394f0cafd1606569cd2e
Size (geojson-1.3.2.tar.gz) = 17232 bytes
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

0 comments on commit ac74439

Please sign in to comment.