Changelog for
python3-geopy-1.11.0-2.6.noarch.rpm :
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* updated source url to files.pythonhosted.org
Tue Oct 20 14:00:00 2015 arunAATTgmx.de
- update to version 1.11.0:
* ADDED: Photon geocoder. Contributed by mthh.
* ADDED: Bing supports structured query parameters. Contributed by
SemiNormal.
* CHANGED: Geocoders send a User-Agent header, which by default is
geopy/1.11.0. Configure it during geocoder
initialization. Contributed by sebastianneubauer.
* FIXED: Index out of range error with no results using
Yandex. Contributed by facciocose.
* FIXED: Nominatim was incorrectly sending view_box when not
requested, and formatting it incorrectly. Contributed by m0zes.
Tue Apr 7 14:00:00 2015 arunAATTgmx.de
- update to version 1.10.0:
* CHANGED: GeocodeFarm now uses version 3 of the service\'s API,
which allows use by unauthenticated users, multiple results, and
SSL/TLS. You may need to obtain a new API key from GeocodeFarm, or
use None for their free tier. Contributed by Eric Palakovich Carr.
* ADDED: DataBC geocoder for use with the British Columbia
government\'s DataBC service. Contributed by Benjamin
Trigona-Harany.
* ADDED: Placefinder\'s geocode method now requests a timezone if the
with_timezone parameter is true. Contributed by willr.
* FIXED: Nominatim specifies a viewbox parameter rather than the
apparently deprecated view_box.
Tue Feb 17 13:00:00 2015 arunAATTgmx.de
- update to version 1.9.1:
* FIXED: Fix support for GoogleV3 bounds parameter. Contributed by
Benjamin Trigona-Harany.
Sat Feb 14 13:00:00 2015 arunAATTgmx.de
- update to version 1.9.0:
* CHANGED: MapQuest geocoder removed as the API it uses is now only
available to enterprise accounts. OpenMapQuest is a replacement
for Nominatim-sourced data.
* CHANGED: Nominatim now uses HTTPS by default and accepts a scheme
argument. Contributed by srounet.
* ADDED: Nominatim now accepts a domain argument, which allows using
a different server than nominatim.openstreetmap.org. Contributed
by srounet.
* FIXED: Bing was not accessible from
get_geocoder_for_service. Contributed by Adrián López.
Fri Jan 30 13:00:00 2015 arunAATTgmx.de
- update to version 1.8.1:
* FIXED: GoogleV3 geocoder did not send API keys for reverse and
timezone methods.
Sun Jan 25 13:00:00 2015 arunAATTgmx.de
- update to version 1.8.0:
* ADDED: NaviData geocoder added. Contributed by NaviData.
* CHANGED: LiveAddress now requires HTTPS connections. If you set
scheme to be http, rather than the default https, you will now
receive a ConfigurationError.
Sun Jan 25 13:00:00 2015 arunAATTgmx.de
- specfile:
* update copyright year
* update url (moved to github)
- update to version 1.7.1:
* FIXED: IGN France geocoder\'s address formatting better handles
results that do not have a building number. Contributed by Thomas
Gratier.
- changes from version 1.7.0:
* ADDED: IGN France geocoder. Contributed by Thomas Gratier.
* FIXED: Bing checks the response body for error codes.
- changes from version 1.6.1:
* FIXED: What3Words validation loosened. Contributed by spatialbitz.
* FIXED: Point.format() includes altitude.
- changes from version 1.6.0:
* ADDED: Python 3.2 and PyPy3 compatibility. Contributed by Mike
Toews.
- changes from version 1.5.0:
* ADDED: Yandex geocoder added. Contributed by htch.
* ADDED: What3Words geocoder added. Contributed by spatialbitz.
* FIXED: LiveAddress geocoder made compatible with a change in the
service\'s authentication. An auth_id parameter was added to the
geocoder\'s initialization. Contributed by Arsen Mamikonyan.
- changes from version 1.4.0:
* ADDED: Mapquest.reverse() method added. Contributed by Dody Suria
Wijaya.
* ADDED: Bing\'s geocoder now accepts the optional arguments
\"culture\", \"includeNeighborhood\", and \"include\". Contributed by
oskholl.
- changes from version 1.3.0:
* ADDED: Nominatim.geocode() accepts a geometry argument for
retrieving wkt, svg, kml, or geojson formatted geometries in
results. Contributed by spatialbitz.
- changes from version 1.2.0:
* ADDED: GeoNames.reverse() added. Contributed by Emile Aben.
* ADDED: GoogleV3.timezone() added. This returns a pytz object
giving the timezone in effect for a given location at a time
(defaulting to now).
- changes from version 1.1.5:
* FIXED: YahooPlaceFinder is now compatible with the older
requests_oauthlib version 0.4.0.
- changes from version 1.1.4:
* FIXED: Point.format() seconds precision in Python 3.
- changes from version 1.1.3:
* FIXED: Fix OpenCage AttributeError on empty result. Contributed by
IsaacHaze.
- changes from version 1.1.2:
* FIXED: Update Point __repr__ method to format _items
properly. Contributed by TristanH.
- changes from version 1.1.1:
* FIXED: Python 3 compatibility.
- changes from version 1.1.0:
* ADDED: OpenCage geocoder added. Contributed by Demeter Sztanko.
* ADDED: geopy.geocoders.get_geocoder_for_service allows library
authors to dynamically get a geocoder.
* FIXED: YahooPlacefinder bugs causing geocoding failure.
* FIXED: LiveAddress API URL updated.
* FIXED: Location.__repr__ unicode encode error in Python 2.7.
* CHANGED: geopy.geocoders modules now strictly declare their
exports.
- changes from version 1.0.1:
* FIXED: The Baidu Maps geocoder\'s _check_status method used a
Python 2-specific print statement.
- changes from version 1.0.0:
* ADDED: Baidu Maps geocoder added. Contributed by Risent.
* ADDED: Nominatim geocoder now supports structured
queries. Contributed by kpanic.
* ADDED: Nominatim geocoder now supports a language
parameter. Contributed by Benjamin Henne.
* CHANGED: GoogleV3\'s geocode and reverse methods have different
orders for keyword argument parameters. Geocoders are now
standardized on (query, exactly_one, timeout, ...).
* FIXED: Removed rounding of minutes which was causing a formatted
point to always have zero seconds. Contributed by Jonathan
Batchelor.
- changes from version 0.99:
* ADDED: GeocodeFarm geocoder added with support for geocoding and
reverse geocoding. Contributed by Eric Palakovich Carr.
- changes from version 0.98.3:
* ADDED: Queries are encoded as unicode in Python 2.7 by the
geocoder. Contributed by Rocky Meza.
* FIXED: YahooPlaceFinder count parameter fixed.
* FIXED: Point.__repr__ fixed. Contributed by Paweł Mandera.
- changes from version 0.98.2:
* ADDED: GoogleV3 now accepts an api_key parameter. Contributed by
Andrea Tosatto.
* CHANGED: GoogleV3\'s deprecated protocol argument has been removed.
- changes from version 0.98.1:
* FIXED: Mapquest geocoder did not use format_string in the creation
of its queries. Contributed by Danny Finkelstein.
* FIXED: Geocoders incorrectly raised a GeocoderTimedOut exception
for all SSLError exceptions. Contributed by David Gilman.
- changes from version 0.98:
* CHANGED: Geocoders\' geocode and reverse method return types have
changed from None, a tuple, or a list of tuples, to None, a
geopy.Location object, or a list of geopy.Location objects.
* Location objects can be iterated over the same as the previous
tuples for backwards compatibility, returning (address
,
(latitude, longitude
* geopy.Location objects also make returned data available as
properties. Existing attributes are address, longitude, and
latitude. Now available are the geocoder\'s raw response as raw,
and the location\'s altitude as altitude.
- changes from version 0.97.1:
* FIXED:YahooPlaceFinder geocoder authentication and response
parsing fixed. Contributed by petergx.
* ADDED: GoogleV3 geocoding now supports a components parameter,
which is a filter for location criteria such as administrative
area, country, etc. Contributed by crccheck.
- changes from version 0.97:
* CHANGED: SSL connections are used by default for services with
support. These geocoders accept a new \'scheme\' argument in their
init, which may be \'https\' or \'http\'. Users desiring unencrypted
connections must now specify \'http\'. Note that SSL connections\'
certificates are not verified.
* CHANGED: Geocoders accept a timeout argument which specifies the
number of seconds to wait before raising a GeocoderTimedOut
exception. This can be specified in the init, or specified one-off
in each geocode or reverse call. There is now a default of 1
second.
* CHANGED: geopy now supports Python 2 and Python 3 on a single
codebase. Support for Python 2.5 is also dropped.
* CHANGED: GoogleV3\'s protocol argument is deprecated in favor of
scheme.
* ADDED: ESRI\'s ArcGIS geocoder implemented. Contributed by Arsen
Mamikonyan.
* ADDED: Geocoders accept a proxies argument which specifies a proxy
to route its geocoder requests through. It uses urllib, and
accepts proxies in the form of a dictionary of {scheme: proxy
address}, e.g., {\"https\": \"192.0.2.0\"}. This was present but
undocumented in 0.96.
* ADDED: Geocoders check a new method, _geocoder_exception_handler,
if defined, when the HTTP call to the geocoder\'s service raises an
exception. See LiveStreets for an example. Users can define or
override this method.
* ADDED: LiveStreets throws a GeocoderQuotaExceeded exception when
appropriate.
* ADDED: Point can parse a greater variety of coordinate
strings. Contributed by nucflash.
* FIXED: GeocodersDotUS now authenticates with an Authorization HTTP
header. Contributed by Arsen Mamikonyan.
* REMOVED: MediaWiki and SemanticMediaWiki geocoders removed.
* REMOVED: Geohash module has been removed.
- changes from version 0.96.3:
* ADDED: Documentation warning that the Vincenty distance
implementation fails to converge for some valid points. Reported
by mkeller-upb.
* FIXED: Geocoder proxying fixed. Contributed by Marc-Olivier
Titeux.
- changes from version 0.96.2:
* FIXED: MANIFEST.in exclusions broke builds under
buildout. Contributed by James Mills.
- changes from version 0.96.1:
* FIXED: GoogleV3 returns None when the service returns an error
status of ZERO_RESULTS. Contributed by Ian A Wilson.
- changes from version 0.96:
* CHANGED: GoogleV3\'s reverse geocoder now returns one result by
default. Set exactly_one to False for a list.
* CHANGED: 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
* ADDED: OpenStreetMap Nominatim geocoder implemented. Contributed
by Alessandro Pasotti.
* ADDED: Yahoo! BOSS Geo PlaceFinder geocoder
implemented. Contributed by jhmaddox and Philip Kimmey.
* ADDED: SmartyStreets LiveAddress geocoder implemented. Contributed
by Michael Whatcott.
* ADDED: GeoNames geocoder is implements GeoNames\' new username
requirement and api.geonames.org endpoint. Cont ributed by David
Wilson and Benoit Grégoire.
* ADDED: Bing geocoder supports user_location (Point)
parameter. Bing will prefer results near the coordinates of
user_location. Contributed by Ryan Nagle.
* FIXED: GoogleV3.geocode_first() no longer throws exception on
multiple results. Contributed by migajek.
* FIXED: Unnecessary coercing to UTF-8 on Py3k. Contributed by
akanouras.
* FIXED: format_degrees now rounds minutes properly. Contributed by
avdd.
* FIXED: No longer warn if the optional dependency BeautifulSoup is
not present.
* FIXED: Miscellaneous inconsistent behavior and errors in
geolocating.
* REMOVED: Google V2 geocoder has been removed as its API was
shutdown.
Sun Sep 29 14:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
Sun Sep 29 14:00:00 2013 p.drouandAATTgmail.com
- Update to version 0.95.1
+ 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).
- Use download url as source url
Tue Mar 13 13:00:00 2012 alexandreAATTexatati.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 14:00:00 2011 saschpeAATTsuse.de
- Spec file cleanup:
* Removed %clean section (not needed anymore)
* Removed CFLAGS (not a C extension)
Thu Mar 24 13:00:00 2011 alexandreAATTexatati.com.br
- Update to 0.94.1;
- Regenerated spec file with py2pack.
Tue Mar 9 13:00:00 2010 alexandreAATTexatati.com.br
- Update to 0.94;
- Building as noarch for openSUSE >= 11.2.
Tue Aug 18 14:00:00 2009 alexandreAATTexatati.com.br
- Initial package (0.93) for openSUSE.