[pyorbital] 03/05: Remove debian/patches/0002-relax-astronomy-test-condition.patch: applied upstream

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Feb 21 11:51:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository pyorbital.

commit 43f108f24e37993cbde16450faddbad906d5e94c
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Feb 21 09:27:11 2016 +0000

    Remove debian/patches/0002-relax-astronomy-test-condition.patch: applied upstream
---
 debian/changelog                                   |  7 +++++++
 .../0002-relax-astronomy-test-condition.patch      | 24 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 7 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1cc842..b87f796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyorbital (1.0.1-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+  * Remove 0002-relax-astronomy-test-condition.patch applied upstream
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 21 Feb 2016 09:25:03 +0000
+
 pyorbital (1.0.0-1) unstable; urgency=medium
 
   * New upstream release (Closes: #814071)
diff --git a/debian/patches/0002-relax-astronomy-test-condition.patch b/debian/patches/0002-relax-astronomy-test-condition.patch
deleted file mode 100644
index 26cea7b..0000000
--- a/debian/patches/0002-relax-astronomy-test-condition.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Antonio Valentino <antonio.valentino at tiscali.it>
-Date: Tue, 16 Feb 2016 20:58:08 +0100
-Subject: relax astronomy test condition
-
----
- pyorbital/tests/test_astronomy.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/pyorbital/tests/test_astronomy.py b/pyorbital/tests/test_astronomy.py
-index ae39d1c..6666898 100644
---- a/pyorbital/tests/test_astronomy.py
-+++ b/pyorbital/tests/test_astronomy.py
-@@ -50,9 +50,9 @@ class TestAstronomy(unittest.TestCase):
-         time_slot = datetime(2011, 9, 23, 12, 0)
-         
-         sun_theta = astr.sun_zenith_angle(time_slot, lon, lat)
--        self.assertEqual(sun_theta, 60.371433482557833)
-+        self.assertAlmostEqual(sun_theta, 60.371433482557833, places=8)
-         sun_theta = astr.sun_zenith_angle(time_slot, 0., 0.)
--        self.assertEqual(sun_theta, 1.8751916863323426)
-+        self.assertAlmostEqual(sun_theta, 1.8751916863323426, places=8)
- 
- def suite():
-     """The suite for test_astronomy
diff --git a/debian/patches/series b/debian/patches/series
index 26917b1..d07cec9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-install-test-sub-package.patch
-0002-relax-astronomy-test-condition.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyorbital.git



More information about the Pkg-grass-devel mailing list