vapier 15/05/20 10:16:50 Modified: ChangeLog Added: gcs-oauth2-boto-plugin-1.9.ebuild Log: Version bump. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.7 dev-python/gcs-oauth2-boto-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 8 Mar 2015 23:48:56 -0000 1.6 +++ ChangeLog 20 May 2015 10:16:50 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/gcs-oauth2-boto-plugin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog,v 1.6 2015/03/08 23:48:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog,v 1.7 2015/05/20 10:16:50 vapier Exp $ + +*gcs-oauth2-boto-plugin-1.9 (20 May 2015) + + 20 May 2015; Mike Frysinger <[email protected]> + +gcs-oauth2-boto-plugin-1.9.ebuild: + Version bump. 08 Mar 2015; Pacho Ramos <[email protected]> gcs-oauth2-boto-plugin-1.8-r1.ebuild: 1.1 dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild?rev=1.1&content-type=text/plain Index: gcs-oauth2-boto-plugin-1.9.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild,v 1.1 2015/05/20 10:16:50 vapier Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto library" HOMEPAGE="https://pypi.python.org/pypi/gcs-oauth2-boto-plugin" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" PATCHES=( "${FILESDIR}/${PN}-1.8-use-friendy-version-checks.patch" ) # Keep versions in sync with setup.py. DEPEND="${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${PYTHON_DEPS} >=dev-python/boto-2.29.1[${PYTHON_USEDEP}] >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] >=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/socksipy-1.01[${PYTHON_USEDEP}]"
