python-shapely 1.2.14-1 source package in Ubuntu

Changelog

python-shapely (1.2.14-1) unstable; urgency=low


  * New upstream release.
  * Removed now obsolete python 2.7 support patch; updated other patches.
  * Cython autogenerated .c file is now deleted via override.
  * Introduced upstream patch which fixes broken test (Closes: #663210).
  * Added "set -e" before loop in debian/rules.
  * Updated policy version.

 -- Pietro Battiston <email address hidden>  Sat, 10 Mar 2012 17:54:53 +0100

Upload details

Uploaded by:
Pietro Battiston
Uploaded to:
Sid
Original maintainer:
Pietro Battiston
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
python-shapely_1.2.14-1.dsc 2.0 KiB d1e5f0d1ad51fc7642cdd16b8d0498e1aba09a5b1d624fc212c04907001f5331
python-shapely_1.2.14.orig.tar.gz 91.2 KiB dc417f9ffafb79de989a8fb1c7a0a10dc5029f085abd831964d7e40c7ea78846
python-shapely_1.2.14-1.debian.tar.gz 9.3 KiB edf162b537a9e6e02c08c6cb81a2f0bf5a034bd4fc2ca906ec0debc7db9d0391

Available diffs

No changes file available.

Binary packages built by this source

python-shapely: geometric objects, predicates, and operations (Python 2)

 Shapely is a package for manipulation and analysis of 2D features.
 Its capabilities include:
  * calculating the point set unions, intersections, or differences of features
  * predicate tests on features: intersects, touches, contains, and more.
 .
 Supported geometric types are points, line strings, linear rings, polygons, and
 homogeneous or heterogeneous collections thereof.
 .
 This is the Python 2 version of the package.