[Python-modules-commits] [pytest-mock] 06/06: Patch for pytest3 support

Vincent Bernat bernat at moszumanska.debian.org
Sat Oct 15 19:05:15 UTC 2016


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

bernat pushed a commit to branch master
in repository pytest-mock.

commit 65495c960ecb33426cc93e681abb8fb59ca583f3
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Oct 15 20:58:49 2016 +0200

    Patch for pytest3 support
    
    And release.
---
 debian/changelog | 7 ++++---
 debian/control   | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b4f4f0d..db07bbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-pytest-mock (1.2-1) UNRELEASED; urgency=medium
+pytest-mock (1.2-1) unstable; urgency=medium
 
   * New upstream release.
-    + !!!! Still no support of pytest 3. Not closes: #835241.
+  * Patch to add support for pytest3. This also requires a recent version
+    of python{,3}-pytest. Closes: #835241.
 
- -- Vincent Bernat <bernat at debian.org>  Sat, 03 Sep 2016 12:31:59 +0200
+ -- Vincent Bernat <bernat at debian.org>  Sat, 15 Oct 2016 20:58:02 +0200
 
 pytest-mock (1.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 29ee1a4..b80412e 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-mock
 
 Package: python-pytest-mock
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}, python-pytest (>= 3.0.3) | python-pytest (<< 3)
 Recommends: ${python:Recommends}
 Suggests: ${python:Suggests}
 XB-Python-Egg-Name: pytest-mock
@@ -33,7 +33,7 @@ Description: thin-wrapper around mock for easier use with py.test (Python 2 modu
 
 Package: python3-pytest-mock
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}, python3-pytest (>= 3.0.3) | python3-pytest (<< 3)
 Recommends: ${python3:Recommends}
 Suggests: ${python3:Suggests}
 XB-Python-Egg-Name: pytest-mock

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



More information about the Python-modules-commits mailing list