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 9D7AE138359 for ; Sat, 9 May 2020 00:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D35C6E0830; Sat, 9 May 2020 00:51:16 +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 A7F31E0830 for ; Sat, 9 May 2020 00:51:16 +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 61DDB34F162 for ; Sat, 9 May 2020 00:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 433D81DD for ; Sat, 9 May 2020 00:51:13 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1588985450.be706362bbd4efb09fee4d11a50c284332f17618.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cbor/cbor-1.0.0.ebuild dev-python/cbor/metadata.xml X-VCS-Directories: dev-python/cbor/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: be706362bbd4efb09fee4d11a50c284332f17618 X-VCS-Branch: master Date: Sat, 9 May 2020 00:51:13 +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: dd3d8f71-5631-40f0-9566-0876bc22734a X-Archives-Hash: 6208b49d7818628387747cd8c5fae758 commit: be706362bbd4efb09fee4d11a50c284332f17618 Author: Brian Dolbec gentoo org> AuthorDate: Tue Apr 28 01:18:38 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat May 9 00:50:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be706362 dev-python/cbor: Add python 3.7, 3.8 to PYTHON_COMPAT There are no tests, but all autobahn tests pass for all pythons. metadata.xml: take maintainership Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec gentoo.org> dev-python/cbor/cbor-1.0.0.ebuild | 2 +- dev-python/cbor/metadata.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/cbor/cbor-1.0.0.ebuild b/dev-python/cbor/cbor-1.0.0.ebuild index a1d031b6ce9..11a29f2d6cf 100644 --- a/dev-python/cbor/cbor-1.0.0.ebuild +++ b/dev-python/cbor/cbor-1.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/cbor/metadata.xml b/dev-python/cbor/metadata.xml index 6553857cf75..b680056119d 100644 --- a/dev-python/cbor/metadata.xml +++ b/dev-python/cbor/metadata.xml @@ -1,7 +1,10 @@ - + + dolsen@gentoo.org + Brian Dolbec + bolson@bolson.org