From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1427436-garchives=archives.gentoo.org@lists.gentoo.org>
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 3A707158095
	for <garchives@archives.gentoo.org>; Sun, 14 Aug 2022 11:46:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4B3BDE09BF;
	Sun, 14 Aug 2022 11:46:22 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 F13D4E0978
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 11:46:19 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 165AE340EAD
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 11:46:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 23553576
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 11:46:16 +0000 (UTC)
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc>
Message-ID: <1660477547.6f812ca210c457e9973274815f5e9d5ecc62a2a2.epsilon-0@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scrapy/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/scrapy/scrapy-2.5.1.ebuild dev-python/scrapy/scrapy-2.6.2.ebuild
X-VCS-Directories: dev-python/scrapy/
X-VCS-Committer: epsilon-0
X-VCS-Committer-Name: Aisha Tammy
X-VCS-Revision: 6f812ca210c457e9973274815f5e9d5ecc62a2a2
X-VCS-Branch: dev
Date: Sun, 14 Aug 2022 11:46:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 22774575-f54f-44ee-8837-7b2ee42d216d
X-Archives-Hash: 7318d22c668b551592c9a93362e93713

commit:     6f812ca210c457e9973274815f5e9d5ecc62a2a2
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Aug 14 11:45:47 2022 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Aug 14 11:45:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f812ca2

dev-python/scrapy: disable py3.11

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/scrapy/scrapy-2.5.1.ebuild | 2 +-
 dev-python/scrapy/scrapy-2.6.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/scrapy/scrapy-2.5.1.ebuild b/dev-python/scrapy/scrapy-2.5.1.ebuild
index 38fcc8668..56711c180 100644
--- a/dev-python/scrapy/scrapy-2.5.1.ebuild
+++ b/dev-python/scrapy/scrapy-2.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..10} )
 inherit distutils-r1
 
 DESCRIPTION="A high-level Web Crawling and Web Scraping framework"

diff --git a/dev-python/scrapy/scrapy-2.6.2.ebuild b/dev-python/scrapy/scrapy-2.6.2.ebuild
index d9adf0db6..880034715 100644
--- a/dev-python/scrapy/scrapy-2.6.2.ebuild
+++ b/dev-python/scrapy/scrapy-2.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..10} )
 inherit distutils-r1
 
 DESCRIPTION="A high-level Web Crawling and Web Scraping framework"