From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1661343-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 58264159C9B
	for <garchives@archives.gentoo.org>; Tue, 13 Aug 2024 07:36:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CDC4E2BC130;
	Tue, 13 Aug 2024 07:36:37 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 B43A62BC130
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2024 07:36:37 +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 43159340C77
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2024 07:36:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0808A1EF0
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2024 07:36:34 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1723534586.7d6c42b30466bab9487dd1fe2c428173f58f037e.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/litecli/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-db/litecli/litecli-1.11.0.ebuild dev-db/litecli/litecli-1.11.1.ebuild
X-VCS-Directories: dev-db/litecli/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 7d6c42b30466bab9487dd1fe2c428173f58f037e
X-VCS-Branch: master
Date: Tue, 13 Aug 2024 07:36:34 +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: 95238284-870a-4a40-afdd-0961ac1527b1
X-Archives-Hash: 500c02310ac5cc23ad22ca7f1137c5ca

commit:     7d6c42b30466bab9487dd1fe2c428173f58f037e
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sun Aug  4 10:45:06 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 07:36:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6c42b3

dev-db/litecli: enable py3.13

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37944
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-db/litecli/litecli-1.11.0.ebuild | 2 +-
 dev-db/litecli/litecli-1.11.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/litecli/litecli-1.11.0.ebuild b/dev-db/litecli/litecli-1.11.0.ebuild
index 4efad25ead82..a75b4d11a68a 100644
--- a/dev-db/litecli/litecli-1.11.0.ebuild
+++ b/dev-db/litecli/litecli-1.11.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 PYTHON_REQ_USE="sqlite"
 inherit distutils-r1
 

diff --git a/dev-db/litecli/litecli-1.11.1.ebuild b/dev-db/litecli/litecli-1.11.1.ebuild
index ae7764cb1ede..04ce92d8dca4 100644
--- a/dev-db/litecli/litecli-1.11.1.ebuild
+++ b/dev-db/litecli/litecli-1.11.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 PYTHON_REQ_USE="sqlite"
 inherit distutils-r1