[Python-modules-commits] [django-reversion] 08/12: Bump required Django version to 1.11.
Michael Fladischer
fladi at moszumanska.debian.org
Sat Jan 27 12:28:15 UTC 2018
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository django-reversion.
commit 972d543156be68e155162c5d55ca08a3e73b77ce
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sat Jan 27 11:46:49 2018 +0100
Bump required Django version to 1.11.
---
debian/changelog | 1 +
debian/control | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cdb94e8..bf7d64a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ django-reversion (2.0.13-1) UNRELEASED; urgency=low
* Refresh patches.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.3.
+ * Bump required Django version to 1.11.
-- Michael Fladischer <fladi at debian.org> Sat, 27 Jan 2018 11:37:27 +0100
diff --git a/debian/control b/debian/control
index 8a474e8..3ad331d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,12 +9,12 @@ Build-Depends:
dh-python,
python-all,
python-babel,
- python-django (>= 1.7),
+ python-django (>= 1.11),
python-mock,
python-setuptools,
python3-all,
python3-babel,
- python3-django,
+ python3-django (>= 1.11),
python3-mock,
python3-setuptools,
python3-sphinx,
@@ -29,7 +29,7 @@ Testsuite: autopkgtest-pkg-python
Package: python-django-reversion
Architecture: all
Depends:
- python-django (>= 1.7),
+ python-django (>= 1.11),
${misc:Depends},
${python:Depends},
Suggests:
@@ -73,7 +73,7 @@ Description: Provides comprehensive version control facilities for Django (Docum
Package: python3-django-reversion
Architecture: all
Depends:
- python3-django,
+ python3-django (>= 1.11),
${misc:Depends},
${python3:Depends},
Suggests:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-reversion.git
More information about the Python-modules-commits
mailing list