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 8BDE9158008 for ; Thu, 15 Jun 2023 09:34:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C883E0936; Thu, 15 Jun 2023 09:34:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85975E0936 for ; Thu, 15 Jun 2023 09:34:01 +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 BFABC340F79 for ; Thu, 15 Jun 2023 09:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65736AA9 for ; Thu, 15 Jun 2023 09:33:57 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1686761968.406b327409ebaa1c1554c6cde1c5f0276273a866.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/scrapy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/scrapy/scrapy-2.8.0.ebuild X-VCS-Directories: dev-python/scrapy/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 406b327409ebaa1c1554c6cde1c5f0276273a866 X-VCS-Branch: master Date: Thu, 15 Jun 2023 09:33:57 +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: e83c7aba-32e2-4c28-a0e1-8763db8c99f8 X-Archives-Hash: 00c5e4b167847b9a70a4c99d0e41f9e7 commit: 406b327409ebaa1c1554c6cde1c5f0276273a866 Author: Julien Roy jroy ca> AuthorDate: Wed Jun 14 16:59:28 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jun 14 16:59:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=406b3274 dev-python/scrapy: dev-python/service_identity -> dev-python/service-identity Signed-off-by: Julien Roy jroy.ca> dev-python/scrapy/scrapy-2.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/scrapy/scrapy-2.8.0.ebuild b/dev-python/scrapy/scrapy-2.8.0.ebuild index be3dd6fe2..0d95854a0 100644 --- a/dev-python/scrapy/scrapy-2.8.0.ebuild +++ b/dev-python/scrapy/scrapy-2.8.0.ebuild @@ -30,7 +30,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/queuelib[${PYTHON_USEDEP}] - dev-python/service_identity[${PYTHON_USEDEP}] + dev-python/service-identity[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/tldextract[${PYTHON_USEDEP}] >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]