[Python-modules-commits] [python-django-debug-toolbar] 02/07: Depend on python{3}-sqlparse >= 0.2.0 (Closes: #844792).
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 76751f9c10ed3de8db0d6d06104085a6738d1f45
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Sun Nov 27 10:22:49 2016 -0500
Depend on python{3}-sqlparse >= 0.2.0 (Closes: #844792).
---
debian/changelog | 1 +
debian/control | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 89d25bb..f59c03a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-django-debug-toolbar (1:1.5-2) UNRELEASED; urgency=medium
* Drop sqlparse-downgrade.patch as sqlparse >= 0.2 is
now in Debian.
+ * Depend on python{3}-sqlparse >= 0.2.0 (Closes: #844792).
-- Andrew Starr-Bochicchio <asb at debian.org> Sun, 27 Nov 2016 10:07:58 -0500
diff --git a/debian/control b/debian/control
index 8cf4c88..b00c570 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 9),
python-setuptools,
python3-setuptools,
python-sphinx (>= 1.0.7+dfsg-1~),
- python-sqlparse (<< 0.2.0),
- python3-sqlparse (<< 0.2.0)
+ python-sqlparse (>= 0.2.0),
+ python3-sqlparse
Standards-Version: 3.9.8
XS-Testsuite: autopkgtest
X-Python-Version: >= 2.6
@@ -24,7 +24,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-djan
Package: python-django-debug-toolbar
Architecture: all
-Depends: python-sqlparse,
+Depends: python-sqlparse (>= 0.2.0),
${misc:Depends},
${python:Depends}
Recommends: python-pygments
@@ -47,7 +47,7 @@ Description: Embedded debugging toolbar for Django projects
Package: python3-django-debug-toolbar
Architecture: all
-Depends: python3-sqlparse,
+Depends: python3-sqlparse (>= 0.2.0),
${misc:Depends},
${python3:Depends}
Recommends: python3-pygments
--
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