public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/
Date: Tue, 14 Feb 2017 18:56:20 +0000 (UTC)	[thread overview]
Message-ID: <1487098550.e7eb0d65b6b69760741bb3b729e4e35c5c5b29b0.mrueg@gentoo> (raw)

commit:     e7eb0d65b6b69760741bb3b729e4e35c5c5b29b0
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 18:55:50 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 18:55:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7eb0d65

dev-python/defusedxml: Version bump to 0.5.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/defusedxml/Manifest                |  1 +
 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 28 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index ed7fd2fae2..cf03d0bac5 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1 +1,2 @@
 DIST defusedxml-0.4.1.tar.gz 48889 SHA256 cd551d5a518b745407635bb85116eb813818ecaf182e773c35b36239fc3f2478 SHA512 78a7a1f3d1eed9d7cda00afaaccf8153c7f616303c53d3918341d75970d532932b04effcfc8b1b8ed88ba6d730cb56400e9e4ecee8aa7d2181c7577f1d535783 WHIRLPOOL 9f3f51af296e3fd16b2cd94029481fbabb687c986f39810dcba331c9d3e5e30e0b294f9f1f5ce031ea28053f33be1a13e89d65ef7d0c6a3333e81dc764868d7e
+DIST defusedxml-0.5.0.tar.gz 60405 SHA256 24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4 SHA512 71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452 WHIRLPOOL c215dd919fba36de5e12443d556fb9a9c805d4d9aa3ddc75215c47c1b80861cef4bb564f25f67dbdc91927e5928a27c5585b8635a8bbd7d04c721b4db9b96410

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
new file mode 100644
index 0000000000..33ce149998
--- /dev/null
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_REQ_USE="xml(+)"
+
+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 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="examples"
+
+LICENSE="PSF-2"
+SLOT="0"
+
+python_test() {
+	esetup.py test
+}
+
+python_install_all() {
+	use examples && local EXAMPLES=( other/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2017-02-14 18:56 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-14 18:56 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 16:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/ Michał Górny
2024-07-01  6:18 Arthur Zamarin
2024-06-01  7:14 Arthur Zamarin
2024-05-11 11:05 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-23 16:15 Michał Górny
2022-06-12 14:25 Michał Górny
2022-06-12 11:53 Sam James
2022-05-11 11:22 Michał Górny
2022-05-11 11:22 Michał Górny
2021-11-18  5:36 Sam James
2021-09-02  0:01 Marek Szuba
2021-05-09 11:35 Michał Górny
2021-04-05 18:39 Michał Górny
2021-03-08 12:35 Michał Górny
2021-03-04 22:21 Michał Górny
2020-10-18  6:25 Michał Górny
2020-10-18  6:25 Michał Górny
2020-10-17 23:55 Sam James
2020-10-17 23:54 Sam James
2020-08-03  1:40 Sam James
2020-08-01 22:37 Michał Górny
2020-06-09 15:14 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-01-08  4:02 Joonas Niilola
2019-06-25 12:09 Michael Haubenwallner
2019-03-20 10:31 Fabian Groffen
2019-03-16 18:53 Mikle Kolyada
2018-05-04 13:57 Mart Raudsepp
2018-03-19  6:38 Tim Harder
2018-03-19  6:38 Tim Harder
2018-03-19  6:38 Tim Harder
2018-02-21 20:18 Michał Górny
2018-01-06 19:55 Sergei Trofimovich
2017-12-28 14:03 Sergei Trofimovich
2017-12-28 12:29 Sergei Trofimovich
2017-12-06 22:34 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-11-30 20:19 Tobias Klausmann
2017-11-30 19:02 Thomas Deutschmann
2017-09-06 18:02 Mike Gilbert
2017-03-22 19:48 Markus Meier
2017-02-27 17:10 Alexis Ballier
2017-02-25  9:55 Alexis Ballier
2016-03-12 18:14 Tim Harder
2015-10-14 16:11 Justin Lecher
2015-09-11  7:53 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487098550.e7eb0d65b6b69760741bb3b729e4e35c5c5b29b0.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox