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 B7874139694 for ; Mon, 13 Mar 2017 01:31:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1941021C095; Mon, 13 Mar 2017 01:30:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE1A621C09C for ; Mon, 13 Mar 2017 01:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2D1D340E75 for ; Mon, 13 Mar 2017 01:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E27E76646 for ; Mon, 13 Mar 2017 01:30:39 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1489368627.3c2b07a5e8fc87dfe20c27b9b1bdcb74c552d835.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-serialization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild X-VCS-Directories: dev-python/oslo-serialization/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3c2b07a5e8fc87dfe20c27b9b1bdcb74c552d835 X-VCS-Branch: master Date: Mon, 13 Mar 2017 01:30:39 +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-Archives-Salt: b3b5bfde-5a46-4d2e-b367-c6b6f05fdc84 X-Archives-Hash: 38b933c403317874bf2c0aa4d90c23a9 commit: 3c2b07a5e8fc87dfe20c27b9b1bdcb74c552d835 Author: Zac Medico gentoo org> AuthorDate: Sun Mar 12 22:51:32 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Mar 13 01:30:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2b07a5 dev-python/oslo-serialization: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild | 4 ++-- dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild b/dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild index fc773879ebf..e584af2a417 100644 --- a/dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild +++ b/dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild b/dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild index 6a5692c198b..e98506682f1 100644 --- a/dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild +++ b/dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 vcs-snapshot