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 61669138359 for ; Mon, 28 Sep 2020 07:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 905F7E083D; Mon, 28 Sep 2020 07:04:28 +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 72070E083D for ; Mon, 28 Sep 2020 07:04:28 +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 E1879335D43 for ; Mon, 28 Sep 2020 07:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5765F334 for ; Mon, 28 Sep 2020 07:04:25 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1601276660.c7cd0c35a1fab8fb6a82740042dca947bc740156.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/redbaron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/redbaron/Manifest dev-python/redbaron/redbaron-0.9.2.ebuild dev-python/redbaron/redbaron-0.9.ebuild X-VCS-Directories: dev-python/redbaron/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: c7cd0c35a1fab8fb6a82740042dca947bc740156 X-VCS-Branch: dev Date: Mon, 28 Sep 2020 07:04:25 +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: 1e5cfc04-1729-4466-ba56-435801efe351 X-Archives-Hash: 7f49d8830379ce475ce4d5f0116e1afa commit: c7cd0c35a1fab8fb6a82740042dca947bc740156 Author: Maciej Barć protonmail com> AuthorDate: Mon Sep 28 07:04:20 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Mon Sep 28 07:04:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7cd0c35 dev-python/redbaron: bump to 0.9.2; add python3_8 impl compat Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć protonmail.com> dev-python/redbaron/Manifest | 1 + dev-python/redbaron/{redbaron-0.9.ebuild => redbaron-0.9.2.ebuild} | 2 +- dev-python/redbaron/redbaron-0.9.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/redbaron/Manifest b/dev-python/redbaron/Manifest index 4ceb8d55..fc44a7a9 100644 --- a/dev-python/redbaron/Manifest +++ b/dev-python/redbaron/Manifest @@ -1 +1,2 @@ +DIST redbaron-0.9.2.tar.gz 709401 BLAKE2B 06be75576fafd9ca69fd4f46bbeead0c9a8691c49ab233a53e91e462f87a48e0fdd4b314bb23fa91fb60ea022fe535b89371fb1f82418240117d50e214125e45 SHA512 a91670b0c48ac399ea9a000be42f1d4d4451ec39b58b2a7029a3bcdf664136dab3ff8e81284b384ddabfb77a5fa43ce4d75041d3aed5685d451ab620dfa23e9a DIST redbaron-0.9.tar.gz 708544 BLAKE2B e3314a29e66fe2e91ef28183f5e9f6c91117963bfffa0bcc1fb62602bc87b1c5fcf058ff545c3515e0de8077f70298aa788960e7409cbde6a0199701947786f6 SHA512 db99be12a1a0a3caab80f8b319d2966ffe5f80b15e5f838212bdb327c75c411ee273b4ff44dae76010165bd563275eb50c8c5b8d87284a493114224603e9cb25 diff --git a/dev-python/redbaron/redbaron-0.9.ebuild b/dev-python/redbaron/redbaron-0.9.2.ebuild similarity index 96% copy from dev-python/redbaron/redbaron-0.9.ebuild copy to dev-python/redbaron/redbaron-0.9.2.ebuild index 198a05df..821273bf 100644 --- a/dev-python/redbaron/redbaron-0.9.ebuild +++ b/dev-python/redbaron/redbaron-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 diff --git a/dev-python/redbaron/redbaron-0.9.ebuild b/dev-python/redbaron/redbaron-0.9.ebuild index 198a05df..821273bf 100644 --- a/dev-python/redbaron/redbaron-0.9.ebuild +++ b/dev-python/redbaron/redbaron-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1