idella4 15/08/07 01:19:02 Modified: ChangeLog Added: hypothesis-1.9.0.ebuild Removed: hypothesis-1.6.2.ebuild Log: bump, rm old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/hypothesis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/hypothesis/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 Jul 2015 09:28:17 -0000 1.2 +++ ChangeLog 7 Aug 2015 01:19:02 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/hypothesis # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hypothesis/ChangeLog,v 1.2 2015/07/08 09:28:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hypothesis/ChangeLog,v 1.3 2015/08/07 01:19:02 idella4 Exp $ + +*hypothesis-1.9.0 (07 Aug 2015) + + 07 Aug 2015; Ian Delaney <[email protected]> +hypothesis-1.9.0.ebuild, + -hypothesis-1.6.2.ebuild: + bump, rm old *hypothesis-1.7.1 (08 Jul 2015) 1.1 dev-python/hypothesis/hypothesis-1.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/hypothesis-1.9.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/hypothesis-1.9.0.ebuild?rev=1.1&content-type=text/plain Index: hypothesis-1.9.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/hypothesis/hypothesis-1.9.0.ebuild,v 1.1 2015/08/07 01:19:02 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="A library for property based testing" HOMEPAGE="https://github.com/DRMacIver/hypothesis" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
