[fiona] branch master updated (a8669ed -> 1e87150)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Oct 22 21:54:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to branch master
in repository fiona.

      from  a8669ed   add changelog
       new  276e641   Imported Upstream version 1.4.6
       new  9854e6e   Merge tag 'upstream/1.4.6'
       new  6d5a083   Remove patches (included in upstream release)
       new  467c35b   update changelog for new release
       new  d495a2a   Use py.test instead of nosetests
       new  01b86c5   Add long description
       new  1e87150   Properly clean after build

The 7 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                                        |  13 +-
 Fiona.egg-info/PKG-INFO                            |  15 +-
 Fiona.egg-info/SOURCES.txt                         |   4 +
 Fiona.egg-info/requires.txt                        |   2 +-
 PKG-INFO                                           |  15 +-
 VERSION.txt                                        |   2 +-
 debian/changelog                                   |   4 +-
 debian/control                                     |  28 +-
 ...01-Skip-gpkg-test-if-fixture-is-not-found.patch |  56 ---
 debian/patches/series                              |   1 -
 debian/rules                                       |   5 +-
 docs/cli.rst                                       |  27 +
 fiona/__init__.py                                  |   2 +-
 fiona/fio/bounds.py                                |  85 ++++
 fiona/fio/cat.py                                   |  82 ++-
 fiona/fio/cli.py                                   |  24 +
 fiona/fio/fio.py                                   |   7 +-
 fiona/fio/stream.py                                |  55 ++
 fiona/ogrext.c                                     | 554 ++++++++++-----------
 setup.cfg                                          |   2 +-
 tests/test_bounds.py                               |   4 +
 tests/test_fio_bounds.py                           |  86 ++++
 tests/test_fio_cat.py                              | 105 ++++
 tests/test_geopackage.py                           |   9 +
 tests/test_schema.py                               |  20 +
 25 files changed, 811 insertions(+), 396 deletions(-)
 delete mode 100644 debian/patches/0001-Skip-gpkg-test-if-fixture-is-not-found.patch
 create mode 100644 fiona/fio/bounds.py
 create mode 100644 fiona/fio/stream.py
 create mode 100644 tests/test_fio_bounds.py
 create mode 100644 tests/test_fio_cat.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