update (forwarded request 210948 from posophe) OBS-URL: https://build.opensuse.org/request/show/210949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geopy?expand=0&rev=10
85 lines
3.5 KiB
Plaintext
85 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 11 01:23:31 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Update to version 0.96.2
|
|
+ fix : MANIFEST.in should not use `exclude`.
|
|
- Changes from 0.96.1
|
|
+ fix : GoogleV3 returns `None` when the service returns an error
|
|
status of `ZERO_RESULTS`.
|
|
- Changes from 0.96.0
|
|
+ GoogleV3's reverse geocoder now returns one result by default. Set
|
|
`exactly_one` to False for a list.
|
|
|
|
+ GoogleV3 returns new exception types:
|
|
`geopy.geocoders.base.GQueryError` -> `geopy.exc.GeocoderQueryError`
|
|
`geopy.geocoders.base.GeocoderResultError` -> `geopy.exc.GeocoderQueryError`
|
|
`geopy.geocoders.base.GTooManyQueriesError` -> `geopy.exc.GeocoderQuotaExceeded`
|
|
|
|
+ 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.
|
|
+ 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
|
|
results.
|
|
+ Unnecessary coercing to UTF-8 on Py3k.
|
|
+`format_degrees` now rounds minutes properly.
|
|
+ No longer warn if the optional dependency `BeautifulSoup` is
|
|
not present.
|
|
+ Miscellaneous inconsistent behavior and errors in geolocating.
|
|
+ Google V2 geocoder has been removed as its API was shutdown.
|
|
- 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
|
|
`Google.geocode` to make updating easier.
|
|
+ Geocoders now properly handle Unicode objects as input (previously
|
|
would fail on non-ASCII characters due to wanting UTF-8 strings).
|
|
- Changes from 0.95
|
|
+ Google Geocoding API V3 support. "google.Google()" should be
|
|
replaced by "googlev3.GoogleV3()", with no `api_key`.
|
|
Please see http://goo.gl/somDT for valid arguments.
|
|
+ setup.py updated to now automatically support Python 3+
|
|
(via 2to3 auto-compile option).
|
|
- Package LICENSE, README and RELEASES in documentation directory
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:06:00 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 13 01:32:09 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
- Update to 0.94.2:
|
|
ADDED: MANIFEST.in so that LICENSE file gets included in dist
|
|
packages (per req by Debian Python Module Team)
|
|
UPDATED: Yahoo geocoder uses new PlaceFinder API instead of
|
|
outdated MapsService V1 API.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 21 09:25:03 UTC 2011 - saschpe@suse.de
|
|
|
|
- Spec file cleanup:
|
|
* Removed %clean section (not needed anymore)
|
|
* Removed CFLAGS (not a C extension)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 24 23:18:59 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
- Update to 0.94.1;
|
|
- Regenerated spec file with py2pack.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 9 01:17:23 UTC 2010 - alexandre@exatati.com.br
|
|
|
|
- Update to 0.94;
|
|
- Building as noarch for openSUSE >= 11.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 12:57:25 UTC 2009 - alexandre@exatati.com.br
|
|
|
|
- Initial package (0.93) for openSUSE.
|