[Python-modules-commits] [python-django-debug-toolbar] 01/07: Drop sqlparse-downgrade.patch as sqlparse >= 0.2 is now in Debian.
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Sun Nov 27 15:48:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
asb pushed a commit to branch master
in repository python-django-debug-toolbar.
commit 4e7f8f4a61e1b6d85549f05668a75431861ac518
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Sun Nov 27 10:10:00 2016 -0500
Drop sqlparse-downgrade.patch as sqlparse >= 0.2 is now in Debian.
---
debian/changelog | 7 +++++++
debian/patches/series | 1 -
debian/patches/sqlparse-downgrade.patch | 21 ---------------------
3 files changed, 7 insertions(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e934ef1..89d25bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-django-debug-toolbar (1:1.5-2) UNRELEASED; urgency=medium
+
+ * Drop sqlparse-downgrade.patch as sqlparse >= 0.2 is
+ now in Debian.
+
+ -- Andrew Starr-Bochicchio <asb at debian.org> Sun, 27 Nov 2016 10:07:58 -0500
+
python-django-debug-toolbar (1:1.5-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/patches/series b/debian/patches/series
index 62b796b..a6dd669 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-sqlparse-downgrade.patch
django-1.10-compat.patch
diff --git a/debian/patches/sqlparse-downgrade.patch b/debian/patches/sqlparse-downgrade.patch
deleted file mode 100644
index 8f9418b..0000000
--- a/debian/patches/sqlparse-downgrade.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Origin: Debian
-Forwarded: Not-Needed
-Description: Revert upstream commit to restore compatibility with
- sqlparse < 0.2.0 as Debian has 0.1.18. See:
- https://github.com/jazzband/django-debug-toolbar/commit/3e7b0e0842e36483841c862cb3412f26a3b1156f
- https://github.com/jazzband/django-debug-toolbar/issues/852
-
-
-Index: python-django-debug-toolbar/debug_toolbar/panels/sql/utils.py
-===================================================================
---- python-django-debug-toolbar.orig/debug_toolbar/panels/sql/utils.py 2016-08-20 12:01:46.078848343 -0400
-+++ python-django-debug-toolbar/debug_toolbar/panels/sql/utils.py 2016-08-20 12:50:33.792117342 -0400
-@@ -9,7 +9,7 @@
-
- class BoldKeywordFilter:
- """sqlparse filter to bold SQL keywords"""
-- def process(self, stream):
-+ def process(self, stack, stream):
- """Process the token stream"""
- for token_type, value in stream:
- is_keyword = token_type in T.Keyword
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-debug-toolbar.git
More information about the Python-modules-commits
mailing list