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

sebastic pushed a change to branch upstream
in repository fiona.

      from  82fbe2c   Imported Upstream version 1.7~b1
       new  c7f24ad   Imported Upstream version 1.7.0

The 1 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 +++++++++++
 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 +-
 38 files changed, 1130 insertions(+), 439 deletions(-)
 create mode 100644 appveyor.yml
 create mode 100644 appveyor/install.ps1
 create mode 100644 appveyor/run_with_env.cmd
 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

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to