python-shapely 1.2.13-1 source package in Ubuntu

Changelog

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


  * New upstream release.
  * Now using gbp-pq to manage patches.
  * Fixed test for Python 2.7 with upstream patch (Closes: #652183).
  * Tests are now ran with all supported Python versions.
  * Updated debian/copyright format.

 -- Pietro Battiston <email address hidden>  Wed, 21 Dec 2011 16:17:20 +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

Downloads

File Size SHA-256 Checksum
python-shapely_1.2.13-1.dsc 2.0 KiB 3581ac152cfdab8f871f2c151d2b0e02818ffc95a8fc20640430edae932cc24c
python-shapely_1.2.13.orig.tar.gz 89.7 KiB 64310a22d2f1c1d5f85de0f8ac08cf360ce1eac5cd78a84e8e4185cc92128c86
python-shapely_1.2.13-1.debian.tar.gz 9.8 KiB 31439515030d10e62a31b9775d265531cfc47239d5edc26cb577aa21a98ccf95

No changes file available.

Binary packages built by this source

python-shapely: geometric objects, predicates, and operations

 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.