[rasterio] branch master updated (ff808ef -> dbabfe0)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sun Aug 23 19:48:27 UTC 2015


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

johanvdw-guest pushed a change to branch master
in repository rasterio.

      from  ff808ef   update changelog
       new  5dd2b20   Fix tests on i386
       new  50c4ae3   Revert "Merge tag 'upstream/0.26.0'"
       new  2718f46   Revert "update changelog"
       new  c82e600   Skip failing tests during build
       new  40656ea   Update copyright with AUTHORS.txt
       new  dbabfe0   Release to unstable

The 6 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:
 .gitignore                                         |  76 ------------
 .travis.yml                                        |  20 +---
 AUTHORS.txt                                        |   3 +-
 CHANGES.txt                                        |  18 ---
 README.rst                                         |  45 +------
 debian/changelog                                   |   8 +-
 debian/copyright                                   |  21 +++-
 ...004-Adjust-test-to-no-longer-fail-on-i386.patch |  49 ++++++++
 .../0005-Adjust-test-to-work-well-on-i386.patch    |  29 +++++
 debian/patches/series                              |   2 +
 debian/rules                                       |   4 +-
 docs/cli.rst                                       | 133 +++++++--------------
 docs/reproject.rst                                 |  64 +---------
 examples/polygonize.py                             |  10 +-
 rasterio/__init__.py                               |   2 +-
 rasterio/_base.pyx                                 |  35 +-----
 rasterio/_features.pyx                             |  10 +-
 rasterio/_fill.pyx                                 |   4 +-
 rasterio/_gdal.pxd                                 |   2 +-
 rasterio/_io.pyx                                   |   8 +-
 rasterio/_warp.pyx                                 |   8 +-
 rasterio/dtypes.py                                 |   6 -
 rasterio/enums.py                                  |   2 +-
 rasterio/rio/bands.py                              |  15 ++-
 rasterio/rio/convert.py                            |   6 +-
 rasterio/rio/info.py                               |   6 -
 rasterio/rio/main.py                               |   8 +-
 rasterio/rio/options.py                            |   8 +-
 rasterio/rio/overview.py                           |   6 +-
 requirements-dev.txt                               |   3 +-
 setup.py                                           |   3 +-
 tests/test_checksum.py                             |  45 -------
 tests/test_colormap.py                             |  14 +--
 tests/test_dtypes.py                               |  21 +---
 tests/test_overviews.py                            |  10 --
 tests/test_rio_bands.py                            |   6 +-
 tests/test_rio_info.py                             |  16 ---
 37 files changed, 224 insertions(+), 502 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 debian/patches/0004-Adjust-test-to-no-longer-fail-on-i386.patch
 create mode 100644 debian/patches/0005-Adjust-test-to-work-well-on-i386.patch
 delete mode 100644 tests/test_checksum.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git



More information about the Pkg-grass-devel mailing list