[python-shapely] 13/148: Merge commit 'upstream/1.2.1'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:41:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-shapely.

commit 2dfd5094b8b4df8789d1722d7f64be7ce7c8bddc
Merge: b472fc4 0d70304
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Thu Jun 24 15:04:08 2010 +0200

    Merge commit 'upstream/1.2.1'

 ._CHANGES.txt                                     | Bin 186 -> 0 bytes
 ._CREDITS.txt                                     | Bin 185 -> 0 bytes
 ._HISTORY.txt                                     | Bin 184 -> 0 bytes
 ._LICENSE.txt                                     | Bin 184 -> 0 bytes
 ._MANIFEST.in                                     | Bin 186 -> 0 bytes
 ._README.txt                                      | Bin 187 -> 0 bytes
 CHANGES.txt                                       |  89 ++-
 CREDITS.txt                                       |  33 +-
 GEOS-C-API.txt                                    |  55 --
 HISTORY.txt                                       |  24 -
 MANIFEST.in                                       |   8 +-
 PKG-INFO                                          | 201 +++--
 README.txt                                        | 191 +++--
 Shapely.egg-info/PKG-INFO                         | 201 +++--
 Shapely.egg-info/SOURCES.txt                      |  64 +-
 Shapely.egg-info/requires.txt                     |   1 -
 examples/._geoms.py                               | Bin 184 -> 0 bytes
 examples/._world.py                               | Bin 184 -> 0 bytes
 examples/dissolve.py                              |  53 ++
 examples/geoms.py                                 |  51 --
 examples/intersect.py                             |  81 ++
 examples/world.py                                 |  21 -
 manual/manual.txt                                 | 875 ----------------------
 setup.py                                          |  63 +-
 shapely/.___init__.py                             | Bin 185 -> 0 bytes
 shapely/._ctypes_declarations.py                  | Bin 187 -> 0 bytes
 shapely/._iterops.py                              | Bin 184 -> 0 bytes
 shapely/._ops.py                                  | Bin 184 -> 0 bytes
 shapely/._predicates.py                           | Bin 186 -> 0 bytes
 shapely/._topology.py                             | Bin 187 -> 0 bytes
 shapely/._wkb.py                                  | Bin 187 -> 0 bytes
 shapely/__init__.py                               |   2 +-
 shapely/coords.py                                 | 167 +++++
 shapely/ctypes_declarations.py                    | 100 ++-
 shapely/geometry/._base.py                        | Bin 184 -> 0 bytes
 shapely/geometry/._linestring.py                  | Bin 184 -> 0 bytes
 shapely/geometry/__init__.py                      |  12 +
 shapely/geometry/base.py                          | 786 ++++++++++---------
 shapely/geometry/collection.py                    |  16 +-
 shapely/geometry/geo.py                           |   8 +-
 shapely/geometry/linestring.py                    | 257 +++----
 shapely/geometry/multilinestring.py               | 160 ++--
 shapely/geometry/multipoint.py                    | 155 ++--
 shapely/geometry/multipolygon.py                  | 153 ++--
 shapely/geometry/point.py                         | 245 +++---
 shapely/geometry/polygon.py                       | 450 ++++++-----
 shapely/geometry/proxy.py                         |  32 +-
 shapely/geos.py                                   | 296 +++++++-
 shapely/impl.py                                   |  81 ++
 shapely/iterops.py                                |  11 +-
 shapely/linref.py                                 |  26 +
 shapely/ops.py                                    | 110 ++-
 shapely/predicates.py                             |  81 +-
 shapely/prepared.py                               |  54 ++
 {tests => shapely/tests}/Array.txt                |   0
 {tests => shapely/tests}/GeoInterface.txt         |   0
 {tests => shapely/tests}/IterOps.txt              |   0
 {tests => shapely/tests}/LineString.txt           |  16 +-
 {tests => shapely/tests}/MultiLineString.txt      |  19 +-
 {tests => shapely/tests}/MultiPoint.txt           |  18 +-
 {tests => shapely/tests}/MultiPolygon.txt         |  18 +-
 {tests => shapely/tests}/Operations.txt           |  16 +
 {tests => shapely/tests}/Persist.txt              |   0
 {tests => shapely/tests}/Point.txt                |  20 +-
 {tests => shapely/tests}/Polygon.txt              |  10 +-
 {tests => shapely/tests}/Predicates.txt           |   0
 shapely/tests/__init__.py                         |  18 +
 {tests => shapely/tests}/attribute-chains.txt     |  16 +-
 {tests => shapely/tests}/binascii_hex.txt         |   0
 shapely/tests/cascaded_union.txt                  |  24 +
 {tests => shapely/tests}/dimensions.txt           |   0
 {tests => shapely/tests}/invalid_intersection.txt |   6 +-
 shapely/tests/linear-referencing.txt              |  58 ++
 shapely/tests/linemerge.txt                       |  61 ++
 {tests => shapely/tests}/polygonize.txt           |   0
 shapely/tests/test_collection.py                  |  10 +
 shapely/tests/test_doctests.py                    |  35 +
 shapely/tests/test_emptiness.py                   |  19 +
 shapely/tests/test_equality.py                    |  30 +
 shapely/tests/test_geomseq.py                     |  11 +
 shapely/tests/test_prepared.py                    |  15 +
 shapely/tests/test_singularity.py                 |  15 +
 shapely/tests/test_validation.py                  |  10 +
 shapely/tests/test_xy.py                          |  14 +
 shapely/tests/threading_test.py                   |  37 +
 {tests => shapely/tests}/wkt_locale.txt           |   0
 shapely/topology.py                               | 120 ++-
 shapely/validation.py                             |   7 +
 shapely/wkb.py                                    |  33 +-
 shapely/wkt.py                                    |  20 +-
 tests/._Array.txt                                 | Bin 184 -> 0 bytes
 tests/._GeoInterface.txt                          | Bin 184 -> 0 bytes
 tests/._Persist.txt                               | Bin 184 -> 0 bytes
 tests/._Point.txt                                 | Bin 184 -> 0 bytes
 tests/._Predicates.txt                            | Bin 184 -> 0 bytes
 tests/._binascii_hex.txt                          | Bin 184 -> 0 bytes
 96 files changed, 3112 insertions(+), 2777 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list