This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fiona.
commit 4ed3066b71e7c3e04dd9d916e66892891ef587f1 Merge: df6cb68 c7f24ad Author: Bas Couwenberg <[email protected]> Date: Wed Jun 15 00:05:19 2016 +0200 Merge tag 'upstream/1.7.0' Upstream version 1.7.0 .travis.yml | 8 +- CHANGES.txt | 26 +++- CREDITS.txt | 1 + MANIFEST.in | 13 +- README.rst | 21 +-- appveyor.yml | 99 ++++++++++++ appveyor/install.ps1 | 229 ++++++++++++++++++++++++++++ appveyor/run_with_env.cmd | 88 +++++++++++ fiona/__init__.py | 2 +- fiona/_cpl.pxd | 6 +- fiona/_crs.pxd | 2 + fiona/_crs.pyx | 14 +- fiona/_csl.pxd | 5 + fiona/_geometry.pxd | 33 ++++ fiona/_geometry.pyx | 44 +++--- fiona/_transform.pyx | 59 ++++---- fiona/fio/cat.py | 64 +++++--- fiona/fio/dump.py | 9 +- fiona/fio/options.py | 30 +++- fiona/{ograpi1.pxd => ogrext1.pxd} | 0 fiona/ogrext1.pyx | 270 ++++++++++++++++----------------- fiona/{ograpi2.pxd => ogrext2.pxd} | 0 fiona/ogrext2.pyx | 302 ++++++++++++++++++------------------- setup.py | 55 +++++-- tests/test_bytescollection.py | 19 ++- tests/test_collection.py | 37 +++-- tests/test_drivers.py | 5 + tests/test_fio_cat.py | 33 +++- tests/test_fio_collect.py | 7 + tests/test_fio_dump.py | 14 ++ tests/test_fio_info.py | 15 +- tests/test_fio_load.py | 18 ++- tests/test_fio_ls.py | 7 + tests/test_geojson.py | 6 +- tests/test_listing.py | 4 + tests/test_multiconxn.py | 6 + tests/test_non_counting_layer.py | 4 +- tests/test_unicode.py | 14 +- 38 files changed, 1130 insertions(+), 439 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

