[Python-modules-commits] [python-django-extensions] 01/01: Set minimum python/python3-django depends version to >= 1.8 as described in README.rst and #843975
Scott Kitterman
kitterman at moszumanska.debian.org
Fri Nov 11 12:38:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository python-django-extensions.
commit a0e3654a69da02b4959df9c8ca2d04fcbd12fd0f
Author: Scott Kitterman <scott at kitterman.com>
Date: Fri Nov 11 07:38:10 2016 -0500
Set minimum python/python3-django depends version to >= 1.8 as described in README.rst and #843975
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c836ba2..44f156d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-django-extensions (1.7.4-2) UNRELEASED; urgency=medium
+
+ * Set minimum python/python3-django depends version to >= 1.8 as described
+ in README.rst and #843975
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 11 Nov 2016 07:35:49 -0500
+
python-django-extensions (1.7.4-1) unstable; urgency=medium
* New upstream version.
diff --git a/debian/control b/debian/control
index aaef248..2b74392 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ X-Python3-Version: >=3.4
Package: python-django-extensions
Architecture: all
-Depends: python-django,
+Depends: python-django (>= 1.8),
python-six,
${misc:Depends},
${python:Depends}
@@ -70,7 +70,7 @@ Description: Useful extensions for Django projects (Python 2 version)
Package: python3-django-extensions
Architecture: all
-Depends: python3-django,
+Depends: python3-django (>= 1.8),
python3-six,
${misc:Depends},
${python3:Depends}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-extensions.git
More information about the Python-modules-commits
mailing list