From 4584994b910af5eecf15629276d9c2d9e0261a96 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 21 Jul 2024 19:15:21 +0200 Subject: [PATCH] gitdb, revbump, drop python3.12 (#10722) --- dev-python/gitdb/gitdb-4.0.11.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/gitdb/gitdb-4.0.11.recipe b/dev-python/gitdb/gitdb-4.0.11.recipe index e1f92cb2e..62a844ead 100644 --- a/dev-python/gitdb/gitdb-4.0.11.recipe +++ b/dev-python/gitdb/gitdb-4.0.11.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Pure-Python git object database." HOMEPAGE="https://pypi.org/project/gitdb/" COPYRIGHT="2010-2021 Sebastian Thiel and contributors" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.io/packages/source/g/gitdb/gitdb-$portVersion.tar.gz" CHECKSUM_SHA256="bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" @@ -25,8 +25,8 @@ TEST_REQUIRES=" smmap_python39 " -PYTHON_PACKAGES=(python39 python310 python312) -PYTHON_VERSIONS=(3.9 3.10 3.12) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}