[Python-modules-commits] [python-keyring] 06/07: Require pytest at least version 2.8, per upstream setup.py.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Jun 24 07:50:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository python-keyring.

commit 95b70c7de093b37d93009b4195a33e9ffbbdb975
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Jun 24 10:47:16 2016 +0300

    Require pytest at least version 2.8, per upstream setup.py.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3bbb1e1..cf4bae0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-keyring (9.1-1) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * New upstream release.
+  * Require pytest at least version 2.8, per upstream setup.py.
   * Bump years in debian/copyright.
   * Bump Standards-Version to 3.9.8, no changes needed.
 
diff --git a/debian/control b/debian/control
index 1dbfd06..2ca4f81 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,11 @@ Build-Depends:
  debhelper (>= 9),
  dh-python (>= 2.20160609~),
  python-all (>= 2.6.6-13),
- python-pytest,
+ python-pytest (>= 2.8),
  python-setuptools,
  python-setuptools-scm (>= 1.9),
  python3-all,
- python3-pytest,
+ python3-pytest (>= 2.8),
  python3-setuptools,
  python3-setuptools-scm (>= 1.9)
 Standards-Version: 3.9.8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git



More information about the Python-modules-commits mailing list