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 B4344158021 for ; Sun, 27 Nov 2022 20:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD228E091D; Sun, 27 Nov 2022 20:23:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B38E4E091D for ; Sun, 27 Nov 2022 20:23:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DA543411AF for ; Sun, 27 Nov 2022 20:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E921625 for ; Sun, 27 Nov 2022 20:23:02 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1669580381.e10e7e6723efa7c3869813a41518f95f7d33846e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/django-bleach/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/django-bleach/Manifest dev-python/django-bleach/django-bleach-3.0.1.ebuild X-VCS-Directories: dev-python/django-bleach/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e10e7e6723efa7c3869813a41518f95f7d33846e X-VCS-Branch: dev Date: Sun, 27 Nov 2022 20:23:02 +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: 83eed665-552b-4d87-8d63-b832997a0c5c X-Archives-Hash: 481051a13c93fc7d72da50c06d69adad commit: e10e7e6723efa7c3869813a41518f95f7d33846e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Nov 27 19:57:15 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Nov 27 20:19:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e10e7e67 dev-python/django-bleach: update SRC_URI Closes: https://bugs.gentoo.org/883191 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/django-bleach/Manifest | 2 +- dev-python/django-bleach/django-bleach-3.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django-bleach/Manifest b/dev-python/django-bleach/Manifest index db9061a7e..32cb9f0d5 100644 --- a/dev-python/django-bleach/Manifest +++ b/dev-python/django-bleach/Manifest @@ -1 +1 @@ -DIST django-bleach-3.0.1.tar.gz 22219 BLAKE2B 34da4564ddf5318d1aac3b3debb5ce4c2e73fba5ddca168e5dea551dd0b569cb491c4cea1ae3be6b8b95874c71ef414350f4561bc3b9c4a41dff82608a63d94e SHA512 2801a9b39fd17aa5374264c693b2847bf0fee16ccbcb6d7e4b007c7707a728b1053094e474442dbd48afaa054de3b682210d5b24a7f237253144c8eced23ebd3 +DIST django-bleach-3.0.1.gh.tar.gz 28362 BLAKE2B 4f3dc2a591d939ba4a7cbf877a7e660a3c86572e002d0389cada406af625bb0a4f42aaa636289966880343e85a0281597570ce18f8a5d5afbe430b06a3bd882f SHA512 d9db28ce5bb13f0610267e6df22902bcc7e006367bca52536dcaa02dba7c1faaf9f128e75cbe5b9504132f1bc4addfcefd8fea64959514a95013ddcaab465ee1 diff --git a/dev-python/django-bleach/django-bleach-3.0.1.ebuild b/dev-python/django-bleach/django-bleach-3.0.1.ebuild index cc4d019ff..fb07aaeca 100644 --- a/dev-python/django-bleach/django-bleach-3.0.1.ebuild +++ b/dev-python/django-bleach/django-bleach-3.0.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE=" https://pypi.org/project/django-bleach/ https://github.com/marksweb/django-bleach " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/marksweb/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0"