pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/py-geojson geography/py-geojson: update to 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04fae763fa63
branches:  trunk
changeset: 368247:04fae763fa63
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 12 16:24:00 2017 +0000

description:
geography/py-geojson: update to 2.1.0

2.1.0:
- Implement validation for GeometryCollection

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

diffstat:

 geography/py-geojson/Makefile |   4 ++--
 geography/py-geojson/PLIST    |   5 +----
 geography/py-geojson/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r d3ee1c400868 -r 04fae763fa63 geography/py-geojson/Makefile
--- a/geography/py-geojson/Makefile     Tue Sep 12 14:57:24 2017 +0000
+++ b/geography/py-geojson/Makefile     Tue Sep 12 16:24:00 2017 +0000
@@ -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/}
diff -r d3ee1c400868 -r 04fae763fa63 geography/py-geojson/PLIST
--- a/geography/py-geojson/PLIST        Tue Sep 12 14:57:24 2017 +0000
+++ b/geography/py-geojson/PLIST        Tue Sep 12 16:24:00 2017 +0000
@@ -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/utils.py
 ${PYSITELIB}/geojson/utils.pyc
 ${PYSITELIB}/geojson/utils.pyo
-${PYSITELIB}/geojson/validation.py
-${PYSITELIB}/geojson/validation.pyc
-${PYSITELIB}/geojson/validation.pyo
diff -r d3ee1c400868 -r 04fae763fa63 geography/py-geojson/distinfo
--- a/geography/py-geojson/distinfo     Tue Sep 12 14:57:24 2017 +0000
+++ b/geography/py-geojson/distinfo     Tue Sep 12 16:24:00 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index