summaryrefslogtreecommitdiff
path: root/geography/py-geojson/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2017-02-21Update py-geojson to 1.3.4.kleink1-5/+5
1.3.4 (2017-02-11) ------------------ - Remove runtime dependency on setuptools - https://github.com/frewsxcv/python-geojson/pull/90 1.3.3 (2016-07-21) ------------------ - Add validate parameter to GeoJSON constructors - https://github.com/frewsxcv/python-geojson/pull/78
2016-02-10Update py-geojson to 1.3.2.kleink1-5/+5
1.3.2 (2016-01-28) ------------------ - Add __version__ and __version_info__ attributes - https://github.com/frewsxcv/python-geojson/pull/74
2015-11-04Remove duplicate SHA512 digests that crept in.agc1-2/+1
2015-11-03Add SHA512 digests for distfiles for geography categoryagc1-1/+2
One mismatched digest found in geography/libmemphis02: # package libmemphis02 recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2 No changes were made to the libmemphis02 distinfo file Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-26Update py-geojson to 1.3.1.kleink1-4/+5
1.3.1 (2015-10-12) ------------------ - Fix validation bug for MultiPolygons - https://github.com/frewsxcv/python-geojson/pull/63
2015-08-14Update py-geojson to 1.3.0.kleink1-4/+4
1.3.0 (2015-08-11) ------------------ - Add utility to generate geometries with random data - https://github.com/frewsxcv/python-geojson/pull/60
2015-08-06Update py-geojson to 1.2.2.kleink1-4/+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-4/+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/+5
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