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 F25FB15ACFC for ; Tue, 2 May 2023 23:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E5F8E091D; Tue, 2 May 2023 23:01:56 +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 457EFE091D for ; Tue, 2 May 2023 23:01:56 +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 8BA27341435 for ; Tue, 2 May 2023 23:01:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E69DFA69 for ; Tue, 2 May 2023 23:01:51 +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: <1683068492.ae20906b6e4d9266aa3e6b27e1fe3b0b713c8dee.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-vcs/dandi-cli/ X-VCS-Repository: proj/sci X-VCS-Files: dev-vcs/dandi-cli/dandi-cli-0.49.0.ebuild dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild dev-vcs/dandi-cli/dandi-cli-0.51.0.ebuild X-VCS-Directories: dev-vcs/dandi-cli/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ae20906b6e4d9266aa3e6b27e1fe3b0b713c8dee X-VCS-Branch: master Date: Tue, 2 May 2023 23:01:51 +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: 93fc0a81-5de0-42b1-98dd-ae3bb0d5af81 X-Archives-Hash: f60718a48d5f5b01bb234c0f49b62eef commit: ae20906b6e4d9266aa3e6b27e1fe3b0b713c8dee Author: Horea Christian chymera eu> AuthorDate: Tue May 2 23:01:32 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Tue May 2 23:01:32 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ae20906b dev-vcs/dandi-cli: enable py3.11 Signed-off-by: Horea Christian chymera.eu> dev-vcs/dandi-cli/dandi-cli-0.49.0.ebuild | 2 +- dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild | 2 +- dev-vcs/dandi-cli/dandi-cli-0.51.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-vcs/dandi-cli/dandi-cli-0.49.0.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.49.0.ebuild index 8bbba64e8..3edb80b62 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.49.0.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.49.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi diff --git a/dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild index 8bbba64e8..3edb80b62 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi diff --git a/dev-vcs/dandi-cli/dandi-cli-0.51.0.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.51.0.ebuild index e4da9cb75..8cf7c0166 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.51.0.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.51.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi