[fiona] branch master updated (63c804d -> b3ddd15)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Sat Aug 1 23:03:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a change to branch master
in repository fiona.
from 63c804d Set distribution to unstable.
new 021f300 Imported Upstream version 1.6.0
new b3ddd15 Merge tag 'upstream/1.6.0'
The 2 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:
CHANGES.txt | 9 ++
CREDITS.txt | 44 +++++----
README.rst | 19 ++++
fiona/__init__.py | 8 +-
fiona/_drivers.pyx | 1 +
fiona/_geometry.pxd | 20 ++--
fiona/collection.py | 40 +++++++-
fiona/fio/bounds.py | 9 +-
fiona/fio/cat.py | 138 ++++++++++++++++++++++-----
fiona/fio/cli.py | 61 ------------
fiona/fio/fio.py | 202 ----------------------------------------
fiona/fio/helpers.py | 33 +++++++
fiona/fio/info.py | 99 ++++++++++++++++++++
fiona/fio/main.py | 36 +++++++
fiona/fio/options.py | 8 ++
fiona/inspector.py | 15 +--
fiona/ograpi.pxd | 10 ++
fiona/ogrext.pyx | 20 ++++
requirements-dev.txt | 2 +-
setup.py | 80 +++++++++++-----
tests/fixtures.py | 7 ++
tests/test_bytescollection.py | 212 ++++++++++++++++++++++++++++++++++++++++++
tests/test_cli.py | 17 ++--
tests/test_fio_cat.py | 4 +-
tests/test_fio_load.py | 69 ++++++++++++--
25 files changed, 794 insertions(+), 369 deletions(-)
delete mode 100644 fiona/fio/cli.py
delete mode 100644 fiona/fio/fio.py
create mode 100644 fiona/fio/helpers.py
create mode 100644 fiona/fio/info.py
create mode 100644 fiona/fio/main.py
create mode 100644 fiona/fio/options.py
create mode 100644 tests/test_bytescollection.py
--
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