diff options
author | kleink <kleink@pkgsrc.org> | 2015-08-06 10:15:12 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2015-08-06 10:15:12 +0000 |
commit | 06faefadb9843570de069c3c226153a6211e3036 (patch) | |
tree | 53a4ac377c8eb5afae337669918fce78ba757611 /geography | |
parent | fa7530304ab470fe865603a5f81179cf955b777e (diff) | |
download | pkgsrc-06faefadb9843570de069c3c226153a6211e3036.tar.gz |
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
Diffstat (limited to 'geography')
-rw-r--r-- | geography/py-geojson/Makefile | 4 | ||||
-rw-r--r-- | geography/py-geojson/PLIST | 5 | ||||
-rw-r--r-- | geography/py-geojson/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/geography/py-geojson/Makefile b/geography/py-geojson/Makefile index 1cdc237e1b7..84971f2345d 100644 --- a/geography/py-geojson/Makefile +++ b/geography/py-geojson/Makefile @@ -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/ diff --git a/geography/py-geojson/PLIST b/geography/py-geojson/PLIST index 98ceb83efd3..fcd52980ae8 100644 --- a/geography/py-geojson/PLIST +++ b/geography/py-geojson/PLIST @@ -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 @@ -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 diff --git a/geography/py-geojson/distinfo b/geography/py-geojson/distinfo index 6277cea7745..1298e406f4f 100644 --- a/geography/py-geojson/distinfo +++ b/geography/py-geojson/distinfo @@ -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 |