[Git][debian-gis-team/satpy][master] 3 commits: Typo
Antonio Valentino
gitlab at salsa.debian.org
Thu Feb 21 10:37:13 GMT 2019
Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits:
a2048c0b by Antonio Valentino at 2019-02-21T09:57:19Z
Typo
- - - - -
204d97ad by Antonio Valentino at 2019-02-21T10:10:17Z
Drop dependency from python3-h5netcdf
- - - - -
b63db23f by Antonio Valentino at 2019-02-21T10:10:56Z
Set distribution to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/patches/0002-Disable-extre-dependency-form-geoviews.patch → debian/patches/0002-Disable-extra-dependency-form-geoviews.patch
- + debian/patches/0003-Drop-dependenvy-form-h5netcdf.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-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 at tiscali.it> Fri, 18 Jan 2019 07:45:38 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 21 Feb 2019 10:10:34 +0000
satpy (0.11.1-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -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-extre-dependency-form-geoviews.patch → debian/patches/0002-Disable-extra-dependency-form-geoviews.patch
=====================================
@@ -1,6 +1,6 @@
From: Antonio Valentino <antonio.valentino at 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 +++++++
=====================================
debian/patches/0003-Drop-dependenvy-form-h5netcdf.patch
=====================================
@@ -0,0 +1,35 @@
+From: Antonio Valentino <antonio.valentino at 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
=====================================
@@ -1,2 +1,3 @@
0001-Fix-pyhdf.patch
-0002-Disable-extre-dependency-form-geoviews.patch
+0002-Disable-extra-dependency-form-geoviews.patch
+0003-Drop-dependenvy-form-h5netcdf.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/3a553227561db36c881b24dadda2b0f93b488e9f...b63db23f1305e337c05651686f4c435e6a182ffb
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/3a553227561db36c881b24dadda2b0f93b488e9f...b63db23f1305e337c05651686f4c435e6a182ffb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190221/bc0696e1/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list