[fiona] 01/09: Merge tag 'upstream/1.5.0'
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Wed Feb 4 21:35:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository fiona.
commit 37c25e30c1ee10f2fb2a1d32d2aed32ec2affc84
Merge: 99b89d0 5263767
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Wed Feb 4 17:12:41 2015 +0100
Merge tag 'upstream/1.5.0'
Upstream version 1.5.0
.travis.yml | 8 +-
CHANGES.txt | 12 +
CREDITS.txt | 1 +
README.rst | 3 +
docs/data/test_uk.dbf | Bin 10129 -> 0 bytes
docs/data/test_uk.gpkg | Bin 86016 -> 0 bytes
docs/data/test_uk.shp | Bin 65156 -> 0 bytes
docs/data/test_uk.shx | Bin 484 -> 0 bytes
fiona/__init__.py | 36 +-
fiona/_drivers.pyx | 236 +++++++-
fiona/collection.py | 147 +----
fiona/errors.py | 3 +
fiona/fio/bounds.py | 20 +-
fiona/fio/cat.py | 96 +---
fiona/fio/cli.py | 5 +-
fiona/fio/fio.py | 35 +-
fiona/ograpi.pxd | 3 +-
fiona/ogrext.pyx | 72 +--
requirements.txt | 2 +-
setup.py | 49 +-
tests/__init__.py | 10 +-
tests/data/LICENSE.txt | 4 +
tests/data/collection-pp.txt | 635 +++++++++++++++++++++
tests/data/collection.txt | 1 +
tests/data/coutwildrnp.dbf | Bin 0 -> 43233 bytes
.../data/test_uk.prj => tests/data/coutwildrnp.prj | 0
tests/data/coutwildrnp.shp | Bin 0 -> 109548 bytes
tests/data/coutwildrnp.shx | Bin 0 -> 636 bytes
tests/data/sequence-pp.txt | 630 ++++++++++++++++++++
tests/data/sequence.txt | 2 +
tests/data/test_gpx.gpx | 34 ++
tests/fixtures.py | 10 +
tests/test_bounds.py | 28 +-
tests/test_cli.py | 91 +--
tests/test_collection.py | 116 ++--
tests/test_drivers.py | 6 +-
tests/test_fio_bounds.py | 97 ++--
tests/test_fio_cat.py | 63 +-
tests/test_fio_load.py | 70 +++
tests/test_geojson.py | 4 +-
tests/test_geopackage.py | 8 +-
tests/test_layer.py | 24 +-
tests/test_listing.py | 12 +-
tests/test_multiconxn.py | 7 +-
tests/test_non_counting_layer.py | 35 ++
tests/test_read_drivers.py | 26 +
tests/test_revolvingdoor.py | 3 +-
tests/test_slice.py | 12 +-
tests/test_unicode.py | 15 +-
tests/test_vfs.py | 30 +-
50 files changed, 2136 insertions(+), 565 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git
More information about the Pkg-grass-devel
mailing list