Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Typo
· a2048c0b
Antonio Valentino
authored
Feb 21, 2019
a2048c0b
Drop dependency from python3-h5netcdf
· 204d97ad
Antonio Valentino
authored
Feb 21, 2019
204d97ad
Set distribution to unstable
· b63db23f
Antonio Valentino
authored
Feb 21, 2019
b63db23f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b63db23f
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-extr
e
-dependency-form-geoviews.patch: geoviews is not
- new 0002-Disable-extr
a
-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
:3
8
+0000
-- Antonio Valentino <antonio.valentino@tiscali.it>
Thu, 21 Feb
2019
10:10
:3
4
+0000
satpy (0.11.1-2) unstable; urgency=medium
...
...
debian/control
View file @
b63db23f
...
...
@@ -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,
...
...
debian/patches/0002-Disable-extr
e
-dependency-form-geoviews.patch
→
debian/patches/0002-Disable-extr
a
-dependency-form-geoviews.patch
View file @
b63db23f
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 17 Feb 2019 10:56:06 +0000
Subject: Disable extr
e
dependency form geoviews
Subject: Disable extr
a
dependency form geoviews
---
satpy/tests/test_scene.py | 7 +++++++
...
...
debian/patches/0003-Drop-dependenvy-form-h5netcdf.patch
0 → 100644
View file @
b63db23f
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]'],
debian/patches/series
View file @
b63db23f
0001-Fix-pyhdf.patch
0002-Disable-extre-dependency-form-geoviews.patch
0002-Disable-extra-dependency-form-geoviews.patch
0003-Drop-dependenvy-form-h5netcdf.patch