public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/
Date: Mon, 14 Dec 2015 00:13:41 +0000 (UTC)	[thread overview]
Message-ID: <1450051018.e0989afe381c734a7eeec6cdb1efa0a425bbbca5.radhermit@gentoo> (raw)

commit:     e0989afe381c734a7eeec6cdb1efa0a425bbbca5
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 23:45:35 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 23:56:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0989afe

dev-python/bleach: version bump to 1.4.2

 dev-python/bleach/Manifest            |  1 +
 dev-python/bleach/bleach-1.4.2.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 065bab1..1b9b22a 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-1.4.1.tar.gz 17449 SHA256 152af29d4580b112fc52966864492791c951e6382b56070e95e128c6b614833b SHA512 247dd02e3123149f8c0dd72e91e3942055d560be791f275ce52ce0250406033b2adfb47e257cb6af2dfd3dfc167ed6434c4cf4b906303e2cd96359d77b55482c WHIRLPOOL 015b4fb0d825201cc59188caf8d94e3d3b1af336ee3f0c787e07d8a73ec32f727c6640828e694b21e2dd255253416e25e11e44d8932bbbca5571494096b75020
+DIST bleach-1.4.2.tar.gz 17876 SHA256 56018a17d1488eb1a1e18e7cdddcaea24d3c7b3704172e356f6916c577f4fd9e SHA512 cff3fdb585279bc4bbc11b70fb54e4e99ab4f4afb0d4a7d01e0b10e86d501464324a154b06bfd4f98517c8d1561f2a95a03054e59c661c56a2e3e5dc13788b3a WHIRLPOOL d31e28cad84381ca3fa42e77059eb2f99e2c6c77e02fb293ce0b6552fd962057f4058ab1ad9e49a28a52266633f4891d4f740566de81c9069419cf29614d7aec

