idella4 14/06/14 14:01:54 Modified: ChangeLog Added: flask-security-1.7.3.ebuild Log: bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/flask-security/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-security/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-security/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-security/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-security/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 20 May 2014 07:43:31 -0000 1.4 +++ ChangeLog 14 Jun 2014 14:01:54 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/flask-security # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-security/ChangeLog,v 1.4 2014/05/20 07:43:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-security/ChangeLog,v 1.5 2014/06/14 14:01:54 idella4 Exp $ + +*flask-security-1.7.3 (14 Jun 2014) + + 14 Jun 2014; Ian Delaney <[email protected]> +flask-security-1.7.3.ebuild: + bump *flask-security-1.7.2 (20 May 2014) 1.1 dev-python/flask-security/flask-security-1.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-security/flask-security-1.7.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-security/flask-security-1.7.3.ebuild?rev=1.1&content-type=text/plain Index: flask-security-1.7.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/flask-security/flask-security-1.7.3.ebuild,v 1.1 2014/06/14 14:01:54 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_PN="Flask-Security" MY_P="${MY_PN}-${PV}" DESCRIPTION="Simple security for Flask apps" HOMEPAGE="http://pythonhosted.org/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" # packages of this type require local running instances of databases # which then require connect to localhost RESTRICT="test" RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}] >=dev-python/itsdangerous-0.17[${PYTHON_USEDEP}] >=dev-python/passlib-1.6.1[${PYTHON_USEDEP}] >=dev-python/flask-login-0.1.3[${PYTHON_USEDEP}] >=dev-python/flask-mail-0.7.3[${PYTHON_USEDEP}] >=dev-python/flask-wtf-0.8[${PYTHON_USEDEP}] >=dev-python/flask-principal-0.3.3[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] dev-python/flask-mongoengine[${PYTHON_USEDEP}] dev-python/flask-peewee[${PYTHON_USEDEP}] dev-python/bcrypt[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" python_test() { nosetests || die "Testing failed with ${EPYTHON}" }
