diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-19 10:07:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-19 10:07:06 +0000 |
commit | abe53539275743d8db1164665309545a25f13a04 (patch) | |
tree | f1938cb0bd54a59f98be9092feb26ace849e751a /dev-python/requests | |
parent | Stable for amd64, wrt bug #431758 (diff) | |
download | gentoo-2-abe53539275743d8db1164665309545a25f13a04.tar.gz gentoo-2-abe53539275743d8db1164665309545a25f13a04.tar.bz2 gentoo-2-abe53539275743d8db1164665309545a25f13a04.zip |
Stable for amd64, wrt bug #431758
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/requests/requests-0.13.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog index 144b2dfa05ae..32e84beb9eb3 100644 --- a/dev-python/requests/ChangeLog +++ b/dev-python/requests/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/requests # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.15 2012/08/17 19:54:27 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.16 2012/08/19 10:07:06 ago Exp $ + + 19 Aug 2012; Agostino Sarubbo <ago@gentoo.org> requests-0.13.1.ebuild: + Stable for amd64, wrt bug #431758 *requests-0.13.6 (17 Aug 2012) diff --git a/dev-python/requests/requests-0.13.1.ebuild b/dev-python/requests/requests-0.13.1.ebuild index cc697bb821d1..ed0c3061abe0 100644 --- a/dev-python/requests/requests-0.13.1.ebuild +++ b/dev-python/requests/requests-0.13.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.13.1.ebuild,v 1.2 2012/08/17 17:31:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.13.1.ebuild,v 1.3 2012/08/19 10:07:06 ago Exp $ EAPI="4" PYTHON_DEPEND="*:2.6" @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND="dev-python/setuptools" |