[pyresample] branch master updated (c616740 -> 7049b1b)

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sat Jul 11 19:52:36 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 pyresample.

      from  c616740   Added an explicit build dependency from dh-python
       new  ff538dd   Imported Upstream version 1.1.3
       new  a16fc4a   New upstream version
       new  9a2124c   Update watch file
       new  e697ec6   Update upstread home page
       new  c6b84f2   Updated copyright file
       new  3814990   Update package dependencies
       new  eade294   Update standards version
       new  2c1cbbf   Fix debian/control
       new  03da9aa   Drop debian/patches
       new  3c85499   Fix test invocation
       new  7081ebb   New package for Python 3
       new  1080b41   Skip tests that require basemap
       new  5614f23   Fix doc build
       new  50bf094   Fix lintian warnings
       new  ce1947b   Undef DH_VERBOSE
       new  7049b1b   Fix doc installation

The 16 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                                        |  18 +
 LICENSE.txt                                        | 829 ++++---------------
 PKG-INFO                                           |  16 -
 README                                             |   4 +-
 README.md                                          |  39 +
 debian/changelog                                   |  27 +-
 debian/control                                     |  59 +-
 debian/copyright                                   |  55 +-
 debian/docs                                        |   2 +-
 debian/patches/0001-fix_egginfo_source.patch       |  21 -
 debian/patches/0001-skip-basemap-tests.patch       |  56 ++
 debian/patches/0002-fix-doc-build.patch            |  58 ++
 debian/patches/series                              |   3 +-
 debian/python-pyresample-test.install              |   2 +-
 debian/python-pyresample.install                   |   1 -
 debian/rules                                       |  24 +-
 debian/tests/control                               |   3 +
 debian/tests/{python2 => python3}                  |   2 +-
 debian/watch                                       |   4 +-
 docs/source/_static/images/time_vs_nproc_1-12.png  | Bin 0 -> 35330 bytes
 docs/source/geo_def.rst                            |  14 +-
 docs/source/multi.rst                              |   3 +
 pyresample.egg-info/PKG-INFO                       |  16 -
 pyresample.egg-info/SOURCES.txt                    |  63 --
 pyresample.egg-info/dependency_links.txt           |   1 -
 pyresample.egg-info/not-zip-safe                   |   1 -
 pyresample.egg-info/requires.txt                   |   9 -
 pyresample.egg-info/top_level.txt                  |   1 -
 pyresample/__init__.py                             |  51 +-
 pyresample/_multi_proc.py                          | 137 ++--
 pyresample/_spatial_mp.py                          | 202 ++---
 pyresample/data_reduce.py                          | 198 ++---
 pyresample/geo_filter.py                           |  64 +-
 pyresample/geometry.py                             | 442 +++++-----
 pyresample/grid.py                                 | 153 ++--
 pyresample/image.py                                | 155 ++--
 pyresample/kd_tree.py                              | 593 +++++++-------
 pyresample/plot.py                                 | 177 ++--
 pyresample/spherical_geometry.py                   |  92 ++-
 pyresample/test/__init__.py                        |  46 ++
 {test => pyresample/test}/test_files/areas.cfg     |   0
 {test => pyresample/test}/test_files/mask_grid.dat |   0
 .../test}/test_files/mask_test_data.dat            |   0
 .../test}/test_files/mask_test_fill_value.dat      |   0
 .../test}/test_files/mask_test_full_fill.dat       |   0
 .../test}/test_files/mask_test_full_fill_multi.dat |   0
 .../test}/test_files/mask_test_mask.dat            |   0
 .../test}/test_files/mask_test_nearest_data.dat    |   0
 .../test}/test_files/mask_test_nearest_mask.dat    |   0
 .../test}/test_files/quick_mask_test.dat           |   0
 .../test}/test_files/ssmis_swath.npz               | Bin
 pyresample/test/test_geometry.py                   | 646 +++++++++++++++
 pyresample/test/test_grid.py                       | 201 +++++
 pyresample/test/test_image.py                      | 225 +++++
 pyresample/test/test_kd_tree.py                    | 907 +++++++++++++++++++++
 pyresample/test/test_plot.py                       |  87 ++
 .../test}/test_spherical_geometry.py               |  53 +-
 {test => pyresample/test}/test_swath.py            |  75 +-
 {test => pyresample/test}/test_utils.py            |  56 +-
 pyresample/utils.py                                | 213 +++--
 pyresample/version.py                              |  28 +-
 requirements.txt                                   |   2 +
 setup.cfg                                          |   5 -
 setup.py                                           |  59 +-
 test/test_geometry.py                              | 513 ------------
 test/test_grid.py                                  | 177 ----
 test/test_image.py                                 | 202 -----
 test/test_kd_tree.py                               | 836 -------------------
 test/test_plot.py                                  |  67 --
 69 files changed, 4080 insertions(+), 3913 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 PKG-INFO
 mode change 100644 => 120000 README
 create mode 100644 README.md
 delete mode 100644 debian/patches/0001-fix_egginfo_source.patch
 create mode 100644 debian/patches/0001-skip-basemap-tests.patch
 create mode 100644 debian/patches/0002-fix-doc-build.patch
 delete mode 100644 debian/python-pyresample.install
 copy debian/tests/{python2 => python3} (80%)
 create mode 100644 docs/source/_static/images/time_vs_nproc_1-12.png
 delete mode 100644 pyresample.egg-info/PKG-INFO
 delete mode 100644 pyresample.egg-info/SOURCES.txt
 delete mode 100644 pyresample.egg-info/dependency_links.txt
 delete mode 100644 pyresample.egg-info/not-zip-safe
 delete mode 100644 pyresample.egg-info/requires.txt
 delete mode 100644 pyresample.egg-info/top_level.txt
 create mode 100644 pyresample/test/__init__.py
 rename {test => pyresample/test}/test_files/areas.cfg (100%)
 rename {test => pyresample/test}/test_files/mask_grid.dat (100%)
 rename {test => pyresample/test}/test_files/mask_test_data.dat (100%)
 rename {test => pyresample/test}/test_files/mask_test_fill_value.dat (100%)
 rename {test => pyresample/test}/test_files/mask_test_full_fill.dat (100%)
 rename {test => pyresample/test}/test_files/mask_test_full_fill_multi.dat (100%)
 rename {test => pyresample/test}/test_files/mask_test_mask.dat (100%)
 rename {test => pyresample/test}/test_files/mask_test_nearest_data.dat (100%)
 rename {test => pyresample/test}/test_files/mask_test_nearest_mask.dat (100%)
 rename {test => pyresample/test}/test_files/quick_mask_test.dat (100%)
 rename {test => pyresample/test}/test_files/ssmis_swath.npz (100%)
 create mode 100644 pyresample/test/test_geometry.py
 create mode 100644 pyresample/test/test_grid.py
 create mode 100644 pyresample/test/test_image.py
 create mode 100644 pyresample/test/test_kd_tree.py
 create mode 100644 pyresample/test/test_plot.py
 rename {test => pyresample/test}/test_spherical_geometry.py (97%)
 rename {test => pyresample/test}/test_swath.py (54%)
 rename {test => pyresample/test}/test_utils.py (55%)
 create mode 100644 requirements.txt
 delete mode 100644 setup.cfg
 delete mode 100644 test/test_geometry.py
 delete mode 100644 test/test_grid.py
 delete mode 100644 test/test_image.py
 delete mode 100644 test/test_kd_tree.py
 delete mode 100644 test/test_plot.py

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



More information about the Pkg-grass-devel mailing list