[python-shapely] branch master updated (9cc7941 -> db6e452)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Aug 28 14:21:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository python-shapely.
from 9cc7941 Move package from collab-maint to pkg-grass.
new 37c2075 Update copyright file.
new 3c68967 Use dh_clean to additional file removals.
new 131ecbb Use dh_link for mathjax symlink.
adds 57f2ccd Imported Upstream version 1.5.9
adds 7b9e8f5 Imported Upstream version 1.5.9
new 7369eef Imported Upstream version 1.5.10
new 1833b2a Imported Upstream version 1.5.11
new 80673a5 Imported Upstream version 1.5.12
new 9d9a853 Merge tag 'upstream/1.5.12'
new e59765b Fix merge.
new 795d6d7 New upstream release.
new 925875b Refresh patches.
new 32576cc Bump minimum required libgeos-dev to 3.3.0.
new c0a062c Add doc-base registration for Shapely documentation.
new 02b55d1 Don't use dh_link for mathjax symlink, breaks dh_sphinxdoc.
new db6e452 Set distribution to unstable.
The 14 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:
.gitignore | 5 +
CHANGES.txt | 19 ++
README.rst | 7 +-
debian/changelog | 16 +-
debian/control | 2 +-
debian/copyright | 238 +++++++++++++++++++--
.../0001-setup.cfg-to-autobuild-sphinx.patch | 3 -
.../patches/0002-Retrieve-MathJax.js-locally.patch | 2 -
debian/patches/0003-Do-not-install-.pxi-file.patch | 12 +-
.../0004-Remove-externally-referenced-image.patch | 2 -
debian/python-shapely-doc.doc-base | 8 +
debian/rules | 13 +-
docs/manual.rst | 42 +++-
requirements-dev.txt | 1 +
setup.py | 190 +++++++++++-----
shapely/__init__.py | 2 +-
shapely/affinity.py | 12 +-
shapely/ctypes_declarations.py | 22 +-
shapely/geometry/base.py | 29 ++-
shapely/geometry/linestring.py | 15 +-
shapely/geometry/multipoint.py | 2 +-
shapely/geometry/polygon.py | 4 +-
shapely/geos.py | 150 +++----------
shapely/impl.py | 31 ++-
shapely/libgeos.py | 235 ++++++++++++++++++++
shapely/linref.py | 4 +-
shapely/speedups/__init__.py | 2 +-
tests/__init__.py | 7 +-
tests/test_default_impl.py | 24 +++
tests/test_dlls.py | 5 +-
tests/test_locale.py | 5 +-
tests/test_multi.py | 8 +
tests/test_multilinestring.py | 10 +-
tests/test_multipoint.py | 9 +-
tests/test_multipolygon.py | 10 +-
tests/test_operations.py | 11 +-
tests/test_parallel_offset.py | 33 +++
tests/test_predicates.py | 23 +-
38 files changed, 944 insertions(+), 269 deletions(-)
create mode 100644 debian/python-shapely-doc.doc-base
create mode 100644 shapely/libgeos.py
create mode 100644 tests/test_default_impl.py
create mode 100644 tests/test_multi.py
create mode 100644 tests/test_parallel_offset.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