[fiona] branch master updated (ac2b9c4 -> 64a5005)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Oct 29 23:09:47 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  ac2b9c4   Don't install bins in two packages
       new  f5b5d96   Add manfile for fiona
       new  c11f547   Use github as source
       new  c793968   Imported Upstream version 1.4.7
       new  7f2f69c   Merge tag 'upstream/1.4.7'
       new  47700f1   Fix cython compilation error
       new  3b0da0a   Add build-deps
       new  0574359   Set version number in changelog
       new  e5a8c37   Clean cython build results
       new  64a5005   build manfile during build

The 9 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:
 .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 +-
 debian/changelog                                   |     2 +-
 debian/control                                     |     5 +-
 .../0002-Fix-cython-compilation-error.patch        |    31 +
 debian/patches/series                              |     1 +
 debian/python-fiona-bin.manpages                   |     1 +
 debian/rules                                       |     4 +-
 debian/watch                                       |     2 +-
 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 +-
 51 files changed, 2848 insertions(+), 63407 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 debian/patches/0002-Fix-cython-compilation-error.patch
 create mode 100644 debian/python-fiona-bin.manpages
 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