diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-04-01 18:59:53 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-04-01 18:59:53 +0000 |
commit | 14567caf4e18cc1e40afe3b6c4bd48cc44f22585 (patch) | |
tree | 8909b18b8171ed9dfb27d2402994d006ad1eff8e /dev-python/python-swiftclient | |
parent | x86 stable, see bug 517702 (diff) | |
download | gentoo-2-14567caf4e18cc1e40afe3b6c4bd48cc44f22585.tar.gz gentoo-2-14567caf4e18cc1e40afe3b6c4bd48cc44f22585.tar.bz2 gentoo-2-14567caf4e18cc1e40afe3b6c4bd48cc44f22585.zip |
swiftclient supports py3.3
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'dev-python/python-swiftclient')
-rw-r--r-- | dev-python/python-swiftclient/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild (renamed from dev-python/python-swiftclient/python-swiftclient-2.2.0.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/python-swiftclient/ChangeLog b/dev-python/python-swiftclient/ChangeLog index 0d06afde450d..537eacc76318 100644 --- a/dev-python/python-swiftclient/ChangeLog +++ b/dev-python/python-swiftclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-swiftclient -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.16 2014/07/22 23:26:51 prometheanfire Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.17 2015/04/01 18:59:53 prometheanfire Exp $ + +*python-swiftclient-2.2.0-r1 (01 Apr 2015) + + 01 Apr 2015; Matthew Thode <prometheanfire@gentoo.org> + +python-swiftclient-2.2.0-r1.ebuild, -python-swiftclient-2.2.0.ebuild: + swiftclient supports py3.3 *python-swiftclient-2.2.0 (22 Jul 2014) diff --git a/dev-python/python-swiftclient/python-swiftclient-2.2.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild index f153d3e5700a..06f35da4e392 100644 --- a/dev-python/python-swiftclient/python-swiftclient-2.2.0.ebuild +++ b/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0.ebuild,v 1.1 2014/07/22 23:26:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild,v 1.1 2015/04/01 18:59:53 prometheanfire Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_3 ) inherit distutils-r1 |