This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-shapely.
commit ac737521a802d5303282ef8d156fb14fd8e62190 Merge: b11c59e d302b48 Author: Bas Couwenberg <[email protected]> Date: Wed Sep 14 18:17:44 2016 +0200 Merge tag 'upstream/1.6_a1' Upstream version 1.6~a1 .dockerignore | 5 + .gitignore | 5 + .travis.yml | 24 +- CHANGES.txt | 37 ++ CITATION.txt | 10 + CODE_OF_CONDUCT.md | 22 + CREDITS.txt | 40 +- Dockerfile.wheels | 23 + MANIFEST.in | 4 +- README.rst | 3 + build-linux-wheels.sh | 24 + docs/code/minimum_rotated_rectangle.py | 49 ++ docs/manual.rst | 130 +++++- packaging-15.3.dist-info/DESCRIPTION.rst | 121 +++++ packaging-15.3.dist-info/METADATA | 141 ++++++ packaging-15.3.dist-info/RECORD | 13 + packaging-15.3.dist-info/WHEEL | 6 + packaging-15.3.dist-info/metadata.json | 1 + packaging-15.3.dist-info/pbr.json | 1 + packaging-15.3.dist-info/top_level.txt | 1 + packaging/__about__.py | 21 + packaging/__init__.py | 14 + packaging/_compat.py | 30 ++ packaging/_structures.py | 68 +++ packaging/markers.py | 287 ++++++++++++ packaging/requirements.py | 127 +++++ packaging/specifiers.py | 774 +++++++++++++++++++++++++++++++ packaging/utils.py | 14 + packaging/version.py | 393 ++++++++++++++++ requirements-dev.txt | 2 +- setup.cfg | 2 + setup.py | 160 +++++-- shapely/__init__.py | 2 +- shapely/_buildcfg.py | 2 +- shapely/algorithms/polylabel.py | 128 +++++ shapely/ctypes_declarations.py | 134 +++--- shapely/geometry/__init__.py | 3 + shapely/geometry/base.py | 61 ++- shapely/geometry/linestring.py | 9 +- shapely/geometry/polygon.py | 27 +- shapely/geos.py | 86 ++-- shapely/impl.py | 1 + shapely/ops.py | 176 ++++++- shapely/speedups/__init__.py | 33 +- shapely/speedups/_speedups.pyx | 10 +- shapely/vectorized/_vectorized.pyx | 12 +- tests/conftest.py | 8 + tests/test_emptiness.py | 10 + tests/test_minimum_rotated_rectangle.py | 33 ++ tests/test_operations.py | 13 +- tests/test_polygon.py | 12 + tests/test_polylabel.py | 63 +++ tests/test_shared_paths.py | 50 ++ tests/test_split.py | 192 ++++++++ tests/test_vectorized.py | 8 +- 55 files changed, 3406 insertions(+), 219 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

