jlec 15/05/10 13:38:09 Modified: ChangeLog Added: django-tables2-1.0.4.ebuild Log: Version Bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.3 dev-python/django-tables2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tables2/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tables2/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tables2/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-tables2/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 May 2015 13:50:06 -0000 1.2 +++ ChangeLog 10 May 2015 13:38:09 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/django-tables2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tables2/ChangeLog,v 1.2 2015/05/08 13:50:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tables2/ChangeLog,v 1.3 2015/05/10 13:38:09 jlec Exp $ + +*django-tables2-1.0.4 (10 May 2015) + + 10 May 2015; Justin Lecher <[email protected]> +django-tables2-1.0.4.ebuild: + Version Bump *django-tables2-0.16.0-r1 (08 May 2015) 1.1 dev-python/django-tables2/django-tables2-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tables2/django-tables2-1.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tables2/django-tables2-1.0.4.ebuild?rev=1.1&content-type=text/plain Index: django-tables2-1.0.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-tables2/django-tables2-1.0.4.ebuild,v 1.1 2015/05/10 13:38:09 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) inherit distutils-r1 DESCRIPTION="Table/data-grid framework for Django" HOMEPAGE="https://pypi.python.org/pypi/django-tables2/ https://github.com/bradleyayers/django-tables2/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] "