diff --git a/dev-python/bleach/bleach-1.4.2.ebuild b/dev-python/bleach/bleach-1.4.2.ebuild
new file mode 100644
index 0000000..56945ff
--- /dev/null
+++ b/dev-python/bleach/bleach-1.4.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-python/html5lib-0.999[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( >=dev-python/nose-1.3[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2015-12-14  0:13 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14  0:13 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-17 15:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/ Patrick Lauer
2016-11-12  5:22 Tim Harder
2016-11-12  5:22 Tim Harder
2016-11-12  5:22 Tim Harder
2016-11-30 18:05 Michał Górny
2017-01-25  6:39 Jeroen Roovers
2017-02-04 12:08 Jeroen Roovers
2017-02-06 14:55 Agostino Sarubbo
2017-02-07 23:58 Mart Raudsepp
2017-02-12 16:25 Agostino Sarubbo
2017-02-12 17:10 Agostino Sarubbo
2017-02-12 22:20 Zac Medico
2017-02-19  8:40 Markus Meier
2017-02-21 11:54 Tobias Klausmann
2017-02-23 14:12 Michael Weber
2017-02-23 16:35 Michael Weber
2017-02-23 16:35 Michael Weber
2017-02-25 10:03 Agostino Sarubbo
2017-03-11 17:07 Agostino Sarubbo
2017-03-22 19:48 Markus Meier
2017-05-03  9:26 Michał Górny
2017-05-09  2:08 Zac Medico
2017-05-10 20:10 Jeroen Roovers
2017-05-17 19:22 Markus Meier
2017-05-18 20:00 Michael Weber
2017-05-23 20:00 Michael Weber
2017-05-26 10:16 Tobias Klausmann
2017-05-26 14:00 Mike Gilbert
2017-05-26 18:36 Markus Meier
2017-05-26 20:56 Mart Raudsepp
2017-07-01 11:19 Sergei Trofimovich
2017-08-20  2:17 Tim Harder
2017-08-20  2:21 Tim Harder
2017-09-22 19:40 Sergei Trofimovich
2017-10-19  8:20 Tim Harder
2017-11-23 22:31 Matt Turner
2017-12-20 21:53 Sergei Trofimovich
2018-01-02 22:14 Michał Górny
2018-02-22 15:52 Michał Górny
2018-03-19  6:04 Tim Harder
2018-08-12 18:48 Mart Raudsepp
2018-08-13 20:43 Sergei Trofimovich
2018-08-18  4:01 Mikle Kolyada
2018-08-30  4:44 Markus Meier
2018-09-13 19:23 Tobias Klausmann
2018-09-16 20:25 Matt Turner
2018-09-16 20:25 Matt Turner
2018-10-05 15:56 Virgil Dupras
2018-10-05 15:56 Virgil Dupras
2018-10-09 18:27 Virgil Dupras
2018-10-30  0:12 Sergei Trofimovich
2018-11-08 23:35 Sergei Trofimovich
2018-11-18 22:22 Virgil Dupras
2018-12-08 17:41 Mikle Kolyada
2019-01-17 16:24 Virgil Dupras
2019-01-17 16:24 Virgil Dupras
2019-01-17 19:56 Mart Raudsepp
2019-01-17 20:45 Mikle Kolyada
2019-01-17 22:41 Sergei Trofimovich
2019-01-18  7:27 Sergei Trofimovich
2019-01-21 23:26 Sergei Trofimovich
2019-01-21 23:28 Sergei Trofimovich
2019-01-21 23:31 Sergei Trofimovich
2019-01-31 14:23 Tobias Klausmann
2019-02-08  8:32 Mikle Kolyada
2019-02-08  8:32 Mikle Kolyada
2019-02-08  8:32 Mikle Kolyada
2019-12-04 22:28 Patrick McLean
2020-03-23 18:19 Sebastian Pipping
2020-03-26 13:49 Michał Górny
2020-03-26 14:12 Agostino Sarubbo
2020-03-26 14:13 Agostino Sarubbo
2020-03-26 14:13 Agostino Sarubbo
2020-03-26 14:14 Agostino Sarubbo
2020-03-26 14:15 Agostino Sarubbo
2020-03-27 13:07 Sebastian Pipping
2020-03-27 13:29 Agostino Sarubbo
2020-03-28 22:46 Mart Raudsepp
2020-03-28 22:50 Mart Raudsepp
2020-03-30 17:30 Mart Raudsepp
2020-03-30 17:30 Mart Raudsepp
2020-03-30 17:41 Mikle Kolyada
2020-04-04 17:04 Michał Górny
2020-05-27  6:10 Michał Górny
2020-07-08  7:11 Sergei Trofimovich
2020-07-08  7:18 Sergei Trofimovich
2020-07-08 13:08 Michał Górny
2020-07-08 13:08 Michał Górny
2020-07-25  8:31 Michał Górny
2020-09-17  8:34 Michał Górny
2020-10-08 18:38 Sam James
2020-11-28 14:21 Sam James
2021-01-21 10:52 Michał Górny
2021-01-26 21:20 Michał Górny
2021-02-02  8:39 Michał Górny
2021-02-02 21:00 Sam James
2021-02-02 21:22 Michał Górny
2021-06-02 16:26 Michał Górny
2021-07-14 22:16 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-08-04  6:13 Michał Górny
2021-08-16  5:20 Agostino Sarubbo
2021-08-16  6:38 Michał Górny
2021-09-05  6:02 Sam James
2021-09-05  6:35 Michał Górny
2021-10-09 19:18 Sam James
2022-04-07 16:59 Arthur Zamarin
2022-05-15  8:14 Jakov Smolić
2022-05-15 10:41 Michał Górny
2022-05-15 10:41 Michał Górny
2022-06-16  8:59 Jakov Smolić
2022-06-16  9:18 Michał Górny
2022-06-28  4:03 Michał Górny
2022-07-29 11:43 Arthur Zamarin
2022-07-29 12:49 Michał Górny
2023-02-23 19:43 Arthur Zamarin
2023-02-23 20:53 Michał Górny
2023-02-23 20:53 Michał Górny
2023-09-14  9:58 Andrew Ammerlaan
2023-10-07  4:43 Michał Górny
2023-11-11 19:21 Sam James
2023-11-11 20:36 Michał Górny
2024-05-17 14:26 Michał Górny
2024-10-30  3:41 Michał Górny
2024-11-16  8:09 Michał Górny
2024-11-16  8:19 Michał Górny

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=1450051018.e0989afe381c734a7eeec6cdb1efa0a425bbbca5.radhermit@gentoo \
    --to=radhermit@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