From 30bf517f6e6b8134db06aafb55c8df19531239af4cfc94f18a292a5001cbc9fc Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 27 Aug 2019 09:40:28 +0000 Subject: [PATCH] Accepting request 726368 from home:jengelh:branches:Application:Geo - Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/726368 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopy?expand=0&rev=3 --- python-geopy.changes | 15 ++++++++++----- python-geopy.spec | 6 +++--- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/python-geopy.changes b/python-geopy.changes index dca2c06..ba95001 100644 --- a/python-geopy.changes +++ b/python-geopy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 27 07:00:00 UTC 2019 - Jan Engelhardt + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Mon Mar 25 04:17:12 UTC 2019 - John Vandenberg @@ -16,9 +21,9 @@ Mon Mar 25 04:17:12 UTC 2019 - John Vandenberg Thu Feb 18 15:12:48 UTC 2016 - eshmarnev@suse.com - update to version 1.11.0: - * ADDED: Photon geocoder. + * ADDED: Photon geocoder. * ADDED: Bing supports structured query parameters. - * CHANGED: Geocoders send a User-Agent header, which by default is geopy/1.11.0. + * CHANGED: Geocoders send a User-Agent header, which by default is geopy/1.11.0. * FIXED: Index out of range error with no results using Yandex. * FIXED: Nominatim was incorrectly sending view_box when not requested, and formatting it incorrectly. @@ -221,11 +226,11 @@ Wed Dec 11 01:23:31 UTC 2013 - p.drouand@gmail.com `geopy.geocoders.base.GeocoderResultError` -> `geopy.exc.GeocoderQueryError` `geopy.geocoders.base.GTooManyQueriesError` -> `geopy.exc.GeocoderQuotaExceeded` - + OpenStreetMap Nominatim geocoder implemented. + + OpenStreetMap Nominatim geocoder implemented. + Yahoo! BOSS Geo PlaceFinder geocoder implemented. + SmartyStreets LiveAddress geocoder implemented. + GeoNames geocoder is implements GeoNames' new username - requirement and `api.geonames.org` endpoint. + requirement and `api.geonames.org` endpoint. + Bing geocoder supports `user_location` (`Point`) parameter. Bing will prefer results near the coordinates of `user_location`. + `GoogleV3.geocode_first()` no longer throws exception on multiple @@ -236,7 +241,7 @@ Wed Dec 11 01:23:31 UTC 2013 - p.drouand@gmail.com not present. + Miscellaneous inconsistent behavior and errors in geolocating. + Google V2 geocoder has been removed as its API was shutdown. -- Changes from +- Changes from + Fix #12, where `DeprecationWarning` was showing for GoogleV2 even if it wasn't being used (due to `geopy.geocoders` importing it). + `GoogleV3.geocode` "address" kwarg renamed to "string" to match diff --git a/python-geopy.spec b/python-geopy.spec index 8d3689b..d7fefb5 100644 --- a/python-geopy.spec +++ b/python-geopy.spec @@ -49,9 +49,9 @@ BuildArch: noarch %python_subpackages %description -Geopy makes it easy for developers to locate the coordinates of addresses, cities, -countries, and landmarks across the globe using third-party geocoders and other data -sources, such as wikis. +Geopy can determine the coordinates of addresses, cities, countries, +and landmarks using third-party geocoders and other data sources such +as wikis. Geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS