geopy 2.2.0-1 source package in Ubuntu

Changelog

geopy (2.2.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.

  [ Daniele Tricoli ]
  * New upstream version 2.2.0
  * Refresh patches.
  * debian/control
    - Add python3-docutils to Build-Depends.
    - Bump Standards-Version to 4.6.0 (no changes needed).
  * debian/copyright
    - Update copyright years.
  * debian/rules
    - Ignore tests that change proxy settings.
    - Ignore tests related to pickpoint and openmapquest geocoders (need API
      keys).
  * debian/watch
    - Update d/watch to version 4.

 -- Daniele Tricoli <email address hidden>  Tue, 24 Aug 2021 01:34:01 +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
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
geopy_2.2.0-1.dsc 2.0 KiB 6e4fc188562ba45917be72b9628183ae4e076986528dbcdb2157068fd411e22c
geopy_2.2.0.orig.tar.gz 112.9 KiB 58b7edf526b8c32e33126570b5f4fcdfaa29d4416506064777ae8d84cd103fdd
geopy_2.2.0-1.debian.tar.xz 6.2 KiB cc02c7688ee7a92d4c10aa3238c4c5ab7c9b9071d73ef1aed384a80ecea70c7c

Available diffs

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.