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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71DA9138350 for ; Mon, 13 Jan 2020 09:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D6FBE0EBB; Mon, 13 Jan 2020 09:48:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3634E0EC1 for ; Mon, 13 Jan 2020 09:48:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DFA434E040 for ; Mon, 13 Jan 2020 09:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B04AF for ; Mon, 13 Jan 2020 09:48:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1578908758.305f4da955f835031b80ace2f51a62b12263a5e7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-versionedobjects/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-versionedobjects/oslo-versionedobjects-1.33.3.ebuild dev-python/oslo-versionedobjects/oslo-versionedobjects-1.35.1.ebuild X-VCS-Directories: dev-python/oslo-versionedobjects/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 305f4da955f835031b80ace2f51a62b12263a5e7 X-VCS-Branch: master Date: Mon, 13 Jan 2020 09:48:40 +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: b38e720b-77ba-4c66-991e-0f9da16578c4 X-Archives-Hash: 03fd68affe949dbb9f71ad266f3ad69d commit: 305f4da955f835031b80ace2f51a62b12263a5e7 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 12 21:41:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 13 09:45:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305f4da9 dev-python/oslo-versionedobjects: Remove Python 2 support Signed-off-by: Michał Górny gentoo.org> dev-python/oslo-versionedobjects/oslo-versionedobjects-1.33.3.ebuild | 2 +- dev-python/oslo-versionedobjects/oslo-versionedobjects-1.35.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.33.3.ebuild b/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.33.3.ebuild index 1b8c9c5d452..89495a0cc9f 100644 --- a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.33.3.ebuild +++ b/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.33.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.35.1.ebuild b/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.35.1.ebuild index e8bf25d2cb9..15911f24f26 100644 --- a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.35.1.ebuild +++ b/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.35.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1