idella4 14/06/23 15:06:08 Modified: ChangeLog Added: cryptography-0.4-r2.ebuild Log: revbump; patch required to fix a test failing in pyopenssl, fixes Bug #514418 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.16 dev-python/cryptography/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 8 Jun 2014 12:16:13 -0000 1.15 +++ ChangeLog 23 Jun 2014 15:06:08 -0000 1.16 @@ -1,6 +1,12 @@ # 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.15 2014/06/08 12:16:13 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.16 2014/06/23 15:06:08 idella4 Exp $ + +*cryptography-0.4-r2 (23 Jun 2014) + + 23 Jun 2014; Ian Delaney <[email protected]> +cryptography-0.4-r2.ebuild, + +files/asn1.patch, cryptography-0.4-r1.ebuild: + revbump; patch required to fix a test failing in pyopenssl, fixes Bug #514418 08 Jun 2014; Akinori Hattori <[email protected]> cryptography-0.4-r1.ebuild: keyword ~ia64 wrt bug #503094 1.1 dev-python/cryptography/cryptography-0.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography/cryptography-0.4-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography/cryptography-0.4-r2.ebuild?rev=1.1&content-type=text/plain Index: cryptography-0.4-r2.ebuild =================================================================== # 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 $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Library providing cryptographic recipes and primitives" HOMEPAGE="https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" IUSE="test" RDEPEND="dev-libs/openssl:0 >=dev-python/six-1.4.1[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/cffi-0.8:=[${PYTHON_USEDEP}]' python*)" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( =dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}] dev-python/iso8601[${PYTHON_USEDEP}] dev-python/pretend[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] )" DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst ) # commit/1e95bc636ffd66451b6097b0a7f55c6a004563b7 # Making the name minimal. This must be discarded on release of 0.5 PATCHES=( "${FILESDIR}"/asn1.patch ) python_test() { py.test -v || die "Tests fail with ${EPYTHON}" }
