[pyepr] branch master updated (1d21eed -> 8ad0fc7)

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Mar 1 08:17:00 UTC 2015


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

a_valentino-guest pushed a change to branch master
in repository pyepr.

      from  1d21eed   Ready for release
       new  631858f   Fix watch file
       new  2dacf02   Imported Upstream version 0.9.1
       new  332c2dd   Merge tag 'upstream/0.9.1'
       new  fa4593a   New upstream release
       new  61133cb   Refresh all patches
       new  972d950   Refresh all patches
       new  fb2773b   Build depends on python3-doc instead of python-doc
       new  8ad0fc7   Update copyright file

The 8 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:
 MANIFEST.in                                        |    3 +-
 Makefile                                           |    8 +-
 README.txt                                         |   14 +-
 debian/changelog                                   |   10 +
 debian/control                                     |    2 +-
 debian/copyright                                   |    4 +-
 ...use-local-files-for-generating-sphinx-doc.patch |   22 +-
 debian/watch                                       |    4 +-
 doc/NEWS.txt                                       |   98 +-
 doc/_templates/appveyor.html                       |    5 +
 doc/_templates/ohloh.html                          |    2 +-
 doc/_templates/pypi.html                           |   17 +
 doc/_templates/travis-ci.html                      |    2 +
 doc/bands_example.txt                              |    4 +-
 doc/bitmask_example.txt                            |    6 +-
 doc/conf.py                                        |   19 +-
 doc/examples/update_elements.py                    |   84 ++
 doc/examples/write_bands.py                        |    2 +-
 doc/examples/write_bitmask.py                      |    2 +-
 doc/examples/write_ndvi.py                         |    2 +-
 doc/images/modified_water_vapour.png               |  Bin 0 -> 43775 bytes
 doc/images/modified_water_vapour_with_box.png      |  Bin 0 -> 46723 bytes
 doc/images/water_vapour_histogram_01.png           |  Bin 0 -> 27892 bytes
 doc/images/water_vapour_histogram_02.png           |  Bin 0 -> 32226 bytes
 doc/index.txt                                      |   14 +-
 doc/interactive_use.txt                            |   20 +-
 doc/ndvi_example.txt                               |    8 +-
 doc/reference.txt                                  |  561 ++++++----
 doc/tutorials.txt                                  |    1 +
 doc/update_example.txt                             |  205 ++++
 doc/usermanual.txt                                 |   87 +-
 requirements.txt                                   |    2 +-
 setup.py                                           |  224 ++--
 src/epr.pxd                                        |  370 +++++++
 src/epr.pyx                                        | 1099 ++++++++++++--------
 doc/_static/empty.txt => tests/__init__.py         |    0
 tests/checksetup.mak                               |  202 ++++
 {test => tests}/test_all.py                        |  870 ++++++++++++++--
 38 files changed, 3085 insertions(+), 888 deletions(-)
 create mode 100644 doc/_templates/appveyor.html
 create mode 100644 doc/_templates/pypi.html
 create mode 100755 doc/examples/update_elements.py
 create mode 100644 doc/images/modified_water_vapour.png
 create mode 100644 doc/images/modified_water_vapour_with_box.png
 create mode 100644 doc/images/water_vapour_histogram_01.png
 create mode 100644 doc/images/water_vapour_histogram_02.png
 create mode 100644 doc/update_example.txt
 mode change 100644 => 100755 setup.py
 create mode 100644 src/epr.pxd
 copy doc/_static/empty.txt => tests/__init__.py (100%)
 create mode 100644 tests/checksetup.mak
 rename {test => tests}/test_all.py (73%)

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



More information about the Pkg-grass-devel mailing list