geopy 2.3.0-1ubuntu1 source package in Ubuntu

Changelog

geopy (2.3.0-1ubuntu1) noble; urgency=medium

  * d/p/use-packaging-version.patch: python 3.12 dropped distutils, so
    use the packaging module to replace LooseVersion (LP: #2054316)

 -- Andreas Hasenack <email address hidden>  Mon, 19 Feb 2024 11:16:38 -0300

Upload details

Uploaded by:
Andreas Hasenack
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
geopy_2.3.0.orig.tar.gz 113.1 KiB 228cd53b6eef699b2289d1172e462a90d5057779a10388a7366291812601187f
geopy_2.3.0-1ubuntu1.debian.tar.xz 4.9 KiB ea7f91a327ca4ef4909b3cda16afa664de0312d33336d579a0c3703df981246f
geopy_2.3.0-1ubuntu1.dsc 2.2 KiB bab24b2c1d5801eeca7825b8963aeef320b5b9efb4e7b67e2238aa2fc0ca0a5a

View changes file

Binary packages built by this source

python3-geopy: geocoding toolbox for Python3

 geopy makes it easy for developers to locate the coordinates of addresses,
 cities, countries, and landmarks across the globe using third-party geocoders
 and other sources of data, such as wikis.
 It also comes with the necessary means for parsing geographical coordinates
 and geodesic distance calculation (using great-circle distance or Vincenty
 distance). The distance module also contains useful routines for converting
 between length and angle units.
 .
 This package contains the Python 3 version of the library.