[python-rtree] branch master updated (d808ba7 -> 4e4f2aa)
Bas Couwenberg
sebastic at debian.org
Thu Dec 15 07:00:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository python-rtree.
from d808ba7 Update Vcs-Git URL to use HTTPS.
new 8d558eb Add changelog entry for Vcs-Git URL change.
new ed08cad Bump Standards-Version to 3.9.8, no changes.
new 29c3212 Exclude pre-built docs from upstream tarball.
new 3ded805 Imported Upstream version 0.8.3+ds
new 2ae272a Merge tag 'upstream/0.8.3+ds'
new ada7d06 New upstream release.
new 3b2e52c Add numpy to build depends for tests.
new 4e4f2aa Set distribution to unstable.
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:
MANIFEST.in | 2 +-
PKG-INFO | 2 +-
README.md | 7 +
debian/changelog | 10 +
debian/control | 4 +-
debian/copyright | 1 +
rtree/__init__.py | 2 +-
rtree/core.py | 227 +++--
rtree/index.py | 973 +++++++++++++++-------
setup.py | 99 +--
tests/benchmarks.py | 65 +-
tests/data.py | 12 +-
tests/off/BoundsCheck.txt | 26 -
tests/off/index.txt | 308 -------
tests/off/test_customStorage.txt | 157 ----
tests/off/test_misc.txt | 42 -
tests/properties.txt | 257 ------
tests/stream-check.py | 81 ++
tests/{BoundsCheck.txt => test_bounds.txt} | 10 +-
tests/test_doctests.py | 22 +-
tests/test_index.py | 28 +-
tests/{index.txt => test_index_doctests.txt} | 123 +--
tests/test_pickle.py | 20 +
tests/{off/properties.txt => test_properties.txt} | 127 ++-
tests/{off/z_cleanup.txt => test_z_cleanup.txt} | 0
tests/z_cleanup.txt | 18 -
26 files changed, 1196 insertions(+), 1427 deletions(-)
create mode 100644 README.md
mode change 100644 => 100755 setup.py
delete mode 100644 tests/off/BoundsCheck.txt
delete mode 100644 tests/off/index.txt
delete mode 100644 tests/off/test_customStorage.txt
delete mode 100644 tests/off/test_misc.txt
delete mode 100644 tests/properties.txt
create mode 100644 tests/stream-check.py
rename tests/{BoundsCheck.txt => test_bounds.txt} (71%)
rename tests/{index.txt => test_index_doctests.txt} (79%)
create mode 100644 tests/test_pickle.py
rename tests/{off/properties.txt => test_properties.txt} (72%)
rename tests/{off/z_cleanup.txt => test_z_cleanup.txt} (100%)
delete mode 100644 tests/z_cleanup.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-rtree.git
More information about the Pkg-grass-devel
mailing list