Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2022-03-21 20:13:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geopy" Mon Mar 21 20:13:19 2022 rev:19 rq:963739 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2021-06-01 10:35:53.228652199 +0200 +++ /work/SRC/openSUSE:Factory/.python-geopy.new.25692/python-geopy.changes 2022-03-21 20:13:38.660536382 +0100 @@ -1,0 +2,35 @@ +Mon Mar 21 12:46:16 UTC 2022 - [email protected] + +- version update to 2.2.0 + New Features + ~~~~~~~~~~~ + - :class:`.OpenCage`: added ``annotations`` param. + Contributed by mtmail. (:issue:`464`) + - :class:`.Photon`: added ``bbox`` param. + Contributed by Holger Bruch. (:issue:`472`) + - New geocoder: :class:`.Geocodio`. + Contributed by Jon Duckworth. (:issue:`468`) + - New geocoder: :class:`.HereV7`. + Contributed by Pratheek Rebala. (:issue:`433`) + - New geocoder: :class:`.What3WordsV3`. + Contributed by Sa??d Tezel. (:issue:`444`) + - New error class: :class:`.exc.GeocoderRateLimited`. This error extends + :class:`.exc.GeocoderQuotaExceeded` and is now raised instead of it + for HTTP 422 error code. (:issue:`479`) + - :class:`.AdapterHTTPError`: added ``headers`` attribute. (:issue:`479`) + Breaking Changes + ~~~~~~~~~~~~~~~ + - Removed GeocodeFarm class: the service is very unstable. (:issue:`445`) + + Deprecations + ~~~~~~~~~~~ + - :class:`.GoogleV3` has been moved from ``geopy.geocoders.googlev3`` module + to ``geopy.geocoders.google``. The old module is still present for + backwards compatibility, but it will be removed in geopy 3. (:issue:`483`) + Bugfixes + ~~~~~~~ + - :class:`.OpenCage`: improved error handling by using the default errors map + (e.g. to raise :class:`.exc.GeocoderQuotaExceeded` instead of + :class:`.exc.GeocoderQueryError` for HTTP 402 error). (:issue:`479`) + +------------------------------------------------------------------- Old: ---- geopy-2.1.0.tar.gz New: ---- geopy-2.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-geopy.spec ++++++ --- /var/tmp/diff_new_pack.X1jcFH/_old 2022-03-21 20:13:39.248536949 +0100 +++ /var/tmp/diff_new_pack.X1jcFH/_new 2022-03-21 20:13:39.256536957 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-geopy -Version: 2.1.0 +Version: 2.2.0 Release: 0 License: MIT Summary: Python Geocoding Toolbox @@ -29,8 +29,8 @@ BuildRequires: %{python_module setuptools} # SECTION test requirements BuildRequires: %{python_module async_generator} +BuildRequires: %{python_module docutils} BuildRequires: %{python_module geographiclib >= 1.49} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 3.10} BuildRequires: %{python_module pytz} BuildRequires: %{python_module six} @@ -66,7 +66,6 @@ test/geocoders/arcgis.py \ test/geocoders/banfrance.py \ test/geocoders/databc.py \ - test/geocoders/geocodefarm.py \ test/geocoders/geonames.py \ test/geocoders/googlev3.py \ test/geocoders/ignfrance.py \ ++++++ geopy-2.1.0.tar.gz -> geopy-2.2.0.tar.gz ++++++ ++++ 5337 lines of diff (skipped)
