[python-shapely] branch master updated (eb4067c -> 5f4c04a)

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


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

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

      from  eb4067c   Set distribution to unstable.
       new  b11c59e   Update watchfile to handle 'a' pre-releases.
       new  d302b48   Imported Upstream version 1.6~a1
       new  ac73752   Merge tag 'upstream/1.6_a1'
       new  9e89ead   New upstream pre-release.
       new  ea603cc   Add citation reference to upstream metadata.
       new  b3b9cc8   Update copyright file.
       new  cd243c5   Refresh patches.
       new  5f4c04a   Set distribution to experimental.

The 8 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 +
 debian/changelog                                   |  11 +
 debian/copyright                                   |  23 +
 .../0001-setup.cfg-to-autobuild-sphinx.patch       |   7 +-
 debian/patches/0003-Do-not-install-.pxi-file.patch |  20 -
 .../0004-Remove-externally-referenced-image.patch  |   4 +-
 debian/patches/series                              |   1 -
 debian/upstream/metadata                           |   6 +
 debian/watch                                       |   2 +-
 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 +-
 63 files changed, 3454 insertions(+), 245 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
 delete mode 100644 debian/patches/0003-Do-not-install-.pxi-file.patch
 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