tag 880893 pending
thanks
Hello,
Bug #880893 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
https://anonscm.debian.org/cgit/python-modules/packages/flask-migrate.git/commit/?id=7c2bac3
---
commit 7c2bac39578783ab90a05e1712839c15b8d3b98d
Author: Christoph Berg <[email protected]>
Date: Wed Dec 6 21:16:10 2017 +0100
Add Michael Hudson-Doyle's patch to fix failure with mixed python2/3
versions.
* New upstream version.
+ Fixes FAIL: test_multidb_migrate_upgrade. (Closes: #880893)
* Add Michael Hudson-Doyle's patch to fix failure with mixed python2/3
versions. Thanks! (Closes: #866565)
diff --git a/debian/changelog b/debian/changelog
index 6079762..9f930d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ flask-migrate (2.1.1-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release.
+ + Fixes FAIL: test_multidb_migrate_upgrade. (Closes: #880893)
+ * Add Michael Hudson-Doyle's patch to fix failure with mixed python2/3
+ versions. Thanks! (Closes: #866565)
-- Christoph Berg <[email protected]> Wed, 06 Dec 2017 19:23:04 +0100