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 45F4E139360 for ; Tue, 3 Aug 2021 10:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A445E09EA; Tue, 3 Aug 2021 10:50:58 +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 015B1E09D8 for ; Tue, 3 Aug 2021 10:50:57 +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 65CA2343930 for ; Tue, 3 Aug 2021 10:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F5848B0 for ; Tue, 3 Aug 2021 10:50:53 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1627987842.d97379824a3366c4ad4010322c19411272b42f86.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ament_package/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ament_package/Manifest dev-python/ament_package/ament_package-0.12.0.ebuild dev-python/ament_package/ament_package-0.9.2.ebuild X-VCS-Directories: dev-python/ament_package/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d97379824a3366c4ad4010322c19411272b42f86 X-VCS-Branch: master Date: Tue, 3 Aug 2021 10:50:53 +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: f40d12ea-aa97-4006-a090-e8b63cba59ed X-Archives-Hash: 2ea2cbc7b069fc39f4c8fcaf9b9b749e commit: d97379824a3366c4ad4010322c19411272b42f86 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 3 10:27:30 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 3 10:50:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9737982 dev-python/ament_package: bump to 0.12.0, add py39 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-python/ament_package/Manifest | 2 +- .../{ament_package-0.9.2.ebuild => ament_package-0.12.0.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/ament_package/Manifest b/dev-python/ament_package/Manifest index 9751c89d67f..414ea1eb652 100644 --- a/dev-python/ament_package/Manifest +++ b/dev-python/ament_package/Manifest @@ -1 +1 @@ -DIST ament_package-0.9.2.tar.gz 19471 BLAKE2B 5a2f4d326fae5976ca452666149f17019ef70005142aaf0ec57369df5ba53a99a0e10d15964843e0ba841a9eee1f268df76e4584ac0c004de091fa5bd773a6e1 SHA512 eb9def5eb0faf159d3082eac436059529886644c38a9f40183a7bef8e66ab7ef4d4fc266fe434128c25f040e369d4a6b9f376b0661cbf959960f3c62280c778d +DIST ament_package-0.12.0.tar.gz 20119 BLAKE2B 98f013af8e17b2fcc0a516d90dbb517ae3ad292259665d188da1cf08aa5c863ab5f161f0a0e5d6ecf1bc85c1c5f7e050b9e29ffa65c2d8f9653d6619a5ba9c7c SHA512 d8e2984b7055fb796ddcfe2fad563da98d75e377c8d10ffa57a09e7636dfba92a81dc4580c35564fb8b749d123dc64138ed443561e7bce25b8785d0b980396cb diff --git a/dev-python/ament_package/ament_package-0.9.2.ebuild b/dev-python/ament_package/ament_package-0.12.0.ebuild similarity index 89% rename from dev-python/ament_package/ament_package-0.9.2.ebuild rename to dev-python/ament_package/ament_package-0.12.0.ebuild index 630b864aa37..6027deba39c 100644 --- a/dev-python/ament_package/ament_package-0.9.2.ebuild +++ b/dev-python/ament_package/ament_package-0.12.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit distutils-r1