diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-02-12 16:32:01 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-02-12 16:32:01 +0000 |
commit | eb705c33b9e520bf0a4ed73c5254a50f3e348148 (patch) | |
tree | 522ca6a6907a836a03fb6544238efb25a3f68dc7 /geography | |
parent | 28ee1607ff800d2f38a0c6758bdf15df4b0ec15b (diff) | |
download | pkgsrc-eb705c33b9e520bf0a4ed73c5254a50f3e348148.tar.gz |
py-google-maps-services-python: Update to 4.1.0
Changelog:
v4.1.0
Added
Adding support for passing in experience_id to Client class (#338)
v4.0.0
Changed
Python 2 is no longer supported
Removed place fields: alt_id, id, reference, and scope. Read more about this at https://developers.google.com/maps/deprecations.
v3.1.4
Changed
APIError.__str__ should always return a str (#328)
v3.1.3
Changed
deprecation warning for place fields: alt_id, id, reference, and scope. Read more about this at https://developers.google.com/maps/deprecations.
v3.1.2
Added
Tests for distribution tar as part of CI
Support for subfields such as geometry/location and geometry/viewport in Places.
v3.1.1
Changed
Added changelog to manifest
v3.1.0
Changed
Switched build system to use nox, pytest, and codecov. Added Python 3.7 to test framework.
Set precision of truncated latitude and longitude floats to 8 decimals instead of 6.
Minimum version of requests increased.
Session token parameter added to place().
Fixed issue where headers in request_kwargs were being overridden.
Added
Automation for PyPi uploads.
Long description to package.
Added tests to manifest and tarball.
Removed
Removed places places_autocomplete_session_token which can be replaced with uuid.uuid4().hex.
Removed deprecated places_radar.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/py-google-maps-services-python/Makefile | 6 | ||||
-rw-r--r-- | geography/py-google-maps-services-python/distinfo | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/geography/py-google-maps-services-python/Makefile b/geography/py-google-maps-services-python/Makefile index 84fc5849ea0..b58937771f6 100644 --- a/geography/py-google-maps-services-python/Makefile +++ b/geography/py-google-maps-services-python/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/11/16 15:27:37 kleink Exp $ +# $NetBSD: Makefile,v 1.9 2020/02/12 16:32:01 ryoon Exp $ -DISTNAME= google-maps-services-python-2.5.1 +DISTNAME= google-maps-services-python-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= geography python MASTER_SITES= -https://github.com/googlemaps/google-maps-services-python/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} @@ -13,6 +13,8 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0<3.0:../../devel/py-requests TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses +PYTHON_VERSIONS_INCOMPATIBLE= 27 + EGG_NAME= googlemaps-${PKGVERSION_NOREV} .include "../../lang/python/egg.mk" diff --git a/geography/py-google-maps-services-python/distinfo b/geography/py-google-maps-services-python/distinfo index d38780775d4..0cb1699f091 100644 --- a/geography/py-google-maps-services-python/distinfo +++ b/geography/py-google-maps-services-python/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/11/16 15:27:37 kleink Exp $ +$NetBSD: distinfo,v 1.7 2020/02/12 16:32:01 ryoon Exp $ -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 +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 |