[Python-modules-commits] [python-pysolar] 06/08: remove obsolete patch

Wolfgang Borgert debacle at moszumanska.debian.org
Thu Aug 10 18:49:54 UTC 2017


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

debacle pushed a commit to branch master
in repository python-pysolar.

commit 04459af635a714a6c322457070f00da215d9fa9e
Author: W. Martin Borgert <debacle at debian.org>
Date:   Thu Aug 10 20:34:20 2017 +0200

    remove obsolete patch
---
 debian/patches/0001-Use-print-as-function.patch | 24 ------------------------
 debian/patches/series                           |  1 -
 2 files changed, 25 deletions(-)

diff --git a/debian/patches/0001-Use-print-as-function.patch b/debian/patches/0001-Use-print-as-function.patch
deleted file mode 100644
index af69945..0000000
--- a/debian/patches/0001-Use-print-as-function.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From de9ba16836f3468190e9d38fd4d9ad858fe40aba Mon Sep 17 00:00:00 2001
-From: "W. Martin Borgert" <debacle at debian.org>
-Date: Sun, 11 Oct 2015 02:23:21 +0200
-Subject: Use print as function
-
-Origin: vendor
-Last-Update: 2014-10-03
----
- Pysolar/rest.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Pysolar/rest.py b/Pysolar/rest.py
-index d08efb5..f64338e 100644
---- a/Pysolar/rest.py
-+++ b/Pysolar/rest.py
-@@ -36,7 +36,7 @@ def GetAerosolForwardScatteranceFactor(altitude_deg):
- def GetAerosolOpticalDepth(turbidity_beta, effective_wavelength, turbidity_alpha):
- 	# returns tau_a
- 	print("effective_wavelength: ")
--	print effective_wavelength
-+	print(effective_wavelength)
- 	return turbidity_beta * effective_wavelength ** -turbidity_alpha
- 
- def GetAerosolScatteringCorrectionFactor(band, ma, tau_a):
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 408ec4e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Use-print-as-function.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git



More information about the Python-modules-commits mailing list