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/a1bb4d97c9c5
branches:  trunk
changeset: 315125:a1bb4d97c9c5
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Fri Nov 16 15:27:37 2018 +0000

description:
py-google-maps-services-python: Update to 2.5.1.

No changelog provided; notable news per README is the geolocation API.

diffstat:

 geography/py-google-maps-services-python/Makefile               |   8 ++--
 geography/py-google-maps-services-python/PLIST                  |   5 ++-
 geography/py-google-maps-services-python/distinfo               |  11 +++---
 geography/py-google-maps-services-python/patches/patch-setup.py |  16 ----------
 4 files changed, 13 insertions(+), 27 deletions(-)

diffs (78 lines):

diff -r b36993a76353 -r a1bb4d97c9c5 geography/py-google-maps-services-python/Makefile
--- a/geography/py-google-maps-services-python/Makefile Fri Nov 16 14:58:30 2018 +0000
+++ b/geography/py-google-maps-services-python/Makefile Fri Nov 16 15:27:37 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/16 15:27:37 kleink Exp $
 
-DISTNAME=      google-maps-services-python-2.4.2
+DISTNAME=      google-maps-services-python-2.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  -https://github.com/googlemaps/google-maps-services-python/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
@@ -10,8 +10,8 @@
 COMMENT=       Python client library for Google Maps API Web Services
 LICENSE=       apache-2.0
 
-#DEPENDS+=     ${PYPKGPREFIX}-requests<=2.9.1:../../devel/py-requests
-BROKEN=                Needs old version of py-requests.
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20.0<3.0:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
 
 EGG_NAME=      googlemaps-${PKGVERSION_NOREV}
 
diff -r b36993a76353 -r a1bb4d97c9c5 geography/py-google-maps-services-python/PLIST
--- a/geography/py-google-maps-services-python/PLIST    Fri Nov 16 14:58:30 2018 +0000
+++ b/geography/py-google-maps-services-python/PLIST    Fri Nov 16 15:27:37 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/01/10 13:42:02 kleink Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/11/16 15:27:37 kleink Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -28,6 +28,9 @@
 ${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/places.py
 ${PYSITELIB}/googlemaps/places.pyc
 ${PYSITELIB}/googlemaps/places.pyo
diff -r b36993a76353 -r a1bb4d97c9c5 geography/py-google-maps-services-python/distinfo
--- a/geography/py-google-maps-services-python/distinfo Fri Nov 16 14:58:30 2018 +0000
+++ b/geography/py-google-maps-services-python/distinfo Fri Nov 16 15:27:37 2018 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/01/10 13:42:02 kleink Exp $
+$NetBSD: distinfo,v 1.6 2018/11/16 15:27:37 kleink Exp $
 
-SHA1 (google-maps-services-python-2.4.2.tar.gz) = 622d94dbd3e375ed87369bc48e580b17ac36bc30
-RMD160 (google-maps-services-python-2.4.2.tar.gz) = f1c275851a52c738fd7dcecc67692bb1a91ca6e0
-SHA512 (google-maps-services-python-2.4.2.tar.gz) = 8b0f926b33acf9f12fa425bd2e5bc72593c12292e805e805d9811fe2d5bb59c28e861bf62666deb3f29d72d844bbfff39dcd789143f1eb10ed1266fb22f0c60d
-Size (google-maps-services-python-2.4.2.tar.gz) = 30895 bytes
-SHA1 (patch-setup.py) = efca23a1a4d08138165e191318e20394c1f7aeeb
+SHA1 (google-maps-services-python-2.5.1.tar.gz) = 0b7154a9d3530e0fe8c39b19b6b163cde4fccbcd
+RMD160 (google-maps-services-python-2.5.1.tar.gz) = 288eafe146c9ba9c16d6295bd16c14929403b25d
+SHA512 (google-maps-services-python-2.5.1.tar.gz) = 4673df832b7fda3c43da2396f2f910b1957bb8647fdc3eb977cda812a94c2ca51070ce7ed7c29be9c250704edaed3a731a67d39b927734dda12baa85f7147fe1
+Size (google-maps-services-python-2.5.1.tar.gz) = 35644 bytes
diff -r b36993a76353 -r a1bb4d97c9c5 geography/py-google-maps-services-python/patches/patch-setup.py
--- a/geography/py-google-maps-services-python/patches/patch-setup.py   Fri Nov 16 14:58:30 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2016/01/10 13:42:02 kleink Exp $
-
-Update to latest version of requests. Closes #89.
-commit 7c9a1584aaa3a41008b182df45df8bf74cb26613
-
---- setup.py.orig      2015-12-03 03:52:12.000000000 +0000
-+++ setup.py
-@@ -14,7 +14,7 @@ if sys.version_info <= (2, 4):
- 
- 
- requirements = [
--    'requests<=2.6',
-+    'requests<=2.9.1'
- ]
- 
- setup(name='googlemaps',



Home | Main Index | Thread Index | Old Index