pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/py-geojson



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 11 18:58:58 UTC 2019

Modified Files:
        pkgsrc/geography/py-geojson: Makefile PLIST distinfo

Log Message:
py-geojson: updated to 2.5.0

2.5.0:
- Add "precision" parameter to GeoJSON Object classes with default precision of 6 (0.1m)
- Fix bug where `map_geometries()` util was not preserving Feature IDs
- Remove `crs` module and features to conform to official WGS84-only GeoJSON spec
- Set up semi-automatic PyPi releases via Travis/Jazzband


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/py-geojson/Makefile \
    pkgsrc/geography/py-geojson/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/py-geojson/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/py-geojson/Makefile
diff -u pkgsrc/geography/py-geojson/Makefile:1.14 pkgsrc/geography/py-geojson/Makefile:1.15
--- pkgsrc/geography/py-geojson/Makefile:1.14   Sat Nov 10 16:12:19 2018
+++ pkgsrc/geography/py-geojson/Makefile        Wed Dec 11 18:58:58 2019
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.14 2018/11/10 16:12:19 kleink Exp $
+# $NetBSD: Makefile,v 1.15 2019/12/11 18:58:58 adam Exp $
 
-DISTNAME=      geojson-2.4.1
+DISTNAME=      geojson-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geojson/}
 
 MAINTAINER=    kleink%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/frewsxcv/python-geojson/
+HOMEPAGE=      https://github.com/frewsxcv/python-geojson
 COMMENT=       Python bindings and utlities for GeoJSON
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-geojson/distinfo
diff -u pkgsrc/geography/py-geojson/distinfo:1.14 pkgsrc/geography/py-geojson/distinfo:1.15
--- pkgsrc/geography/py-geojson/distinfo:1.14   Sat Nov 10 16:12:19 2018
+++ pkgsrc/geography/py-geojson/distinfo        Wed Dec 11 18:58:58 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/11/10 16:12:19 kleink Exp $
+$NetBSD: distinfo,v 1.15 2019/12/11 18:58:58 adam Exp $
 
-SHA1 (geojson-2.4.1.tar.gz) = d1db97a545baa8823f181dd12480b968176c879c
-RMD160 (geojson-2.4.1.tar.gz) = 383f7b0b9b113241e234a9523217f788a44ce96c
-SHA512 (geojson-2.4.1.tar.gz) = d4eccc6b269a0ba0ee52f480c6e3f2f3b11119b7f8a37191a6438516bf615d6969cbccc7bf62c4a8209a4b05fc0d4a9cda2a6dba881100e9a024beaa28c9981b
-Size (geojson-2.4.1.tar.gz) = 22730 bytes
+SHA1 (geojson-2.5.0.tar.gz) = 02ae522a407a1520c89192717216209e9747f2df
+RMD160 (geojson-2.5.0.tar.gz) = 72cae53bbe871d370d6da7c75ba24a8b7ec2cec1
+SHA512 (geojson-2.5.0.tar.gz) = 68d59a6c7d796549dba4e4e71219901c2d939c7f8f5794c1e6be7cadffb006ad99ac658e0159977b3ecc88cf5ef4f908d3837dddc54c70261291f8fa7b8ffbae
+Size (geojson-2.5.0.tar.gz) = 23086 bytes

Index: pkgsrc/geography/py-geojson/PLIST
diff -u pkgsrc/geography/py-geojson/PLIST:1.6 pkgsrc/geography/py-geojson/PLIST:1.7
--- pkgsrc/geography/py-geojson/PLIST:1.6       Tue Sep 12 16:24:00 2017
+++ pkgsrc/geography/py-geojson/PLIST   Wed Dec 11 18:58:58 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/09/12 16:24:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/12/11 18:58:58 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,9 +15,6 @@ ${PYSITELIB}/geojson/base.pyo
 ${PYSITELIB}/geojson/codec.py
 ${PYSITELIB}/geojson/codec.pyc
 ${PYSITELIB}/geojson/codec.pyo
-${PYSITELIB}/geojson/crs.py
-${PYSITELIB}/geojson/crs.pyc
-${PYSITELIB}/geojson/crs.pyo
 ${PYSITELIB}/geojson/examples.py
 ${PYSITELIB}/geojson/examples.pyc
 ${PYSITELIB}/geojson/examples.pyo



Home | Main Index | Thread Index | Old Index