diff options
author | 2015-03-14 11:38:58 +0000 | |
---|---|---|
committer | 2015-03-14 11:38:58 +0000 | |
commit | 841129b4c9215e6a719baf540cd3e7c5e07978da (patch) | |
tree | c40ee77ced57c59210338fb569e8918788e575e5 /dev-python/asyncio/ChangeLog | |
parent | Version bump. (diff) | |
download | gentoo-2-841129b4c9215e6a719baf540cd3e7c5e07978da.tar.gz gentoo-2-841129b4c9215e6a719baf540cd3e7c5e07978da.tar.bz2 gentoo-2-841129b4c9215e6a719baf540cd3e7c5e07978da.zip |
add py3.4 support
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 8EE88A22)
Diffstat (limited to 'dev-python/asyncio/ChangeLog')
-rw-r--r-- | dev-python/asyncio/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/asyncio/ChangeLog b/dev-python/asyncio/ChangeLog index ca1e8e854df3..5fdb3872cdab 100644 --- a/dev-python/asyncio/ChangeLog +++ b/dev-python/asyncio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/asyncio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.1 2015/02/26 05:12:06 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.2 2015/03/14 11:38:58 bman Exp $ + + 14 Mar 2015; Aaron Bauman <bman@gentoo.org> asyncio-3.4.2.ebuild: + add py3.4 support *asyncio-3.4.2 (26 Feb 2015) |