17
0

Accepting request 812930 from home:mcalabkova:branches:Application:Geo

- Update to 4.4.1
  * Add support for Maps Static API
  * Adding support for passing in experience_id to Client class
  * Python 2 is no longer supported
  * Removed place fields: alt_id, id, reference, and scope.
  * APIError.__str__ should always return a str
  * Tests for distribution tar as part of CI
  * Support for subfields such as geometry/location and geometry/viewport in Places.
  * Switched build system to use nox, pytest, and codecov.

OBS-URL: https://build.opensuse.org/request/show/812930
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-googlemaps?expand=0&rev=5
This commit is contained in:
2020-06-10 06:39:18 +00:00
committed by Git OBS Bridge
parent db9d3b5ac3
commit e69854438e
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 9 12:21:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 4.4.1
* Add support for Maps Static API
* Adding support for passing in experience_id to Client class
* Python 2 is no longer supported
* Removed place fields: alt_id, id, reference, and scope.
* APIError.__str__ should always return a str
* Tests for distribution tar as part of CI
* Support for subfields such as geometry/location and geometry/viewport in Places.
* Switched build system to use nox, pytest, and codecov.
-------------------------------------------------------------------
Fri Mar 15 12:37:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>