pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/py-google-maps-services-python py-google-map...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e3a82a554b4
branches:  trunk
changeset: 413413:3e3a82a554b4
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Mar 20 01:37:23 2020 +0000

description:
py-google-maps-services-python: Update to 4.2.0

Changelog:
    Add support for Maps Static API (#344)

diffstat:

 geography/py-google-maps-services-python/Makefile |   4 +-
 geography/py-google-maps-services-python/PLIST    |  51 ++++++++++++----------
 geography/py-google-maps-services-python/distinfo |  10 ++--
 3 files changed, 34 insertions(+), 31 deletions(-)

diffs (100 lines):

diff -r 618fdb1e9b3d -r 3e3a82a554b4 geography/py-google-maps-services-python/Makefile
--- a/geography/py-google-maps-services-python/Makefile Fri Mar 20 00:57:59 2020 +0000
+++ b/geography/py-google-maps-services-python/Makefile Fri Mar 20 01:37:23 2020 +0000
@@ -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}
diff -r 618fdb1e9b3d -r 3e3a82a554b4 geography/py-google-maps-services-python/PLIST
--- a/geography/py-google-maps-services-python/PLIST    Fri Mar 20 00:57:59 2020 +0000
+++ b/geography/py-google-maps-services-python/PLIST    Fri Mar 20 01:37:23 2020 +0000
@@ -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__.pyo
 ${PYSITELIB}/googlemaps/__init__.pyc
-${PYSITELIB}/googlemaps/__init__.pyo
-${PYSITELIB}/googlemaps/client.py
+${PYSITELIB}/googlemaps/client.pyo
 ${PYSITELIB}/googlemaps/client.pyc
-${PYSITELIB}/googlemaps/client.pyo
+${PYSITELIB}/googlemaps/convert.pyo
+${PYSITELIB}/googlemaps/convert.pyc
+${PYSITELIB}/googlemaps/directions.pyo
+${PYSITELIB}/googlemaps/directions.pyc
+${PYSITELIB}/googlemaps/distance_matrix.pyo
+${PYSITELIB}/googlemaps/distance_matrix.pyc
+${PYSITELIB}/googlemaps/elevation.pyo
+${PYSITELIB}/googlemaps/elevation.pyc
+${PYSITELIB}/googlemaps/exceptions.pyo
+${PYSITELIB}/googlemaps/exceptions.pyc
+${PYSITELIB}/googlemaps/geocoding.pyo
+${PYSITELIB}/googlemaps/geocoding.pyc
+${PYSITELIB}/googlemaps/geolocation.pyo
+${PYSITELIB}/googlemaps/geolocation.pyc
+${PYSITELIB}/googlemaps/maps.pyo
+${PYSITELIB}/googlemaps/maps.pyc
+${PYSITELIB}/googlemaps/places.pyo
+${PYSITELIB}/googlemaps/places.pyc
+${PYSITELIB}/googlemaps/roads.pyo
+${PYSITELIB}/googlemaps/roads.pyc
+${PYSITELIB}/googlemaps/timezone.pyo
+${PYSITELIB}/googlemaps/timezone.pyc
+${PYSITELIB}/googlemaps/client.py
 ${PYSITELIB}/googlemaps/convert.py
-${PYSITELIB}/googlemaps/convert.pyc
-${PYSITELIB}/googlemaps/convert.pyo
 ${PYSITELIB}/googlemaps/directions.py
-${PYSITELIB}/googlemaps/directions.pyc
-${PYSITELIB}/googlemaps/directions.pyo
 ${PYSITELIB}/googlemaps/distance_matrix.py
-${PYSITELIB}/googlemaps/distance_matrix.pyc
-${PYSITELIB}/googlemaps/distance_matrix.pyo
 ${PYSITELIB}/googlemaps/elevation.py
-${PYSITELIB}/googlemaps/elevation.pyc
-${PYSITELIB}/googlemaps/elevation.pyo
 ${PYSITELIB}/googlemaps/exceptions.py
-${PYSITELIB}/googlemaps/exceptions.pyc
-${PYSITELIB}/googlemaps/exceptions.pyo
 ${PYSITELIB}/googlemaps/geocoding.py
-${PYSITELIB}/googlemaps/geocoding.pyc
-${PYSITELIB}/googlemaps/geocoding.pyo
 ${PYSITELIB}/googlemaps/geolocation.py
-${PYSITELIB}/googlemaps/geolocation.pyc
-${PYSITELIB}/googlemaps/geolocation.pyo
+${PYSITELIB}/googlemaps/maps.py
 ${PYSITELIB}/googlemaps/places.py
-${PYSITELIB}/googlemaps/places.pyc
-${PYSITELIB}/googlemaps/places.pyo
 ${PYSITELIB}/googlemaps/roads.py
-${PYSITELIB}/googlemaps/roads.pyc
-${PYSITELIB}/googlemaps/roads.pyo
 ${PYSITELIB}/googlemaps/timezone.py
-${PYSITELIB}/googlemaps/timezone.pyc
-${PYSITELIB}/googlemaps/timezone.pyo
diff -r 618fdb1e9b3d -r 3e3a82a554b4 geography/py-google-maps-services-python/distinfo
--- a/geography/py-google-maps-services-python/distinfo Fri Mar 20 00:57:59 2020 +0000
+++ b/geography/py-google-maps-services-python/distinfo Fri Mar 20 01:37:23 2020 +0000
@@ -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