tag 883732 pending
thanks
Hello,
Bug #883732 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=da8c6cf
---
commit da8c6cf5e012d77820134f03ead3cf10a69ed76b
Author: Christoph Berg <[email protected]>
Date: Thu Dec 7 13:26:40 2017 +0100
debian/rules: Set LC_ALL=C.UTF-8 to make "Click" happy under python3.
RuntimeError: Click will abort further execution because Python 3 was
configured to use ASCII as encoding for the environment. Consult
http://click.pocoo.org/python3/for mitigation steps.\n\nThis system supports
the C.UTF-8 locale which is recommended.\nYou might be able to resolve your
issue by exporting the\nfollowing environment variables:\n\n export
LC_ALL=C.UTF-8\n export LANG=C.UTF-8\n'
Closes: #883732
diff --git a/debian/changelog b/debian/changelog
index 5d3af16..bc4c287 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+flask-migrate (2.1.1-2) unstable; urgency=medium
+
+ * Team upload.
+ * debian/rules: Set LC_ALL=C.UTF-8 to make "Click" happy under python3.
+ (Closes: #883732)
+
+ -- Christoph Berg <[email protected]> Thu, 07 Dec 2017 13:23:17
+0100
+
flask-migrate (2.1.1-1) unstable; urgency=medium
* Team upload.