From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1644899-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 E8A9E15817D
	for <garchives@archives.gentoo.org>; Thu, 20 Jun 2024 04:56:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CB9F2E2A23;
	Thu, 20 Jun 2024 04:56:51 +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 AFA0FE2A23
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 Jun 2024 04:56:51 +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 C2684335DCD
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 Jun 2024 04:56:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F0F91D1C
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 Jun 2024 04:56:49 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1718859384.ae7bb882c329602fe4dc94eedcd350cf1e7f70ae.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/autopep8/autopep8-2.3.0-r1.ebuild dev-python/autopep8/autopep8-2.3.0.ebuild
X-VCS-Directories: dev-python/autopep8/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: ae7bb882c329602fe4dc94eedcd350cf1e7f70ae
X-VCS-Branch: master
Date: Thu, 20 Jun 2024 04:56:49 +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: 95468005-df0e-4ed3-9da0-65e4fddc73da
X-Archives-Hash: 134ecec1d849a1918d9b91481975a733

commit:     ae7bb882c329602fe4dc94eedcd350cf1e7f70ae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 04:52:56 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 04:56:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7bb882

dev-python/autopep8: Fix dependencies

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/autopep8/{autopep8-2.3.0.ebuild => autopep8-2.3.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/autopep8/autopep8-2.3.0.ebuild b/dev-python/autopep8/autopep8-2.3.0-r1.ebuild
similarity index 92%
rename from dev-python/autopep8/autopep8-2.3.0.ebuild
rename to dev-python/autopep8/autopep8-2.3.0-r1.ebuild
index 814d492a2374..8b804cc46aa2 100644
--- a/dev-python/autopep8/autopep8-2.3.0.ebuild
+++ b/dev-python/autopep8/autopep8-2.3.0-r1.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
-	>=dev-python/pycodestyle-2.11.0[${PYTHON_USEDEP}]
+	>=dev-python/pycodestyle-2.12.0[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep '
 		dev-python/tomli[${PYTHON_USEDEP}]
 	' 3.10)