[python-rtree] branch upstream updated (78a5396 -> 3ded805)
Bas Couwenberg
sebastic at debian.org
Thu Dec 15 07:01:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository python-rtree.
from 78a5396 Imported Upstream version 0.8.2+ds
new 3ded805 Imported Upstream version 0.8.3+ds
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:
MANIFEST.in | 2 +-
PKG-INFO | 2 +-
README.md | 7 +
rtree/__init__.py | 2 +-
rtree/core.py | 227 +++--
rtree/index.py | 973 +++++++++++++++-------
setup.py | 99 +--
tests/BoundsCheck.txt | 26 -
tests/benchmarks.py | 65 +-
tests/data.py | 12 +-
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/{off/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 -
23 files changed, 1182 insertions(+), 1426 deletions(-)
create mode 100644 README.md
mode change 100644 => 100755 setup.py
delete mode 100644 tests/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/{off/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