Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-geopy-2.3.0-2.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-geopy Distribution: openSUSE Tumbleweed
Version: 2.3.0 Vendor: openSUSE
Release: 2.1 Build date: Tue Jun 17 06:37:28 2025
Group: Development/Languages/Python Build host: reproducible
Size: 845358 Source RPM: python-geopy-2.3.0-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/geopy/geopy
Summary: Python Geocoding Toolbox
Geopy can determine the coordinates of addresses, cities, countries,
and landmarks using third-party geocoders and other data sources such
as wikis.

Geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows
Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS
extension), and Semantic MediaWiki pages.

Provides

Requires

License

MIT

Changelog

* Tue Jun 17 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Use pyproject macros to build and install.
  - Explicitly list files and directories in %files.
* Mon Jun 26 2023 Andreas Schneider <asn@cryptomilk.org>
  - Update to version 2.3.0
    New Features:
    * .MapBox: add referer param to allow restricted api_keys.
    * Contributed by Dennis Stritzke. (#501)
    * .MapBox: add language param to geocode.
    * Contributed by Dennis Stritzke. (#503)
    * .Distance: add floor division + right multiplication
    * operators. (#485)
    * .Distance: make hashable. (#485)
    * .Nominatim: add namedetails param to reverse. (#525)
    * .Pelias: add countries param to geocode. (#504)
    * .GoogleV3: pass the original error_message to exceptions.
    * (#398)
    Packaging Changes
    * Drop support for Python 3.5 and 3.6.
    * Add support for Python 3.10 and 3.11.
    * Relax geographiclib upper version constraint to allow 2.x.
    * Contributed by David Hotham. (#520)
    * Raise geographiclib lower version constraint to 1.52 to fix possible
    * ValueError in .distance.geodesic due to
    * the floating point inaccuracy. (#466)
    * Move static metadata from setup.py to setup.cfg.
    Deprecations
    * .Pelias: deprecate country_bias param, use countries
    * instead. (#504)
    * .IGNFrance: authentication is no longer accepted by the API,
    * so passing any credentials to the geocoder class has been deprecated.
    * These arguments should be removed. (#496)
    Bugfixes
    * Fix possible TypeError thrown by .RequestsAdapter
    * on destruction. Contributed by Philip Kahn. (#488)
    * .ArcGIS: get address from LongLabel if Address is empty.
    * All geocoders: fix unexpected scientific point format for coordinates
    * near zero in reverse geocoding. (#511)
    * .BANFrance: fix broken reverse (it looks like their API has
    * changed in a backwards-incompatible way: the lng query arg has
    * been renamed to lon).
    * .IGNFrance: fix broken geocoder due to removal of
    * authentication in their API. (#496)
    Docs Improvements
    * Add url to the GIS Stack Exchange geopy tag.
    * Contributed by Taras Dubrava. (#516).
    * .GeocodeEarth: add docs and pricing urls.
    * Contributed by Julian Simioni. (#505).
  - Use sle15_python_module_pythons
* Fri Nov 04 2022 pgajdos@suse.com
  - python-six not required
* Mon Mar 21 2022 pgajdos@suse.com
  - 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`)
* Tue May 25 2021 pgajdos@suse.com
  - %check: use %pyunittest rpm macro
* Sun Dec 27 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - Update to 2.1.0 version
    + New Features
    - Add support for leading plus sign in the .Point constructor.
    - Contributed by Azimjon Pulatov. (#448)
    + Breaking Changes
    - .GoogleV3: change missing api_key warning to an error. (#450)
    + Bugfixes
    - Fixed an undocumented breaking change in geopy 2.0.0, where
      the .Distance class has become abstract, thus it could
      no longer be used for unit conversions. (#435)
    - .Photon incorrectly treated 0.0 coordinate as an empty response.
      Contributed by Mateusz Konieczny. (#439)
    - .Nominatim: fix TypeError on empty reverse result. (#455)
    + Docs Improvements
    - Add Python 3.9 to the list of supported versions.
    - .Bing: change postalcode to postalCode.
      Contributed by zhongjun-ma. (#424)
    - .Nominatim: better describe what is returned in addressdetails.
      Contributed by Mateusz Konieczny. (#429)
    - .Nominatim: better describe viewbox param behavior.
      Contributed by Hannes. (#454)
    - .Yandex: remove attention block about requiring an API key.
  - Update to 2.0.0 version
    geopy 2.0 is a major release with lots of cleanup and inner refactorings.
    The public interface of the library is mostly the same, and the set
    of supported geocoders didn't change.
    If you have checked your code on the latest 1.x release with enabled
    warnings (i.e. with -Wd key of the python command) and fixed
    all of them, then it should be safe to upgrade.
    see all changes at https://github.com/geopy/geopy/releases/tag/2.0.0
  - Changes from previous version
    1.23.0 https://github.com/geopy/geopy/releases/tag/1.23.0
    1.22.0 https://github.com/geopy/geopy/releases/tag/1.22.0
    1.21.0 https://github.com/geopy/geopy/releases/tag/1.21.0
    1.20.0 https://github.com/geopy/geopy/releases/tag/1.20.0
    1.19.0 https://github.com/geopy/geopy/releases/tag/1.19.0
  - Packaging changes dropped support for Python 2.7 and 3.4. as version
    2.x has remove it.
* Tue Oct 13 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Only buildRequire python2-* when also using python, aka python2.
* Tue Aug 27 2019 Jan Engelhardt <jengelh@inai.de>
  - Ensure neutrality of descriptions.
* Mon Mar 25 2019 John Vandenberg <jayvdb@gmail.com>
  - Update URL to https://github.com/geopy/geopy
  - Convert to single spec
  - Activate test suite
  - Remove unnecessary build dependency on python-devel
  - Use %license
  - Added changelog to %doc
  - update to v1.18.1
    - Geocoders dot_us, navidata and placefinder removed
    - Many new geocoders added
    - See changelog_1xx.rst for more details
* Thu Feb 18 2016 eshmarnev@suse.com
  - update to version 1.11.0:
    * ADDED: Photon geocoder.
    * ADDED: Bing supports structured query parameters.
    * 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: Nominatim was incorrectly sending view_box when not requested, and formatting it incorrectly.

Files

/usr/lib/python3.13/site-packages/geopy
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/licenses
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/licenses/AUTHORS
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/geopy-2.3.0.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/geopy/__init__.py
/usr/lib/python3.13/site-packages/geopy/__pycache__
/usr/lib/python3.13/site-packages/geopy/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/adapters.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/adapters.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/distance.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/distance.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/exc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/exc.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/format.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/format.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/location.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/location.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/point.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/point.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/timezone.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/timezone.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/units.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/units.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/util.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/__pycache__/util.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/adapters.py
/usr/lib/python3.13/site-packages/geopy/compat.py
/usr/lib/python3.13/site-packages/geopy/distance.py
/usr/lib/python3.13/site-packages/geopy/exc.py
/usr/lib/python3.13/site-packages/geopy/extra
/usr/lib/python3.13/site-packages/geopy/extra/__init__.py
/usr/lib/python3.13/site-packages/geopy/extra/__pycache__
/usr/lib/python3.13/site-packages/geopy/extra/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/extra/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/extra/__pycache__/rate_limiter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/extra/__pycache__/rate_limiter.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/extra/rate_limiter.py
/usr/lib/python3.13/site-packages/geopy/format.py
/usr/lib/python3.13/site-packages/geopy/geocoders
/usr/lib/python3.13/site-packages/geopy/geocoders/__init__.py
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/algolia.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/algolia.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/arcgis.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/arcgis.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/azure.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/azure.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/baidu.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/baidu.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/banfrance.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/banfrance.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/bing.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/bing.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/databc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/databc.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/geocodeearth.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/geocodeearth.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/geocodio.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/geocodio.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/geolake.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/geolake.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/geonames.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/geonames.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/google.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/google.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/googlev3.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/googlev3.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/here.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/here.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/ignfrance.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/ignfrance.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/mapbox.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/mapbox.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/mapquest.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/mapquest.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/maptiler.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/maptiler.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/nominatim.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/nominatim.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/opencage.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/opencage.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/openmapquest.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/openmapquest.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/osm.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/osm.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/pelias.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/pelias.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/photon.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/photon.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/pickpoint.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/pickpoint.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/smartystreets.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/smartystreets.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/tomtom.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/tomtom.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/what3words.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/what3words.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/yandex.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/__pycache__/yandex.cpython-313.pyc
/usr/lib/python3.13/site-packages/geopy/geocoders/algolia.py
/usr/lib/python3.13/site-packages/geopy/geocoders/arcgis.py
/usr/lib/python3.13/site-packages/geopy/geocoders/azure.py
/usr/lib/python3.13/site-packages/geopy/geocoders/baidu.py
/usr/lib/python3.13/site-packages/geopy/geocoders/banfrance.py
/usr/lib/python3.13/site-packages/geopy/geocoders/base.py
/usr/lib/python3.13/site-packages/geopy/geocoders/bing.py
/usr/lib/python3.13/site-packages/geopy/geocoders/databc.py
/usr/lib/python3.13/site-packages/geopy/geocoders/geocodeearth.py
/usr/lib/python3.13/site-packages/geopy/geocoders/geocodio.py
/usr/lib/python3.13/site-packages/geopy/geocoders/geolake.py
/usr/lib/python3.13/site-packages/geopy/geocoders/geonames.py
/usr/lib/python3.13/site-packages/geopy/geocoders/google.py
/usr/lib/python3.13/site-packages/geopy/geocoders/googlev3.py
/usr/lib/python3.13/site-packages/geopy/geocoders/here.py
/usr/lib/python3.13/site-packages/geopy/geocoders/ignfrance.py
/usr/lib/python3.13/site-packages/geopy/geocoders/mapbox.py
/usr/lib/python3.13/site-packages/geopy/geocoders/mapquest.py
/usr/lib/python3.13/site-packages/geopy/geocoders/maptiler.py
/usr/lib/python3.13/site-packages/geopy/geocoders/nominatim.py
/usr/lib/python3.13/site-packages/geopy/geocoders/opencage.py
/usr/lib/python3.13/site-packages/geopy/geocoders/openmapquest.py
/usr/lib/python3.13/site-packages/geopy/geocoders/osm.py
/usr/lib/python3.13/site-packages/geopy/geocoders/pelias.py
/usr/lib/python3.13/site-packages/geopy/geocoders/photon.py
/usr/lib/python3.13/site-packages/geopy/geocoders/pickpoint.py
/usr/lib/python3.13/site-packages/geopy/geocoders/smartystreets.py
/usr/lib/python3.13/site-packages/geopy/geocoders/tomtom.py
/usr/lib/python3.13/site-packages/geopy/geocoders/what3words.py
/usr/lib/python3.13/site-packages/geopy/geocoders/yandex.py
/usr/lib/python3.13/site-packages/geopy/location.py
/usr/lib/python3.13/site-packages/geopy/point.py
/usr/lib/python3.13/site-packages/geopy/timezone.py
/usr/lib/python3.13/site-packages/geopy/units.py
/usr/lib/python3.13/site-packages/geopy/util.py
/usr/share/doc/packages/python313-geopy
/usr/share/doc/packages/python313-geopy/AUTHORS
/usr/share/doc/packages/python313-geopy/README.rst
/usr/share/doc/packages/python313-geopy/changelog_09x.rst
/usr/share/doc/packages/python313-geopy/changelog_1xx.rst
/usr/share/licenses/python313-geopy
/usr/share/licenses/python313-geopy/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jul 19 23:23:31 2025