commit:     11c0fd225aa542f04d091d8bf00ec6ab762e87d1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:20:18 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:33:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c0fd22

dev-python/itunespy: enable py3.12 compat

Closes: https://bugs.gentoo.org/929460
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../itunespy/{itunespy-1.6-r1.ebuild => itunespy-1.6-r2.ebuild}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/itunespy/itunespy-1.6-r1.ebuild 
b/dev-python/itunespy/itunespy-1.6-r2.ebuild
similarity index 90%
rename from dev-python/itunespy/itunespy-1.6-r1.ebuild
rename to dev-python/itunespy/itunespy-1.6-r2.ebuild
index b59e2cdfb61b..1e17aa89d5ea 100644
--- a/dev-python/itunespy/itunespy-1.6-r1.ebuild
+++ b/dev-python/itunespy/itunespy-1.6-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit distutils-r1
 

Reply via email to