python-shapely 1.2.10-1ubuntu1 source package in Ubuntu

Changelog

python-shapely (1.2.10-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - debian/patches/python-2.7-testfixes.patch: Update test results to account
      for changes to conversions from long integers and regular integers to
      floating points in python 2.7.

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

  * New upstream release.
    - Introduces Cython speedups: updated dependencies accordingly.
    - Patched setup.py to recreate .c file from .pyx file.
 -- Angel Abad <email address hidden>   Fri, 08 Jul 2011 14:04:13 +0200

Upload details

Uploaded by:
Angel Abad
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
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.10.orig.tar.gz 88.6 KiB aa23ba21b725e69af747af09aed5377b8f61569583d30bb71f1ab39bf96be806
python-shapely_1.2.10-1ubuntu1.debian.tar.gz 9.7 KiB 0742c5c25dfbf78b666e2147bf1eb5ad97060cd46ebc4929c07398257e9dbe47
python-shapely_1.2.10-1ubuntu1.dsc 1.4 KiB edc57cab687ae239e35d8dca7d942e53a7c9c1dc67281a81e2ae9adf69743819

View changes file

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.