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/e9b006816e8f
branches:  trunk
changeset: 423194:e9b006816e8f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Feb 12 16:32:01 2020 +0000

description:
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:

 geography/py-google-maps-services-python/Makefile |   6 ++++--
 geography/py-google-maps-services-python/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 8fdc49ed5891 -r e9b006816e8f geography/py-google-maps-services-python/Makefile
--- a/geography/py-google-maps-services-python/Makefile Wed Feb 12 15:34:03 2020 +0000
+++ b/geography/py-google-maps-services-python/Makefile Wed Feb 12 16:32:01 2020 +0000
@@ -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 @@
 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 -r 8fdc49ed5891 -r e9b006816e8f geography/py-google-maps-services-python/distinfo
--- a/geography/py-google-maps-services-python/distinfo Wed Feb 12 15:34:03 2020 +0000
+++ b/geography/py-google-maps-services-python/distinfo Wed Feb 12 16:32:01 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index