[fiona] branch upstream updated (276e641 -> c793968)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Tue Nov 4 20:45:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a change to branch upstream
in repository fiona.
from 276e641 Imported Upstream version 1.4.6
adds c793968 Imported Upstream version 1.4.7
No new revisions were added by this update.
Summary of changes:
.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.py => benchmark-max.py | 21 +-
benchmark.py => benchmark-min.py | 18 +-
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, 2807 insertions(+), 63402 deletions(-)
create mode 100644 .travis.yml
delete mode 100644 Fiona.egg-info/PKG-INFO
delete mode 100644 Fiona.egg-info/SOURCES.txt
delete mode 100644 Fiona.egg-info/dependency_links.txt
delete mode 100644 Fiona.egg-info/entry_points.txt
delete mode 100644 Fiona.egg-info/requires.txt
delete mode 100644 Fiona.egg-info/top_level.txt
create mode 100644 MANIFEST.in
delete mode 100644 PKG-INFO
delete mode 100644 VERSION.txt
copy benchmark.py => benchmark-max.py (76%)
copy benchmark.py => benchmark-min.py (59%)
create mode 100644 docs/Makefile
create mode 100644 docs/conf.py
create mode 100644 docs/data/test_uk.gpkg
create mode 100644 examples/open.py
create mode 100644 examples/orient-ccw.py
create mode 100644 examples/with-descartes-functional.py
create mode 100644 examples/with-descartes.py
create mode 100644 examples/with-pyproj.py
create mode 100644 examples/with-shapely.py
delete mode 100644 fiona/_drivers.c
create mode 100644 fiona/_drivers.pyx
delete mode 100644 fiona/_err.c
create mode 100644 fiona/_err.pyx
delete mode 100644 fiona/_geometry.c
delete mode 100644 fiona/_geometry.cpp
create mode 100644 fiona/_geometry.pxd
create mode 100644 fiona/_geometry.pyx
delete mode 100644 fiona/_transform.cpp
create mode 100644 fiona/_transform.pyx
delete mode 100644 fiona/fio/stream.py
create mode 100644 fiona/ograpi.pxd
delete mode 100644 fiona/ogrext.c
create mode 100644 fiona/ogrext.pyx
create mode 100644 requirements-dev.txt
create mode 100644 requirements.txt
create mode 100644 scripts/dumpgj
create mode 100644 scripts/fiona.insp
--
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