pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-google-maps-services-python
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Mar 20 01:37:23 UTC 2020
Modified Files:
pkgsrc/geography/py-google-maps-services-python: Makefile PLIST
distinfo
Log Message:
py-google-maps-services-python: Update to 4.2.0
Changelog:
Add support for Maps Static API (#344)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
pkgsrc/geography/py-google-maps-services-python/Makefile
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/geography/py-google-maps-services-python/PLIST
cvs rdiff -u -r1.7 -r1.8 \
pkgsrc/geography/py-google-maps-services-python/distinfo
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-google-maps-services-python/Makefile
diff -u pkgsrc/geography/py-google-maps-services-python/Makefile:1.9 pkgsrc/geography/py-google-maps-services-python/Makefile:1.10
--- pkgsrc/geography/py-google-maps-services-python/Makefile:1.9 Wed Feb 12 16:32:01 2020
+++ pkgsrc/geography/py-google-maps-services-python/Makefile Fri Mar 20 01:37:23 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/02/12 16:32:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/20 01:37:23 ryoon Exp $
-DISTNAME= google-maps-services-python-4.1.0
+DISTNAME= google-maps-services-python-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= -https://github.com/googlemaps/google-maps-services-python/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
Index: pkgsrc/geography/py-google-maps-services-python/PLIST
diff -u pkgsrc/geography/py-google-maps-services-python/PLIST:1.4 pkgsrc/geography/py-google-maps-services-python/PLIST:1.5
--- pkgsrc/geography/py-google-maps-services-python/PLIST:1.4 Fri Nov 16 15:27:37 2018
+++ pkgsrc/geography/py-google-maps-services-python/PLIST Fri Mar 20 01:37:23 2020
@@ -1,42 +1,45 @@
-@comment $NetBSD: PLIST,v 1.4 2018/11/16 15:27:37 kleink Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/03/20 01:37:23 ryoon 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}/googlemaps/__init__.py
-${PYSITELIB}/googlemaps/__init__.pyc
${PYSITELIB}/googlemaps/__init__.pyo
-${PYSITELIB}/googlemaps/client.py
-${PYSITELIB}/googlemaps/client.pyc
+${PYSITELIB}/googlemaps/__init__.pyc
${PYSITELIB}/googlemaps/client.pyo
-${PYSITELIB}/googlemaps/convert.py
-${PYSITELIB}/googlemaps/convert.pyc
+${PYSITELIB}/googlemaps/client.pyc
${PYSITELIB}/googlemaps/convert.pyo
-${PYSITELIB}/googlemaps/directions.py
-${PYSITELIB}/googlemaps/directions.pyc
+${PYSITELIB}/googlemaps/convert.pyc
${PYSITELIB}/googlemaps/directions.pyo
-${PYSITELIB}/googlemaps/distance_matrix.py
-${PYSITELIB}/googlemaps/distance_matrix.pyc
+${PYSITELIB}/googlemaps/directions.pyc
${PYSITELIB}/googlemaps/distance_matrix.pyo
-${PYSITELIB}/googlemaps/elevation.py
-${PYSITELIB}/googlemaps/elevation.pyc
+${PYSITELIB}/googlemaps/distance_matrix.pyc
${PYSITELIB}/googlemaps/elevation.pyo
-${PYSITELIB}/googlemaps/exceptions.py
-${PYSITELIB}/googlemaps/exceptions.pyc
+${PYSITELIB}/googlemaps/elevation.pyc
${PYSITELIB}/googlemaps/exceptions.pyo
-${PYSITELIB}/googlemaps/geocoding.py
-${PYSITELIB}/googlemaps/geocoding.pyc
+${PYSITELIB}/googlemaps/exceptions.pyc
${PYSITELIB}/googlemaps/geocoding.pyo
-${PYSITELIB}/googlemaps/geolocation.py
-${PYSITELIB}/googlemaps/geolocation.pyc
+${PYSITELIB}/googlemaps/geocoding.pyc
${PYSITELIB}/googlemaps/geolocation.pyo
-${PYSITELIB}/googlemaps/places.py
-${PYSITELIB}/googlemaps/places.pyc
+${PYSITELIB}/googlemaps/geolocation.pyc
+${PYSITELIB}/googlemaps/maps.pyo
+${PYSITELIB}/googlemaps/maps.pyc
${PYSITELIB}/googlemaps/places.pyo
-${PYSITELIB}/googlemaps/roads.py
-${PYSITELIB}/googlemaps/roads.pyc
+${PYSITELIB}/googlemaps/places.pyc
${PYSITELIB}/googlemaps/roads.pyo
-${PYSITELIB}/googlemaps/timezone.py
-${PYSITELIB}/googlemaps/timezone.pyc
+${PYSITELIB}/googlemaps/roads.pyc
${PYSITELIB}/googlemaps/timezone.pyo
+${PYSITELIB}/googlemaps/timezone.pyc
+${PYSITELIB}/googlemaps/client.py
+${PYSITELIB}/googlemaps/convert.py
+${PYSITELIB}/googlemaps/directions.py
+${PYSITELIB}/googlemaps/distance_matrix.py
+${PYSITELIB}/googlemaps/elevation.py
+${PYSITELIB}/googlemaps/exceptions.py
+${PYSITELIB}/googlemaps/geocoding.py
+${PYSITELIB}/googlemaps/geolocation.py
+${PYSITELIB}/googlemaps/maps.py
+${PYSITELIB}/googlemaps/places.py
+${PYSITELIB}/googlemaps/roads.py
+${PYSITELIB}/googlemaps/timezone.py
Index: pkgsrc/geography/py-google-maps-services-python/distinfo
diff -u pkgsrc/geography/py-google-maps-services-python/distinfo:1.7 pkgsrc/geography/py-google-maps-services-python/distinfo:1.8
--- pkgsrc/geography/py-google-maps-services-python/distinfo:1.7 Wed Feb 12 16:32:01 2020
+++ pkgsrc/geography/py-google-maps-services-python/distinfo Fri Mar 20 01:37:23 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/02/12 16:32:01 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2020/03/20 01:37:23 ryoon Exp $
-SHA1 (google-maps-services-python-4.1.0.tar.gz) = 9efabe87d635bb8272fd16cac1aac0b6c67887c3
-RMD160 (google-maps-services-python-4.1.0.tar.gz) = 5e900a3d43067fadaec2d9d8d5575a30d5578473
-SHA512 (google-maps-services-python-4.1.0.tar.gz) = 6ec5976d9f0b0a54e48fcad03ef86473819f7bacb05f40962730c823b459015fa5277bf183f2e74dac3f082f69a2e4b0f0077d32660df7fa4297c86a16ceff52
-Size (google-maps-services-python-4.1.0.tar.gz) = 42248 bytes
+SHA1 (google-maps-services-python-4.2.0.tar.gz) = 9f0eb9fa985da827622d07606709fe7115345ab3
+RMD160 (google-maps-services-python-4.2.0.tar.gz) = 3444686b521fdbb5408e929b4d309c67ab206d49
+SHA512 (google-maps-services-python-4.2.0.tar.gz) = 1fab45bc0beecc21e99d7881f195f9be3fd6ad53c74f6bd238fb7a01738d456d38cc8975ebb6dbe1f3abde967db78d000161dac60fa675b74166cf5bf7bc72f2
+Size (google-maps-services-python-4.2.0.tar.gz) = 46098 bytes
Home |
Main Index |
Thread Index |
Old Index