[Git][debian-gis-team/satpy][master] 2 commits: New patch: fix-cf-epoch

Antonio Valentino gitlab at salsa.debian.org
Tue Jan 15 06:34:04 GMT 2019


Antonio Valentino pushed to branch master at Debian GIS Project / satpy


Commits:
fa5d563c by Antonio Valentino at 2019-01-15T06:29:08Z
New patch: fix-cf-epoch

- - - - -
e4091d94 by Antonio Valentino at 2019-01-15T06:29:28Z
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0004-Fix-cf-epoch.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
-satpy (0.11.1-1) UNRELEASED; urgency=medium
+satpy (0.11.1-1) unstable; urgency=medium
 
   * Initial version (Closes: #917110)
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 31 Dec 2018 17:50:07 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Tue, 15 Jan 2019 06:29:16 +0000


=====================================
debian/patches/0004-Fix-cf-epoch.patch
=====================================
@@ -0,0 +1,24 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Tue, 15 Jan 2019 06:26:23 +0000
+Subject: Fix cf epoch
+
+Fix CF epoch for xarray compat.
+See also upstream commit 58bbb0108ecb7abb99e0688a9342512e8ba65709
+(https://github.com/pytroll/satpy).
+---
+ satpy/writers/cf_writer.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/satpy/writers/cf_writer.py b/satpy/writers/cf_writer.py
+index c8243c5..dcf2f52 100644
+--- a/satpy/writers/cf_writer.py
++++ b/satpy/writers/cf_writer.py
+@@ -33,7 +33,7 @@ from satpy.writers import Writer
+ 
+ logger = logging.getLogger(__name__)
+ 
+-EPOCH = u"seconds since 1970-01-01 00:00:00 +00:00"
++EPOCH = u"seconds since 1970-01-01 00:00:00"
+ 
+ 
+ def omerc2cf(area):


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 0001-Fix-pyhdf.patch
 0002-Compatibility-with-Python-3.7.patch
 0003-Skip-tests-that-require-pydecorate.patch
+0004-Fix-cf-epoch.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/069fb3be9b8356d694ceac382b515b61f8f1fbd9...e4091d946ac5eeb6c2e95b315a0de06f9f0e2a1d

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/compare/069fb3be9b8356d694ceac382b515b61f8f1fbd9...e4091d946ac5eeb6c2e95b315a0de06f9f0e2a1d
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/20190115/bce6b70c/attachment-0001.html>


More information about the Pkg-grass-devel mailing list