geopy 2.4.1-1 source package in Ubuntu

Changelog

geopy (2.4.1-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 2.4.1
  * remove reference to python3-mock, package uses "unittest.mock"
  * define Rules-Requires-Root: no
  * use new dh-sequence-python3
  * add temporarty dependency on python3-looseversion for Py3.12 support

 -- Alexandre Detiste <email address hidden>  Thu, 09 May 2024 19:51:57 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
geopy_2.4.1-1.dsc 2.1 KiB 239ae364084fca8b27f7ca09b7c89256a5c0903ef053366f1a0288e141fdf7ea
geopy_2.4.1.orig.tar.gz 115.0 KiB 8ead40c1039459ae0a02a59482cc58925aea3c51cb3a2fa83d6f06a84d9eef94
geopy_2.4.1-1.debian.tar.xz 4.7 KiB 167990717a9e05c6d7bb9d5e6be313c26490e9dd322f8596a854c3941bebc526

No changes file available.

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.