Skip to content

Commit

Permalink
Update py-geojson to 1.2.2.
Browse files Browse the repository at this point in the history
1.2.2 (2015-07-13)
------------------

- Fix tests by including test file into build

  - jazzband/geojson#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

  - jazzband/geojson#57

1.2.0 (2015-06-19)
------------------

- Utility function to validate GeoJSON objects

  - jazzband/geojson#56

1.1.0 (2015-06-08)
------------------

- Stop outputting invalid GeoJSON value id=null on Features

  - jazzband/geojson#53
  • Loading branch information
kleink committed Aug 6, 2015
1 parent 8f53ae3 commit a425a68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions geography/py-geojson/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2014/10/23 14:21:29 kleink Exp $
# $NetBSD: Makefile,v 1.3 2015/08/06 10:15:12 kleink Exp $

DISTNAME= geojson-1.0.9
DISTNAME= geojson-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= http://pypi.python.org/packages/source/g/geojson/
Expand Down
5 changes: 4 additions & 1 deletion geography/py-geojson/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2014/10/23 14:21:29 kleink Exp $
@comment $NetBSD: PLIST,v 1.3 2015/08/06 10:15:12 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand Down Expand Up @@ -34,3 +34,6 @@ ${PYSITELIB}/geojson/mapping.pyo
${PYSITELIB}/geojson/utils.py
${PYSITELIB}/geojson/utils.pyc
${PYSITELIB}/geojson/utils.pyo
${PYSITELIB}/geojson/validation.py
${PYSITELIB}/geojson/validation.pyc
${PYSITELIB}/geojson/validation.pyo
8 changes: 4 additions & 4 deletions geography/py-geojson/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2014/10/23 14:21:29 kleink Exp $
$NetBSD: distinfo,v 1.3 2015/08/06 10:15:12 kleink Exp $

SHA1 (geojson-1.0.9.tar.gz) = 570cc1799acdff34ed823ef42247c3ee06bef1af
RMD160 (geojson-1.0.9.tar.gz) = 844b5fd806c913c4ea6080348868f8ac2937a651
Size (geojson-1.0.9.tar.gz) = 12823 bytes
SHA1 (geojson-1.2.2.tar.gz) = 367d698699152141ddd0c1b6636d3dfd0b0bdc57
RMD160 (geojson-1.2.2.tar.gz) = 70527b6ffdaee95cd29b451e4feaf023988b5f7a
Size (geojson-1.2.2.tar.gz) = 16049 bytes

0 comments on commit a425a68

Please sign in to comment.