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 93307138350 for ; Thu, 6 Feb 2020 07:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59181E08A6; Thu, 6 Feb 2020 07:10:39 +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 3E1D2E08A6 for ; Thu, 6 Feb 2020 07:10:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A218F34E7E9 for ; Thu, 6 Feb 2020 07:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0DAA138 for ; Thu, 6 Feb 2020 07:10:34 +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: <1580972914.2d25d4af95f1d163bce00a11658e64444212311c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xmltodict/xmltodict-0.11.0.ebuild dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild dev-python/xmltodict/xmltodict-0.12.0.ebuild X-VCS-Directories: dev-python/xmltodict/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d25d4af95f1d163bce00a11658e64444212311c X-VCS-Branch: master Date: Thu, 6 Feb 2020 07:10:34 +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: 6d39b0e9-fad4-4a7d-b2a9-1c4723120c94 X-Archives-Hash: 1da6d875f4f48bbd84f84c4d0ba06cd9 commit: 2d25d4af95f1d163bce00a11658e64444212311c Author: Michał Górny gentoo org> AuthorDate: Thu Feb 6 07:00:38 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 6 07:08:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d25d4af dev-python/xmltodict: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/xmltodict/xmltodict-0.11.0.ebuild | 2 +- dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 2 +- dev-python/xmltodict/xmltodict-0.12.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/xmltodict/xmltodict-0.11.0.ebuild b/dev-python/xmltodict/xmltodict-0.11.0.ebuild index b73a4dfc4ef..ac46c50b0b3 100644 --- a/dev-python/xmltodict/xmltodict-0.11.0.ebuild +++ b/dev-python/xmltodict/xmltodict-0.11.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1 DESCRIPTION="Makes working with XML feel like you are working with JSON" diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild index c0151ef824c..1807b9ad43c 100644 --- a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild +++ b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 diff --git a/dev-python/xmltodict/xmltodict-0.12.0.ebuild b/dev-python/xmltodict/xmltodict-0.12.0.ebuild index 300aef62099..65ce209c094 100644 --- a/dev-python/xmltodict/xmltodict-0.12.0.ebuild +++ b/dev-python/xmltodict/xmltodict-0.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1 DESCRIPTION="Makes working with XML feel like you are working with JSON"