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:   kleink
Date:           Tue Feb 21 08:00:24 UTC 2017

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

Log Message:
Update py-geojson to 1.3.4.

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/py-geojson/Makefile \
    pkgsrc/geography/py-geojson/distinfo
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/geography/py-geojson/Makefile:1.9
--- pkgsrc/geography/py-geojson/Makefile:1.8    Wed Jun  8 17:43:33 2016
+++ pkgsrc/geography/py-geojson/Makefile        Tue Feb 21 08:00:24 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/02/21 08:00:24 kleink Exp $
 
-DISTNAME=      geojson-1.3.2
+DISTNAME=      geojson-1.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geojson/}
 
Index: pkgsrc/geography/py-geojson/distinfo
diff -u pkgsrc/geography/py-geojson/distinfo:1.8 pkgsrc/geography/py-geojson/distinfo:1.9
--- pkgsrc/geography/py-geojson/distinfo:1.8    Wed Feb 10 12:54:39 2016
+++ pkgsrc/geography/py-geojson/distinfo        Tue Feb 21 08:00:24 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/02/10 12:54:39 kleink Exp $
+$NetBSD: distinfo,v 1.9 2017/02/21 08:00:24 kleink Exp $
 
-SHA1 (geojson-1.3.2.tar.gz) = ca028d93b2950f8c52092d7ba5f2ebfb65326e81
-RMD160 (geojson-1.3.2.tar.gz) = e6b1e71398f4265e819aa01e18f16733e6821740
-SHA512 (geojson-1.3.2.tar.gz) = 03b11303aa6ee397b1e633edd891bea8f924675c1b2a42b1d152527119c6facff61741274ac140c103de3275c3f79588a996f2070640394f0cafd1606569cd2e
-Size (geojson-1.3.2.tar.gz) = 17232 bytes
+SHA1 (geojson-1.3.4.tar.gz) = 8646c2197b1c8863f0740ff0d281db79d378418e
+RMD160 (geojson-1.3.4.tar.gz) = be465c6e6cae1e56e3279addbd9cbf70108887d2
+SHA512 (geojson-1.3.4.tar.gz) = 1564e360041c1363e7810ed3bb8f11099ead2438210e2737627b0c75eb1414ae23a18a44a15b6ed2912980ef91a63ee16b16bf238744c0cacb89190d60144370
+Size (geojson-1.3.4.tar.gz) = 17412 bytes

Index: pkgsrc/geography/py-geojson/PLIST
diff -u pkgsrc/geography/py-geojson/PLIST:1.4 pkgsrc/geography/py-geojson/PLIST:1.5
--- pkgsrc/geography/py-geojson/PLIST:1.4       Wed Feb 10 13:02:31 2016
+++ pkgsrc/geography/py-geojson/PLIST   Tue Feb 21 08:00:24 2017
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2016/02/10 13:02:31 kleink Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/02/21 08:00:24 kleink Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/geojson/__init__.py
 ${PYSITELIB}/geojson/__init__.pyc



Home | Main Index | Thread Index | Old Index