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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4B7A158649 for ; Thu, 11 May 2023 18:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC344E0AC9; Thu, 11 May 2023 18:29:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B33F1E0AC9 for ; Thu, 11 May 2023 18:29:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8A25340A51 for ; Thu, 11 May 2023 18:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43341990 for ; Thu, 11 May 2023 18:29:08 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1683829728.fd3daf5bb0fba100c837cbb34a0e64168e5a5763.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/regex/regex-2023.3.23.ebuild dev-python/regex/regex-2023.5.4.ebuild dev-python/regex/regex-2023.5.5.ebuild X-VCS-Directories: dev-python/regex/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: fd3daf5bb0fba100c837cbb34a0e64168e5a5763 X-VCS-Branch: master Date: Thu, 11 May 2023 18:29:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51b72146-d38a-496a-9a15-6c15cf72a894 X-Archives-Hash: bcef1fd25c10913dadc5ab502f3c6b3f commit: fd3daf5bb0fba100c837cbb34a0e64168e5a5763 Author: Patrick McLean gentoo org> AuthorDate: Thu May 11 18:28:48 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu May 11 18:28:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3daf5b dev-python/regex: update HOMEPAGE Signed-off-by: Patrick McLean gentoo.org> dev-python/regex/regex-2023.3.23.ebuild | 2 +- dev-python/regex/regex-2023.5.4.ebuild | 2 +- dev-python/regex/regex-2023.5.5.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/regex/regex-2023.3.23.ebuild b/dev-python/regex/regex-2023.3.23.ebuild index ad58e05e008b..57ae517d6ab2 100644 --- a/dev-python/regex/regex-2023.3.23.ebuild +++ b/dev-python/regex/regex-2023.3.23.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 pypi DESCRIPTION="Alternative regular expression module to replace re" HOMEPAGE=" - https://bitbucket.org/mrabarnett/mrab-regex/ + https://github.com/mrabarnett/mrab-regex/ https://pypi.org/project/regex/ " diff --git a/dev-python/regex/regex-2023.5.4.ebuild b/dev-python/regex/regex-2023.5.4.ebuild index bc2fb991117d..ae7efd8af9f6 100644 --- a/dev-python/regex/regex-2023.5.4.ebuild +++ b/dev-python/regex/regex-2023.5.4.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 pypi DESCRIPTION="Alternative regular expression module to replace re" HOMEPAGE=" - https://bitbucket.org/mrabarnett/mrab-regex/ + https://github.com/mrabarnett/mrab-regex/ https://pypi.org/project/regex/ " diff --git a/dev-python/regex/regex-2023.5.5.ebuild b/dev-python/regex/regex-2023.5.5.ebuild index bc2fb991117d..ae7efd8af9f6 100644 --- a/dev-python/regex/regex-2023.5.5.ebuild +++ b/dev-python/regex/regex-2023.5.5.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 pypi DESCRIPTION="Alternative regular expression module to replace re" HOMEPAGE=" - https://bitbucket.org/mrabarnett/mrab-regex/ + https://github.com/mrabarnett/mrab-regex/ https://pypi.org/project/regex/ "