[python-shapely] branch upstream updated (390dfe4 -> d302b48)

Bas Couwenberg sebastic at debian.org
Wed Sep 14 17:25:45 UTC 2016


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

sebastic pushed a change to branch upstream
in repository python-shapely.

      from  390dfe4   Imported Upstream version 1.5.17
       new  d302b48   Imported Upstream version 1.6~a1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 create mode 100644 .dockerignore
 create mode 100644 CITATION.txt
 create mode 100644 CODE_OF_CONDUCT.md
 create mode 100644 Dockerfile.wheels
 create mode 100755 build-linux-wheels.sh
 create mode 100644 docs/code/minimum_rotated_rectangle.py
 create mode 100644 packaging-15.3.dist-info/DESCRIPTION.rst
 create mode 100644 packaging-15.3.dist-info/METADATA
 create mode 100644 packaging-15.3.dist-info/RECORD
 create mode 100644 packaging-15.3.dist-info/WHEEL
 create mode 100644 packaging-15.3.dist-info/metadata.json
 create mode 100644 packaging-15.3.dist-info/pbr.json
 create mode 100644 packaging-15.3.dist-info/top_level.txt
 create mode 100644 packaging/__about__.py
 create mode 100644 packaging/__init__.py
 create mode 100644 packaging/_compat.py
 create mode 100644 packaging/_structures.py
 create mode 100644 packaging/markers.py
 create mode 100644 packaging/requirements.py
 create mode 100644 packaging/specifiers.py
 create mode 100644 packaging/utils.py
 create mode 100644 packaging/version.py
 create mode 100644 setup.cfg
 create mode 100644 shapely/algorithms/polylabel.py
 create mode 100644 tests/test_minimum_rotated_rectangle.py
 create mode 100644 tests/test_polylabel.py
 create mode 100644 tests/test_shared_paths.py
 create mode 100644 tests/test_split.py

-- 
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