[fiona] branch master updated (df6cb68 -> b784b6e)

Bas Couwenberg sebastic at debian.org
Tue Jun 14 22:35:41 UTC 2016


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

sebastic pushed a change to branch master
in repository fiona.

      from  df6cb68   Ignore test failures on ppc64 too.
       new  c7f24ad   Imported Upstream version 1.7.0
       new  4ed3066   Merge tag 'upstream/1.7.0'
       new  6637788   New upstream release.
       new  f6c9bd4   Refresh patches.
       new  b784b6e   Add patch to not copy GDAL API C files in clean target.

The 5 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                                        |   8 +-
 CHANGES.txt                                        |  26 +-
 CREDITS.txt                                        |   1 +
 MANIFEST.in                                        |  13 +-
 README.rst                                         |  21 +-
 appveyor.yml                                       |  99 +++++++
 appveyor/install.ps1                               | 229 ++++++++++++++++
 appveyor/run_with_env.cmd                          |  88 ++++++
 debian/changelog                                   |   6 +-
 ...-fio-command-to-fiona-to-avoid-name-clash.patch |   2 +-
 .../0006-Remove-unknown-distribution-options.patch |   4 +-
 debian/patches/clean-setup.patch                   |  14 +
 debian/patches/series                              |   1 +
 fiona/__init__.py                                  |   2 +-
 fiona/_cpl.pxd                                     |   6 +-
 fiona/_crs.pxd                                     |   2 +
 fiona/_crs.pyx                                     |  14 +-
 fiona/_csl.pxd                                     |   5 +
 fiona/_geometry.pxd                                |  33 +++
 fiona/_geometry.pyx                                |  44 ++-
 fiona/_transform.pyx                               |  59 ++--
 fiona/fio/cat.py                                   |  64 +++--
 fiona/fio/dump.py                                  |   9 +-
 fiona/fio/options.py                               |  30 +-
 fiona/{ograpi1.pxd => ogrext1.pxd}                 |   0
 fiona/ogrext1.pyx                                  | 270 +++++++++---------
 fiona/{ograpi2.pxd => ogrext2.pxd}                 |   0
 fiona/ogrext2.pyx                                  | 302 ++++++++++-----------
 setup.py                                           |  55 +++-
 tests/test_bytescollection.py                      |  19 +-
 tests/test_collection.py                           |  37 ++-
 tests/test_drivers.py                              |   5 +
 tests/test_fio_cat.py                              |  33 ++-
 tests/test_fio_collect.py                          |   7 +
 tests/test_fio_dump.py                             |  14 +
 tests/test_fio_info.py                             |  15 +-
 tests/test_fio_load.py                             |  18 +-
 tests/test_fio_ls.py                               |   7 +
 tests/test_geojson.py                              |   6 +-
 tests/test_listing.py                              |   4 +
 tests/test_multiconxn.py                           |   6 +
 tests/test_non_counting_layer.py                   |   4 +-
 tests/test_unicode.py                              |  14 +-
 43 files changed, 1152 insertions(+), 444 deletions(-)
 create mode 100644 appveyor.yml
 create mode 100644 appveyor/install.ps1
 create mode 100644 appveyor/run_with_env.cmd
 create mode 100644 debian/patches/clean-setup.patch
 create mode 100644 fiona/_csl.pxd
 rename fiona/{ograpi1.pxd => ogrext1.pxd} (100%)
 rename fiona/{ograpi2.pxd => ogrext2.pxd} (100%)

-- 
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