pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/py-googlemaps py-googlemaps: updated to 4.4.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdd4beab1d47
branches:  trunk
changeset: 448847:cdd4beab1d47
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 16 08:16:57 2021 +0000

description:
py-googlemaps: updated to 4.4.5

v4.4.5:
Bug Fixes
Add parameter 'origin' to places autocomplete

diffstat:

 geography/py-googlemaps/Makefile |  16 +++-------------
 geography/py-googlemaps/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 18 deletions(-)

diffs (51 lines):

diff -r 1a3705c1eb77 -r cdd4beab1d47 geography/py-googlemaps/Makefile
--- a/geography/py-googlemaps/Makefile  Tue Mar 16 08:09:24 2021 +0000
+++ b/geography/py-googlemaps/Makefile  Tue Mar 16 08:16:57 2021 +0000
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2021/03/13 14:11:18 kleink Exp $
+# $NetBSD: Makefile,v 1.7 2021/03/16 08:16:57 adam Exp $
 
-DISTNAME=      googlemaps-4.4.4
+DISTNAME=      googlemaps-4.4.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=googlemaps/}
-
-GITHUB_PROJECT=        google-maps-services-python
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/googlemaps/}
 
 MAINTAINER=    kleink%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/googlemaps/google-maps-services-python
@@ -14,16 +11,9 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
-PYSETUPTESTTARGET=     pytest
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
diff -r 1a3705c1eb77 -r cdd4beab1d47 geography/py-googlemaps/distinfo
--- a/geography/py-googlemaps/distinfo  Tue Mar 16 08:09:24 2021 +0000
+++ b/geography/py-googlemaps/distinfo  Tue Mar 16 08:16:57 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/03/13 14:11:18 kleink Exp $
+$NetBSD: distinfo,v 1.7 2021/03/16 08:16:57 adam Exp $
 
-SHA1 (googlemaps-4.4.4.tar.gz) = 6fe27f7d1dd521c50d1a6c122b39ab10fa282f6a
-RMD160 (googlemaps-4.4.4.tar.gz) = a401153108448da14d63abcfc37c75894ea393bf
-SHA512 (googlemaps-4.4.4.tar.gz) = 37fb60cb43094f41d4be980cccaf2268a6f9453ec580baa2129c461a0acb2a844121d519d85c064cb62587281e6fe7117244ad42052c59f84340cabf6e11bc74
-Size (googlemaps-4.4.4.tar.gz) = 46860 bytes
+SHA1 (googlemaps-4.4.5.tar.gz) = dec8448dff4e3eaf1b00404ad661360fc0815ff0
+RMD160 (googlemaps-4.4.5.tar.gz) = 62a24ed5377bdc8dc589ac458775a635f3803d94
+SHA512 (googlemaps-4.4.5.tar.gz) = 6bfa571e6ca96a242e4f93ef6ca9ff8d6917ea059620ed45a7790f0eca78c45d104307454b1e1f59e1cf3bd8b43db9e63efb9e495c51d04898c8a036fd21c6db
+Size (googlemaps-4.4.5.tar.gz) = 31782 bytes



Home | Main Index | Thread Index | Old Index