[pyresample] 06/07: Refresh all patches
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Fri Sep 15 06:13:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pyresample.
commit 32c7bb32ca30fadb7465bb908fe9ee3ece24c9af
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Fri Sep 15 06:03:01 2017 +0000
Refresh all patches
---
debian/changelog | 1 +
debian/patches/0002-fix-proj4-initialization.patch | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2c47349..d94114f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pyresample (1.6.0-1) UNRELEASED; urgency=medium
* debian/control
- drop dependenct from python3 mock (use the stdlib version)
- add dependency from six
+ * Refresh all patches
-- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 09 Sep 2017 09:36:20 +0000
diff --git a/debian/patches/0002-fix-proj4-initialization.patch b/debian/patches/0002-fix-proj4-initialization.patch
index 30a47b8..7264d4c 100644
--- a/debian/patches/0002-fix-proj4-initialization.patch
+++ b/debian/patches/0002-fix-proj4-initialization.patch
@@ -21,10 +21,10 @@ index 3c6ef3c..5346cb4 100644
YSIZE: 480
AREA_EXTENT: (-20037508.342789244, -10018754.171394622, 20037508.342789244, 10018754.171394622)
diff --git a/pyresample/test/test_geometry.py b/pyresample/test/test_geometry.py
-index 470ad52..5922c27 100644
+index 164d32c..aa66e28 100644
--- a/pyresample/test/test_geometry.py
+++ b/pyresample/test/test_geometry.py
-@@ -408,7 +408,7 @@ class Test(unittest.TestCase):
+@@ -413,7 +413,7 @@ class Test(unittest.TestCase):
swath_def = geometry.SwathDefinition(lons, lats)
filter_area = geometry.AreaDefinition('test', 'test', 'test',
{'proj': 'eqc', 'lon_0': 0.0,
@@ -33,7 +33,7 @@ index 470ad52..5922c27 100644
8, 8,
(-20037508.34, -10018754.17, 20037508.34, 10018754.17))
filter = np.array([[1, 1, 1, 1, 0, 0, 0, 0],
-@@ -433,7 +433,7 @@ class Test(unittest.TestCase):
+@@ -438,7 +438,7 @@ class Test(unittest.TestCase):
data = np.array([1, 2, 3, 4])
filter_area = geometry.AreaDefinition('test', 'test', 'test',
{'proj': 'eqc', 'lon_0': 0.0,
@@ -42,7 +42,7 @@ index 470ad52..5922c27 100644
8, 8,
(-20037508.34, -10018754.17, 20037508.34, 10018754.17))
filter = np.array([[1, 1, 1, 1, 0, 0, 0, 0],
-@@ -468,7 +468,7 @@ class Test(unittest.TestCase):
+@@ -473,7 +473,7 @@ class Test(unittest.TestCase):
data = np.dstack((data1, data2, data3))
filter_area = geometry.AreaDefinition('test', 'test', 'test',
{'proj': 'eqc', 'lon_0': 0.0,
@@ -51,7 +51,7 @@ index 470ad52..5922c27 100644
8, 8,
(-20037508.34, -10018754.17, 20037508.34, 10018754.17))
filter = np.array([[1, 1, 1, 1, 0, 0, 0, 0],
-@@ -537,7 +537,7 @@ class Test(unittest.TestCase):
+@@ -542,7 +542,7 @@ class Test(unittest.TestCase):
def test_latlong_area(self):
area_def = geometry.AreaDefinition('', '', '',
--
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