summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2014-07-03 13:42:57 +0000
committerTobias Klausmann <klausman@gentoo.org>2014-07-03 13:42:57 +0000
commit5615362a966ca642c28a9fbc052ecfeb25a61708 (patch)
tree4b6b7d9b335642d8263ca348a4f9cd867839a73a /dev-python
parentDo not call glib-gettext.m4 functions when dev-libs/glib is not installed (bu... (diff)
downloadgentoo-2-5615362a966ca642c28a9fbc052ecfeb25a61708.tar.gz
gentoo-2-5615362a966ca642c28a9fbc052ecfeb25a61708.tar.bz2
gentoo-2-5615362a966ca642c28a9fbc052ecfeb25a61708.zip
Ensure usage of new-enough pytest version (see bug 514442)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cryptography/ChangeLog6
-rw-r--r--dev-python/cryptography/cryptography-0.4-r1.ebuild4
-rw-r--r--dev-python/cryptography/cryptography-0.4-r2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/cryptography/ChangeLog b/dev-python/cryptography/ChangeLog
index 27d45afa9b4a..2b52978238e4 100644
--- a/dev-python/cryptography/ChangeLog
+++ b/dev-python/cryptography/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/cryptography
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.16 2014/06/23 15:06:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.17 2014/07/03 13:42:57 klausman Exp $
+
+ 03 Jul 2014; Tobias Klausmann <klausman@gentoo.org>
+ cryptography-0.4-r1.ebuild, cryptography-0.4-r2.ebuild:
+ Ensure usage of new-enough pytest version (see bug 514442)
*cryptography-0.4-r2 (23 Jun 2014)
diff --git a/dev-python/cryptography/cryptography-0.4-r1.ebuild b/dev-python/cryptography/cryptography-0.4-r1.ebuild
index 37e9a3eb1e58..9fa64d8033f1 100644
--- a/dev-python/cryptography/cryptography-0.4-r1.ebuild
+++ b/dev-python/cryptography/cryptography-0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.4-r1.ebuild,v 1.3 2014/06/08 12:16:13 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.4-r1.ebuild,v 1.4 2014/07/03 13:42:57 klausman Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
dev-python/iso8601[${PYTHON_USEDEP}]
dev-python/pretend[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
+ >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
)"
DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
diff --git a/dev-python/cryptography/cryptography-0.4-r2.ebuild b/dev-python/cryptography/cryptography-0.4-r2.ebuild
index 3df5b376e0be..94808bb1c232 100644
--- a/dev-python/cryptography/cryptography-0.4-r2.ebuild
+++ b/dev-python/cryptography/cryptography-0.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.4-r2.ebuild,v 1.1 2014/06/23 15:06:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.4-r2.ebuild,v 1.2 2014/07/03 13:42:57 klausman Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
dev-python/iso8601[${PYTHON_USEDEP}]
dev-python/pretend[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
+ >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
)"
DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )