diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:14:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:14:02 +0000 |
commit | 958ffd08b873dd66d7c43b5aedae8434fd8918cc (patch) | |
tree | 80775ab13305360275042cf609e8ec159265f445 /dev-python/defusedxml | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-958ffd08b873dd66d7c43b5aedae8434fd8918cc.tar.gz gentoo-2-958ffd08b873dd66d7c43b5aedae8434fd8918cc.tar.bz2 gentoo-2-958ffd08b873dd66d7c43b5aedae8434fd8918cc.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/defusedxml')
-rw-r--r-- | dev-python/defusedxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/defusedxml/ChangeLog b/dev-python/defusedxml/ChangeLog index 50def5fd3425..cd8fe00e967a 100644 --- a/dev-python/defusedxml/ChangeLog +++ b/dev-python/defusedxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/defusedxml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/ChangeLog,v 1.8 2014/10/14 15:07:38 klausman Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/ChangeLog,v 1.9 2015/03/06 22:14:02 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> defusedxml-0.4.1-r1.ebuild: + amd64 stable, bug 540290 14 Oct 2014; Tobias Klausmann <klausman@gentoo.org> defusedxml-0.4.1-r1.ebuild: diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild index ba53a46ae410..99a892d5bb9b 100644 --- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild +++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# 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/defusedxml/defusedxml-0.4.1-r1.ebuild,v 1.2 2014/10/14 15:07:38 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild,v 1.3 2015/03/06 22:14:02 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser" HOMEPAGE="https://bitbucket.org/tiran/defusedxml" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~x86" IUSE="examples" LICENSE="PSF-2" |