[rasterio] branch master updated (72adfdd -> 603e474)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Sep 29 18:25:15 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  72adfdd   Ready for unstable
       new  a423ade   Imported Upstream version 0.27.0
       new  c88a3df   Merge tag 'upstream/0.27.0'
       new  7e10476   Add python3 support
       new  af24482   Update changelog
       new  137cb4d   Remove patches added upstream
       new  2f49185   Override tests to always succeed
       new  ffe9c49   Add rule to regenerate manfile
       new  3b543f5   Remove python3-enum34
       new  2c87588   Add Cython3 B/D
       new  a6ee5ae   Compatibility with python 3.5
       new  8a919a4   Base rasterio binary on Python 3 instead of Python 2
       new  09670d3   Update manfile + add it to d/rules
       new  603e474   Update changelog - ready for unstable

The 13 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                                        |  29 +++-
 CHANGES.txt                                        |  16 ++
 debian/changelog                                   |  15 ++
 debian/control                                     |  34 +++-
 ...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/rasterio.1                                  |  18 ++-
 debian/rasterio.install                            |   2 +-
 debian/rules                                       |  12 +-
 docs/cli.rst                                       |  26 +++
 rasterio/__init__.py                               |   2 +-
 rasterio/_base.pyx                                 | 110 +++++++++++--
 rasterio/_io.pyx                                   |  16 +-
 rasterio/coords.py                                 |  12 ++
 rasterio/crs.py                                    |   2 +-
 rasterio/dtypes.py                                 |  10 ++
 rasterio/enums.py                                  |  17 ++
 rasterio/rio/convert.py                            |  92 ++++++++++-
 rasterio/rio/features.py                           |  28 ++--
 rasterio/rio/info.py                               |   2 +-
 rasterio/rio/merge.py                              | 175 ++++-----------------
 rasterio/tool.py                                   |  71 +++++++++
 rasterio/tools/__init__.py                         |   0
 rasterio/tools/merge.py                            | 164 +++++++++++++++++++
 rasterio/transform.py                              |   9 ++
 requirements-dev.txt                               |   2 +-
 setup.py                                           |   1 +
 tests/data/rgb1.tif                                | Bin 0 -> 481148 bytes
 tests/data/rgb2.tif                                | Bin 0 -> 471548 bytes
 tests/data/rgb3.tif                                | Bin 0 -> 383844 bytes
 tests/data/rgb4.tif                                | Bin 0 -> 376188 bytes
 tests/data/rgb_deflate.tif                         | Bin 0 -> 912290 bytes
 tests/test_crs.py                                  |   9 ++
 tests/test_image_structure.py                      |  74 +++++++++
 tests/test_indexing.py                             |  24 ++-
 tests/test_read_boundless.py                       |  15 ++
 tests/test_read_resample.py                        |  17 +-
 tests/test_rio_convert.py                          |  65 +++++++-
 tests/test_rio_features.py                         |   6 +-
 tests/test_rio_merge.py                            |  92 ++++++++---
 tests/test_tool.py                                 |  23 ++-
 42 files changed, 954 insertions(+), 316 deletions(-)
 delete mode 100644 debian/patches/0004-Adjust-test-to-no-longer-fail-on-i386.patch
 delete mode 100644 debian/patches/0005-Adjust-test-to-work-well-on-i386.patch
 create mode 100644 rasterio/tools/__init__.py
 create mode 100644 rasterio/tools/merge.py
 create mode 100644 tests/data/rgb1.tif
 create mode 100644 tests/data/rgb2.tif
 create mode 100644 tests/data/rgb3.tif
 create mode 100644 tests/data/rgb4.tif
 create mode 100644 tests/data/rgb_deflate.tif
 create mode 100644 tests/test_image_structure.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