Hello community,

here is the log from the commit of package python-geopy for openSUSE:Factory 
checked in at 2013-12-17 10:03:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-geopy (Old)
 and      /work/SRC/openSUSE:Factory/.python-geopy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-geopy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes        
2013-10-25 11:17:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes   
2013-12-17 10:03:23.000000000 +0100
@@ -1,0 +2,47 @@
+Wed Dec 11 01:23:31 UTC 2013 - p.drou...@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
+
+-------------------------------------------------------------------

Old:
----
  geopy-0.94.2.tar.bz2

New:
----
  geopy-0.96.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-geopy.spec ++++++
--- /var/tmp/diff_new_pack.dmUwqN/_old  2013-12-17 10:03:24.000000000 +0100
+++ /var/tmp/diff_new_pack.dmUwqN/_new  2013-12-17 10:03:24.000000000 +0100
@@ -15,30 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:           python-geopy
-Version:        0.94.2
+Version:        0.96.2
 Release:        0
 Url:            http://code.google.com/p/geopy/
 Summary:        Python Geocoding Toolbox
 License:        MIT
 Group:          Development/Languages/Python
-Source:         geopy-%{version}.tar.bz2
+Source:         
https://pypi.python.org/packages/source/g/geopy/geopy-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson
 BuildRequires:  python-xml
 Requires:       python-xml
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
 
 %description
 Geopy makes it easy for developers to locate the coordinates of addresses, 
cities,
@@ -60,6 +55,7 @@
 
 %files
 %defattr(-,root,root,-)
-%{python_sitelib}/*
+%doc LICENSE README RELEASES
+%{python_sitelib}
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to