[fiona] 04/09: Merge tag 'upstream/1.4.7'

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Oct 29 23:09:48 UTC 2014


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

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

commit 7f2f69cec5e6bfc9cb4c6a89d327e97abbda6e99
Merge: c11f547 c793968
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Wed Oct 29 20:00:15 2014 +0100

    Merge tag 'upstream/1.4.7'
    
    Upstream version 1.4.7

 .travis.yml                           |    13 +
 CHANGES.txt                           |     4 +
 Fiona.egg-info/PKG-INFO               |   574 -
 Fiona.egg-info/SOURCES.txt            |    66 -
 Fiona.egg-info/dependency_links.txt   |     1 -
 Fiona.egg-info/entry_points.txt       |     4 -
 Fiona.egg-info/requires.txt           |     2 -
 Fiona.egg-info/top_level.txt          |     1 -
 MANIFEST.in                           |     9 +
 PKG-INFO                              |   574 -
 VERSION.txt                           |     1 -
 benchmark-max.py                      |    56 +
 benchmark-min.py                      |    37 +
 docs/Makefile                         |   158 +
 docs/conf.py                          |   287 +
 docs/data/test_uk.gpkg                |   Bin 0 -> 86016 bytes
 examples/open.py                      |    86 +
 examples/orient-ccw.py                |    65 +
 examples/with-descartes-functional.py |    21 +
 examples/with-descartes.py            |    30 +
 examples/with-pyproj.py               |    41 +
 examples/with-shapely.py              |    35 +
 fiona/__init__.py                     |     2 +-
 fiona/_drivers.c                      |  4561 ------
 fiona/_drivers.pyx                    |    85 +
 fiona/_err.c                          |  2432 ----
 fiona/_err.pyx                        |    70 +
 fiona/_geometry.c                     | 10093 --------------
 fiona/_geometry.cpp                   | 14460 -------------------
 fiona/_geometry.pxd                   |    32 +
 fiona/_geometry.pyx                   |   261 +
 fiona/_transform.cpp                  |  6800 ---------
 fiona/_transform.pyx                  |   179 +
 fiona/collection.py                   |     6 +-
 fiona/fio/stream.py                   |    55 -
 fiona/ograpi.pxd                      |   134 +
 fiona/ogrext.c                        | 23722 --------------------------------
 fiona/ogrext.pyx                      |  1148 ++
 requirements-dev.txt                  |     4 +
 requirements.txt                      |     4 +
 scripts/dumpgj                        |    70 +
 scripts/fiona.insp                    |    19 +
 setup.cfg                             |    12 +-
 tests/test_schema.py                  |    49 +-
 44 files changed, 2885 insertions(+), 63378 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