Skip to content
Commits on Source (3)
satpy (0.12.0-1) UNRELEASED; urgency=medium
satpy (0.12.0-1) unstable; urgency=medium
* New upstream release (Closes: #919566).
* debian/patches:
......@@ -6,11 +6,12 @@ satpy (0.12.0-1) UNRELEASED; urgency=medium
applied upstream
- drop 0003-Skip-tests-that-require-pydecorate.patch: no longer necessary
(pydecorate is now available)
- new 0002-Disable-extre-dependency-form-geoviews.patch: geoviews is not
- new 0002-Disable-extra-dependency-form-geoviews.patch: geoviews is not
currently available in debian
- refresh remaining patches
* drop dependency from python3-h5netcdf (Closes: #919714).
-- Antonio Valentino <antonio.valentino@tiscali.it> Fri, 18 Jan 2019 07:45:38 +0000
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 21 Feb 2019 10:10:34 +0000
satpy (0.11.1-2) unstable; urgency=medium
......
......@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 11),
python3-geotiepoints,
python3-glymur,
python3-grib,
python3-h5netcdf,
python3-h5py,
python3-hdf4,
python3-imageio,
......@@ -72,7 +71,6 @@ Recommends: python3-behave,
python3-gdal,
python3-geotiepoints,
python3-glymur,
python3-h5netcdf,
python3-h5py,
python3-imageio,
python3-libtiff,
......
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 17 Feb 2019 10:56:06 +0000
Subject: Disable extre dependency form geoviews
Subject: Disable extra dependency form geoviews
---
satpy/tests/test_scene.py | 7 +++++++
......
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Thu, 21 Feb 2019 09:52:29 +0000
Subject: Drop dependenvy form h5netcdf
---
satpy/tests/writer_tests/__init__.py | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/satpy/tests/writer_tests/__init__.py b/satpy/tests/writer_tests/__init__.py
index 6bb15d0..38cfeca 100644
--- a/satpy/tests/writer_tests/__init__.py
+++ b/satpy/tests/writer_tests/__init__.py
@@ -39,7 +39,7 @@ else:
def suite():
"""Test suite for all writer tests"""
mysuite = unittest.TestSuite()
- mysuite.addTests(test_cf.suite())
+ # mysuite.addTests(test_cf.suite())
mysuite.addTests(test_geotiff.suite())
# mysuite.addTests(test_ninjotiff.suite())
mysuite.addTests(test_simple_image.suite())
diff --git a/setup.py b/setup.py
index 82aa382..76ea4f6 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ extras_require = {
'hrit_msg': ['pytroll-schedule'],
'nc_nwcsaf_msg': ['netCDF4 >= 1.1.8'],
'sar_c': ['python-geotiepoints >= 1.1.7', 'gdal'],
- 'abi_l1b': ['h5netcdf'],
+ # 'abi_l1b': ['h5netcdf'],
# Writers:
'scmi': ['netCDF4 >= 1.1.8'],
'geotiff': ['gdal', 'trollimage[geotiff]'],
0001-Fix-pyhdf.patch
0002-Disable-extre-dependency-form-geoviews.patch
0002-Disable-extra-dependency-form-geoviews.patch
0003-Drop-dependenvy-form-h5netcdf.patch