summaryrefslogtreecommitdiff
path: root/geography/py-geojson/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2016-02-10Forgot to commit PLIST changes in the 1.3.2 update.kleink1-1/+4
Bump PKGREVISION.
2015-08-06Update py-geojson to 1.2.2.kleink1-1/+4
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
2014-10-23Update py-geojson to 1.0.9.kleink1-1/+4
1.0.9 (2014-10-05) ------------------ - Fix bug where unicode/non-string properties with a 'type' key cause a crash 1.0.8 (2014-09-30) ------------------ - Fix bug where unicode keys don't get decoded properly - Add coords and map_coords utilities
2014-05-28Import geojson-1.0.7 as geography/py-geojson.kleink1-0/+33
The geojson library contains: - Functions for encoding and decoding GeoJSON formatted data - Classes for all GeoJSON Objects - An implementation of the Python __geo_interface__ Specification