[Python-modules-commits] [xlwt] 07/13: Remove debian patches.

Thomas Goirand zigo at moszumanska.debian.org
Wed Oct 25 17:57:34 UTC 2017


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

zigo pushed a commit to branch new-upstream-1.3.0
in repository xlwt.

commit e6995c5807c73f365dc6cf4580c038a552ff6ecb
Author: Thomas Goirand <thomas at goirand.fr>
Date:   Wed Oct 25 17:09:09 2017 +0000

    Remove debian patches.
---
 debian/patches/fix_import_in_workbook.patch | 25 -------------------------
 debian/patches/series                       |  1 -
 2 files changed, 26 deletions(-)

diff --git a/debian/patches/fix_import_in_workbook.patch b/debian/patches/fix_import_in_workbook.patch
deleted file mode 100644
index d37f42e..0000000
--- a/debian/patches/fix_import_in_workbook.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From ea22f7703c4db089ebf04442c02bfa90d46ae858 Mon Sep 17 00:00:00 2001
-From: Jan Dittberner <jandd at debian.org>
-Date: Thu, 8 Oct 2015 14:28:28 -0700
-Subject: fix import of Row in xlwt/Worksheet.py
-
-Patch-Name: fix_import_in_workbook.patch
----
- xlwt/Worksheet.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/xlwt/Worksheet.py b/xlwt/Worksheet.py
-index cd90ccd..0391ad9 100644
---- a/xlwt/Worksheet.py
-+++ b/xlwt/Worksheet.py
-@@ -48,8 +48,8 @@ class Worksheet(object):
-     ## Constructor
-     #################################################################
-     def __init__(self, sheetname, parent_book, cell_overwrite_ok=False):
--        import Row
--        self.Row = Row.Row
-+        from xlwt import Row
-+        self.Row = Row
- 
-         import Column
-         self.Column = Column.Column
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 526b017..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_import_in_workbook.patch

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



More information about the Python-modules-commits mailing list