geopy 0.95.1-1 source package in Ubuntu

Changelog

geopy (0.95.1-1) unstable; urgency=low


  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.

  [ Daniele Tricoli ]
  * New upstream release (Closes: #711532)
    - With Python3 support
  * Builded Python3 package
  * debian/compat
    - Bumped debhelper compatibility level to 9
  * debian/control
    - Bumped debhelper B-D to (>= 9)
    - Bumped Standards-Version to 3.9.4 (no changes needed)
    - Added  python3-all and python3-setuptools to BD
    - Added python3-geopy stanza
    - Updated Homepage
  * debian/patches/01_add_missing_test_file.patch
    - Added missing file required by unittests
  * debian/patches/02_fix_missing_imports.patch
    - Fix missing imports
  * debian/patches/03_fix_typo.patch
    - Fix some typos
  * debian/patches/04_use_lt_and_eq_instead_of_cmp.patch
    - Use __lt__() and __eq__() instead of __cmp__() and cmp()
  * debian/rules
    - Reworked for Python3 package

 -- Daniele Tricoli <email address hidden>  Mon, 24 Jun 2013 23:00:56 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
geopy_0.95.1-1.dsc 2.1 KiB 6a2c99c14354bbe206b4dc386746e702afa5074d97d3a449224352278e54d471
geopy_0.95.1.orig.tar.gz 31.7 KiB 2db216b60289d9b34d802859b4d51ad41bbc0230e934ef14b625d2f5474c9d33
geopy_0.95.1-1.debian.tar.gz 7.2 KiB 1310f4aa14e007071254cf708469154b28b2c7484ac1bf5436b0f302c7ec9b09

Available diffs

No changes file available.

Binary packages built by this source

python-geopy: No summary available for python-geopy in ubuntu utopic.

No description available for python-geopy in ubuntu utopic.

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.