[Python-modules-commits] [djoser] 05/07: Bump minimum Django version to 1.7.
Michael Fladischer
fladi at moszumanska.debian.org
Fri Jun 17 11:17:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository djoser.
commit dbf78147827c99f9ae05c7c696bdbe2f5fcb3087
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri Jun 17 12:41:42 2016 +0200
Bump minimum Django version to 1.7.
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c1c026f..70c9387 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ djoser (0.5.0-1) UNRELEASED; urgency=low
* New upstream release.
* Bump Standards-Version to 3.9.8.
+ * Bump minimum Django version to 1.7.
-- Michael Fladischer <fladi at debian.org> Fri, 17 Jun 2016 12:22:53 +0200
diff --git a/debian/control b/debian/control
index 16b19b3..b597d04 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Michael Fladischer <fladi at debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
- python-django (>= 1.5),
+ python-django (>= 1.7),
python-djangorestframework (>= 3),
python-setuptools,
python3-all,
@@ -22,7 +22,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/djoser.git
Package: python-djoser
Architecture: all
-Depends: python-django (>= 1.5),
+Depends: python-django (>= 1.7),
python-djangorestframework (>= 3),
${misc:Depends},
${python:Depends}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/djoser.git
More information about the Python-modules-commits
mailing list