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 E688C138350 for ; Wed, 5 Feb 2020 19:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EA97E087B; Wed, 5 Feb 2020 19:53:41 +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 2871AE087B for ; Wed, 5 Feb 2020 19:53:41 +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 01ECB34E686 for ; Wed, 5 Feb 2020 19:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CBCE12A for ; Wed, 5 Feb 2020 19:53:36 +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: <1580932395.8fbc3d674dc1318c00369f175c38556c4d7af22a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyodbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyodbc/pyodbc-4.0.16.ebuild dev-python/pyodbc/pyodbc-4.0.23.ebuild X-VCS-Directories: dev-python/pyodbc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8fbc3d674dc1318c00369f175c38556c4d7af22a X-VCS-Branch: master Date: Wed, 5 Feb 2020 19:53:36 +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: c94445bb-0cf4-49c7-b34c-d4310760830e X-Archives-Hash: fe9244999dafec81e4b78cd9fa2d23e4 commit: 8fbc3d674dc1318c00369f175c38556c4d7af22a Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 19:40:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 19:53:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbc3d67 dev-python/pyodbc: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/pyodbc/pyodbc-4.0.16.ebuild | 2 +- dev-python/pyodbc/pyodbc-4.0.23.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyodbc/pyodbc-4.0.16.ebuild b/dev-python/pyodbc/pyodbc-4.0.16.ebuild index 44bcdedf1ee..a7c00a8be7c 100644 --- a/dev-python/pyodbc/pyodbc-4.0.16.ebuild +++ b/dev-python/pyodbc/pyodbc-4.0.16.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/pyodbc/pyodbc-4.0.23.ebuild b/dev-python/pyodbc/pyodbc-4.0.23.ebuild index 870b29529f3..6e7514666a3 100644 --- a/dev-python/pyodbc/pyodbc-4.0.23.ebuild +++ b/dev-python/pyodbc/pyodbc-4.0.23.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 flag-o-matic