summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/explicit-lxml13
-rw-r--r--debian/patches/series1
3 files changed, 7 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index e07feba..5217ef2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-ofxparse (0.15-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop the patch (differently fixed upstream).
+
+ -- Andrew Shadura <andrewsh@debian.org> Wed, 19 Oct 2016 18:04:50 +0200
+
python-ofxparse (0.14-2) unstable; urgency=medium
* Tell BeautifulSoup to use lxml explicitly. "Patch"
diff --git a/debian/patches/explicit-lxml b/debian/patches/explicit-lxml
deleted file mode 100644
index aabab28..0000000
--- a/debian/patches/explicit-lxml
+++ /dev/null
@@ -1,13 +0,0 @@
-bug#818132
-
---- a/ofxparse/ofxparse.py
-+++ b/ofxparse/ofxparse.py
-@@ -28,7 +28,7 @@
- return BeautifulSoup(fh)
- except ImportError:
- from BeautifulSoup import BeautifulStoneSoup
-- return BeautifulStoneSoup(fh)
-+ return BeautifulStoneSoup(fh, "lxml")
-
-
- def try_decode(string, encoding):
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ae721d3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-explicit-lxml