alunduil 15/01/29 16:24:48 Modified: ChangeLog Added: docker-py-0.7.1.ebuild Log: add version 0.7.1 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path 1.12 dev-python/docker-py/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docker-py/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docker-py/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docker-py/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/docker-py/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 19 Nov 2014 06:40:53 -0000 1.11 +++ ChangeLog 29 Jan 2015 16:24:48 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/docker-py -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docker-py/ChangeLog,v 1.11 2014/11/19 06:40:53 dlan Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/docker-py/ChangeLog,v 1.12 2015/01/29 16:24:48 alunduil Exp $ + +*docker-py-0.7.1 (29 Jan 2015) + + 29 Jan 2015; Alex Brandt <[email protected]> +docker-py-0.7.1.ebuild: + add version 0.7.1 19 Nov 2014; Yixun Lan <[email protected]> -docker-py-0.5.0-r1.ebuild: clean vulnerable version due to security bug 529670 1.1 dev-python/docker-py/docker-py-0.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docker-py/docker-py-0.7.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docker-py/docker-py-0.7.1.ebuild?rev=1.1&content-type=text/plain Index: docker-py-0.7.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/docker-py/docker-py-0.7.1.ebuild,v 1.1 2015/01/29 16:24:48 alunduil Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="Python client for Docker." HOMEPAGE="https://github.com/docker/docker-py" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] ) " RDEPEND=" >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] <dev-python/requests-2.5.0[${PYTHON_USEDEP}] >=dev-python/six-1.3.0[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/websocket-client-0.11.0[${PYTHON_USEDEP}]' python2_7) " python_test() { "${PYTHON}" tests/test.py || die "tests failed under ${EPYTHON}" }
