python-shapely 1.3.0-1 source package in Ubuntu

Changelog

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


  * Imported Upstream version 1.3.0 (Closes: #731566)
    - Works with libgeos >= 3.4.2 (Closes: #733667, #735808)
    - Removed non-deterministic test "cascaded_union.txt" (Closes: #666655)
  * Deleted obsolete patches.
  * Require python >= 2.6.
  * Switched to pbuild, added support for python 3.
  * Updated watch file: look for releases on github (they contain .pyx files).
  * Updated Homepage field.
  * Updated policy version.

 -- Pietro Battiston <email address hidden>  Mon, 20 Jan 2014 11:04:52 +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
Trusty release universe python

Downloads

File Size SHA-256 Checksum
python-shapely_1.3.0-1.dsc 2.1 KiB 17cbb3c1559a9d7440494ae20c5daa571c0072c29e25c73261957a203d08ffc3
python-shapely_1.3.0.orig.tar.gz 210.7 KiB 653028ce8bd8f2933c3ddf9cfd0dfb5e14b14ec29eb6bc2852b073f23451a990
python-shapely_1.3.0-1.debian.tar.xz 8.3 KiB 1daafa37e256dd2116754e1d8acdd72e0a2bb366c65186014d9c874f512832ec

Available diffs

No changes file available.

Binary packages built by this source

python-shapely: No summary available for python-shapely in ubuntu vivid.

No description available for python-shapely in ubuntu vivid.

python3-shapely: geometric objects, predicates, and operations (Python 3)

 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 3 version of the package.