patrick 14/12/04 07:55:49 Modified: ChangeLog Added: flask-migrate-1.3.0.ebuild Log: Bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 dev-python/flask-migrate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-migrate/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 20 Nov 2014 06:58:01 -0000 1.1 +++ ChangeLog 4 Dec 2014 07:55:49 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/flask-migrate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-migrate/ChangeLog,v 1.1 2014/11/20 06:58:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-migrate/ChangeLog,v 1.2 2014/12/04 07:55:49 patrick Exp $ + +*flask-migrate-1.3.0 (04 Dec 2014) + + 04 Dec 2014; Patrick Lauer <[email protected]> +flask-migrate-1.3.0.ebuild: + Bump *flask-migrate-1.2.0 (20 Nov 2014) 1.1 dev-python/flask-migrate/flask-migrate-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/flask-migrate-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-migrate/flask-migrate-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: flask-migrate-1.3.0.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-migrate/flask-migrate-1.3.0.ebuild,v 1.1 2014/12/04 07:55:49 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_PN="Flask-Migrate" MY_P="${MY_PN}-${PV}" DESCRIPTION="SQLAlchemy database migrations for Flask applications using Alembic" HOMEPAGE="https://pypi.python.org/pypi/Flask-Admin" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/alembic[${PYTHON_USEDEP}] dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] dev-python/flask-script[${PYTHON_USEDEP}] " S="${WORKDIR}/${MY_P}" python_test() { nosetests || die "Testing failed with ${EPYTHON}" }
