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 50815138335 for ; Fri, 22 Nov 2019 11:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F0EDE0893; Fri, 22 Nov 2019 11:44:36 +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 87059E0893 for ; Fri, 22 Nov 2019 11:44:36 +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 98B4934D1FB for ; Fri, 22 Nov 2019 11:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B38418C0 for ; Fri, 22 Nov 2019 11:44:32 +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: <1574423069.c53b6e5f93ed9abbef86f5a01ee3d8ca6c76faf8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trustme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/trustme/trustme-0.5.3.ebuild X-VCS-Directories: dev-python/trustme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c53b6e5f93ed9abbef86f5a01ee3d8ca6c76faf8 X-VCS-Branch: master Date: Fri, 22 Nov 2019 11:44:32 +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: 8bc3b709-8b5a-4ce9-9190-2a5c35335562 X-Archives-Hash: 60d6929a9ef6b98a25a44060668f3cd2 commit: c53b6e5f93ed9abbef86f5a01ee3d8ca6c76faf8 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 22 11:33:57 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 22 11:44:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53b6e5f dev-python/trustme: Bump to 0.5.3, py3.8, pypy* Signed-off-by: Michał Górny gentoo.org> dev-python/trustme/trustme-0.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/trustme/trustme-0.5.3.ebuild b/dev-python/trustme/trustme-0.5.3.ebuild index 10341de559f..1bf6ac88738 100644 --- a/dev-python/trustme/trustme-0.5.3.ebuild +++ b/dev-python/trustme/trustme-0.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} ) inherit distutils-r1 DESCRIPTION="#1 quality TLS certs while you wait, for the discerning tester"