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
This commit is contained in:
John Vandenberg 2019-08-27 09:40:28 +00:00 committed by Git OBS Bridge
parent 46d092381c
commit 30bf517f6e
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 27 07:00:00 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of descriptions.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 25 04:17:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com> Mon Mar 25 04:17:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
@ -16,9 +21,9 @@ Mon Mar 25 04:17:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
Thu Feb 18 15:12:48 UTC 2016 - eshmarnev@suse.com Thu Feb 18 15:12:48 UTC 2016 - eshmarnev@suse.com
- update to version 1.11.0: - update to version 1.11.0:
* ADDED: Photon geocoder. * ADDED: Photon geocoder.
* ADDED: Bing supports structured query parameters. * 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: Index out of range error with no results using Yandex.
* FIXED: Nominatim was incorrectly sending view_box when not requested, and formatting it incorrectly. * 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.GeocoderResultError` -> `geopy.exc.GeocoderQueryError`
`geopy.geocoders.base.GTooManyQueriesError` -> `geopy.exc.GeocoderQuotaExceeded` `geopy.geocoders.base.GTooManyQueriesError` -> `geopy.exc.GeocoderQuotaExceeded`
+ OpenStreetMap Nominatim geocoder implemented. + OpenStreetMap Nominatim geocoder implemented.
+ Yahoo! BOSS Geo PlaceFinder geocoder implemented. + Yahoo! BOSS Geo PlaceFinder geocoder implemented.
+ SmartyStreets LiveAddress geocoder implemented. + SmartyStreets LiveAddress geocoder implemented.
+ GeoNames geocoder is implements GeoNames' new username + 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 + Bing geocoder supports `user_location` (`Point`) parameter. Bing will
prefer results near the coordinates of `user_location`. prefer results near the coordinates of `user_location`.
+ `GoogleV3.geocode_first()` no longer throws exception on multiple + `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. not present.
+ Miscellaneous inconsistent behavior and errors in geolocating. + Miscellaneous inconsistent behavior and errors in geolocating.
+ Google V2 geocoder has been removed as its API was shutdown. + 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 + Fix #12, where `DeprecationWarning` was showing for GoogleV2 even if
it wasn't being used (due to `geopy.geocoders` importing it). it wasn't being used (due to `geopy.geocoders` importing it).
+ `GoogleV3.geocode` "address" kwarg renamed to "string" to match + `GoogleV3.geocode` "address" kwarg renamed to "string" to match

View File

@ -49,9 +49,9 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Geopy makes it easy for developers to locate the coordinates of addresses, cities, Geopy can determine the coordinates of addresses, cities, countries,
countries, and landmarks across the globe using third-party geocoders and other data and landmarks using third-party geocoders and other data sources such
sources, such as wikis. as wikis.
Geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows Geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows
Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS