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 05787158011 for ; Fri, 15 Jul 2022 00:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14F8BE10F7; Fri, 15 Jul 2022 00:09:22 +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 D62E0E10F7 for ; Fri, 15 Jul 2022 00:09:21 +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 942893411E0 for ; Fri, 15 Jul 2022 00:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC894501 for ; Fri, 15 Jul 2022 00:09:18 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1657843685.26b19c460f24b1f4a52f6cefbe93acd8f195a1f4.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/python-gitlab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild X-VCS-Directories: dev-vcs/python-gitlab/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 26b19c460f24b1f4a52f6cefbe93acd8f195a1f4 X-VCS-Branch: master Date: Fri, 15 Jul 2022 00:09:18 +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: 0909a5ad-28d2-4ac7-adb6-1ac938ebed64 X-Archives-Hash: 61a32905387cd9e18aee10e7047b8fd0 commit: 26b19c460f24b1f4a52f6cefbe93acd8f195a1f4 Author: William Hubbs gentoo org> AuthorDate: Fri Jul 15 00:08:05 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jul 15 00:08:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b19c46 dev-vcs/python-gitlab: drop python3_7 Signed-off-by: William Hubbs gentoo.org> dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild | 2 +- dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild index 6f782bcbdbae..90eec639d832 100644 --- a/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild +++ b/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit distutils-r1 DESCRIPTION="Python command line interface to gitlab API" diff --git a/dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild index 85ac20d563aa..ceaf08012a3d 100644 --- a/dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild +++ b/dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit distutils-r1 DESCRIPTION="Python command line interface to gitlab API"