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:           Tue Sep 12 16:24:00 UTC 2017

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

Log Message:
geography/py-geojson: update to 2.1.0

2.1.0:
- Implement validation for GeometryCollection

2.0.0:
- Rewrite of validation mechanism (breaking change).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/py-geojson/Makefile \
    pkgsrc/geography/py-geojson/distinfo
cvs rdiff -u -r1.5 -r1.6 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.10 pkgsrc/geography/py-geojson/Makefile:1.11
--- pkgsrc/geography/py-geojson/Makefile:1.10   Tue Aug  1 18:05:09 2017
+++ pkgsrc/geography/py-geojson/Makefile        Tue Sep 12 16:24:00 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/08/01 18:05:09 kleink Exp $
+# $NetBSD: Makefile,v 1.11 2017/09/12 16:24:00 adam Exp $
 
-DISTNAME=      geojson-1.3.5
+DISTNAME=      geojson-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geojson/}
Index: pkgsrc/geography/py-geojson/distinfo
diff -u pkgsrc/geography/py-geojson/distinfo:1.10 pkgsrc/geography/py-geojson/distinfo:1.11
--- pkgsrc/geography/py-geojson/distinfo:1.10   Tue Aug  1 18:05:09 2017
+++ pkgsrc/geography/py-geojson/distinfo        Tue Sep 12 16:24:00 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/08/01 18:05:09 kleink Exp $
+$NetBSD: distinfo,v 1.11 2017/09/12 16:24:00 adam Exp $
 
-SHA1 (geojson-1.3.5.tar.gz) = fa48681449dbc693218b23123ed369e87fb4fe9c
-RMD160 (geojson-1.3.5.tar.gz) = c627303470b614e80bc01d1c148faa8ad036953e
-SHA512 (geojson-1.3.5.tar.gz) = ea47e21da6d6ae5fd996a453492afc69370875bc9123f6a39e6f7dea7bbaf3fae480dc844ce84e28a275f6d5f583a669992ea6e85ed83f1be949fda129e660e1
-Size (geojson-1.3.5.tar.gz) = 17523 bytes
+SHA1 (geojson-2.1.0.tar.gz) = a0e6779c2817ae921b7c87c0e4c517f2d97e04a9
+RMD160 (geojson-2.1.0.tar.gz) = 6400f36e51fa1591cd4a071f9871de72672458a4
+SHA512 (geojson-2.1.0.tar.gz) = 9a52e1657e054d6dfbc0bd661db4ff612790ca2ee173045bce6a6dedeb1c1bea254e5796d386391228288b46af610d2477d4363e5d122be02e499b0ca3abbbc5
+Size (geojson-2.1.0.tar.gz) = 17357 bytes

Index: pkgsrc/geography/py-geojson/PLIST
diff -u pkgsrc/geography/py-geojson/PLIST:1.5 pkgsrc/geography/py-geojson/PLIST:1.6
--- pkgsrc/geography/py-geojson/PLIST:1.5       Tue Feb 21 08:00:24 2017
+++ pkgsrc/geography/py-geojson/PLIST   Tue Sep 12 16:24:00 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/02/21 08:00:24 kleink Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/09/12 16:24:00 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,6 +36,3 @@ ${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



Home | Main Index | Thread Index | Old Index