pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-googlemaps



Module Name:    pkgsrc
Committed By:   kleink
Date:           Sat Mar 13 14:11:18 UTC 2021

Modified Files:
        pkgsrc/geography/py-googlemaps: Makefile distinfo

Log Message:
py-googlemaps: Update to 4.4.4.

4.4.4 (2021-03-12)
------------------

Bug Fixes

* make Places textsearch query parameter optional (399) (6b29efd)

4.4.3 (2021-03-01)
------------------

Bug Fixes

* fixed code quality issues (398) (44cafa0)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/py-googlemaps/Makefile \
    pkgsrc/geography/py-googlemaps/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-googlemaps/Makefile
diff -u pkgsrc/geography/py-googlemaps/Makefile:1.5 pkgsrc/geography/py-googlemaps/Makefile:1.6
--- pkgsrc/geography/py-googlemaps/Makefile:1.5 Thu Sep  3 14:03:24 2020
+++ pkgsrc/geography/py-googlemaps/Makefile     Sat Mar 13 14:11:18 2021
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2020/09/03 14:03:24 kleink Exp $
+# $NetBSD: Makefile,v 1.6 2021/03/13 14:11:18 kleink Exp $
 
-DISTNAME=      googlemaps-4.4.2
+DISTNAME=      googlemaps-4.4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=g/googlemaps/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=googlemaps/}
+
+GITHUB_PROJECT=        google-maps-services-python
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    kleink%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/googlemaps/google-maps-services-python
Index: pkgsrc/geography/py-googlemaps/distinfo
diff -u pkgsrc/geography/py-googlemaps/distinfo:1.5 pkgsrc/geography/py-googlemaps/distinfo:1.6
--- pkgsrc/geography/py-googlemaps/distinfo:1.5 Thu Sep  3 14:03:24 2020
+++ pkgsrc/geography/py-googlemaps/distinfo     Sat Mar 13 14:11:18 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/09/03 14:03:24 kleink Exp $
+$NetBSD: distinfo,v 1.6 2021/03/13 14:11:18 kleink Exp $
 
-SHA1 (googlemaps-4.4.2.tar.gz) = cfb88c1831a6e42fda54bfb5f473e682e0adb004
-RMD160 (googlemaps-4.4.2.tar.gz) = 78fb01d94fb822bf73d5aebad40df957d13feed7
-SHA512 (googlemaps-4.4.2.tar.gz) = 38dd8f3ada1985915222a8597bae38346c74f40f3eded8de30a5e1c41f0b1dc56bc3517a0e7f499c341d16f32f697ef40d14f0008f37b511f8fa6f5a5af33ede
-Size (googlemaps-4.4.2.tar.gz) = 29681 bytes
+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



Home | Main Index | Thread Index | Old Index