From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9919B158094 for ; Mon, 11 Jul 2022 11:50:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA729E0DEE; Mon, 11 Jul 2022 11:50:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2EB0E0DEE for ; Mon, 11 Jul 2022 11:50:00 +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 B9E0034106C for ; Mon, 11 Jul 2022 11:49:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2CC1105 for ; Mon, 11 Jul 2022 11:49:57 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1657540176.77bb5a2a65f2d451f9752aca09913ea08c1d24de.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-vcs/datalad/ X-VCS-Repository: proj/sci X-VCS-Files: dev-vcs/datalad/datalad-0.15.1.ebuild dev-vcs/datalad/datalad-0.15.2.ebuild X-VCS-Directories: dev-vcs/datalad/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 77bb5a2a65f2d451f9752aca09913ea08c1d24de X-VCS-Branch: master Date: Mon, 11 Jul 2022 11:49:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 498aa513-a104-49a7-829f-2f6fd8af2d6c X-Archives-Hash: b7a4fff6cad60f17dfd802df501a3168 commit: 77bb5a2a65f2d451f9752aca09913ea08c1d24de Author: Horea Christian chymera eu> AuthorDate: Mon Jul 11 11:49:36 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Jul 11 11:49:36 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=77bb5a2a dev-vcs/datalad: PYTHON_COMPAT bump 3.10 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> dev-vcs/datalad/datalad-0.15.1.ebuild | 4 ++-- dev-vcs/datalad/datalad-0.15.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/datalad/datalad-0.15.1.ebuild b/dev-vcs/datalad/datalad-0.15.1.ebuild index 2322ac254..1142cad18 100644 --- a/dev-vcs/datalad/datalad-0.15.1.ebuild +++ b/dev-vcs/datalad/datalad-0.15.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Keep code, data, containers under control with git and git-annex" diff --git a/dev-vcs/datalad/datalad-0.15.2.ebuild b/dev-vcs/datalad/datalad-0.15.2.ebuild index 2322ac254..1142cad18 100644 --- a/dev-vcs/datalad/datalad-0.15.2.ebuild +++ b/dev-vcs/datalad/datalad-0.15.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Keep code, data, containers under control with git and git-annex"