From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A77AE1396D0 for ; Sun, 20 Aug 2017 02:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8814E0DC9; Sun, 20 Aug 2017 02:21:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5F17E0DC9 for ; Sun, 20 Aug 2017 02:21:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC8C1341A08 for ; Sun, 20 Aug 2017 02:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F7C7BD0 for ; Sun, 20 Aug 2017 02:21:36 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1503195639.ca6bdc7ca00997e2e5b59dce5ca1368b36ed0738.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bleach/bleach-1.5.0.ebuild dev-python/bleach/bleach-2.0.0.ebuild dev-python/bleach/metadata.xml X-VCS-Directories: dev-python/bleach/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: ca6bdc7ca00997e2e5b59dce5ca1368b36ed0738 X-VCS-Branch: master Date: Sun, 20 Aug 2017 02:21:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1df8e79b-f4fa-4ced-a745-81f18b4622e3 X-Archives-Hash: 3f5fe0e2d67e8030b160032673d841c6 commit: ca6bdc7ca00997e2e5b59dce5ca1368b36ed0738 Author: Tim Harder gentoo org> AuthorDate: Sun Aug 20 02:20:13 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Aug 20 02:20:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6bdc7c dev-python/bleach: update HOMEPAGE and upstream metadata dev-python/bleach/bleach-1.5.0.ebuild | 2 +- dev-python/bleach/bleach-2.0.0.ebuild | 2 +- dev-python/bleach/metadata.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/bleach/bleach-1.5.0.ebuild b/dev-python/bleach/bleach-1.5.0.ebuild index 1f13aea3b25..d2ba5b19dee 100644 --- a/dev-python/bleach/bleach-1.5.0.ebuild +++ b/dev-python/bleach/bleach-1.5.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="an easy whitelist-based HTML-sanitizing tool" -HOMEPAGE="https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach" +HOMEPAGE="https://github.com/mozilla/bleach https://pypi.python.org/pypi/bleach" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/bleach/bleach-2.0.0.ebuild b/dev-python/bleach/bleach-2.0.0.ebuild index 12329ae1e0d..b3e9607e955 100644 --- a/dev-python/bleach/bleach-2.0.0.ebuild +++ b/dev-python/bleach/bleach-2.0.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="an easy whitelist-based HTML-sanitizing tool" -HOMEPAGE="https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach" +HOMEPAGE="https://github.com/mozilla/bleach https://pypi.python.org/pypi/bleach" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/bleach/metadata.xml b/dev-python/bleach/metadata.xml index 3a155da98eb..31fa019aef4 100644 --- a/dev-python/bleach/metadata.xml +++ b/dev-python/bleach/metadata.xml @@ -7,6 +7,6 @@ bleach - jsocol/bleach + mozilla/bleach