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 95A8F1382C5 for ; Mon, 7 Dec 2020 16:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A79E0C27; Mon, 7 Dec 2020 16:48:30 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC140E0C27 for ; Mon, 7 Dec 2020 16:48:30 +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 3C5633411C7 for ; Mon, 7 Dec 2020 16:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D546738A for ; Mon, 7 Dec 2020 16:48:27 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1607359703.14341f7b6b34292d2c06fa532fe5b6495f4b13e9.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplekml/Manifest dev-python/simplekml/simplekml-1.3.1.ebuild dev-python/simplekml/simplekml-1.3.5.ebuild X-VCS-Directories: dev-python/simplekml/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 14341f7b6b34292d2c06fa532fe5b6495f4b13e9 X-VCS-Branch: master Date: Mon, 7 Dec 2020 16:48:27 +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: b2561d1a-4c92-4581-9d20-2613549f2ff3 X-Archives-Hash: cf15c856f3bbe281c4160a49f45808df commit: 14341f7b6b34292d2c06fa532fe5b6495f4b13e9 Author: Rick Farina gentoo org> AuthorDate: Mon Dec 7 16:47:52 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Dec 7 16:48:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14341f7b dev-python/simplekml: bump python bump Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> dev-python/simplekml/Manifest | 2 +- dev-python/simplekml/{simplekml-1.3.1.ebuild => simplekml-1.3.5.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/simplekml/Manifest b/dev-python/simplekml/Manifest index e726ea5a987..ba360198905 100644 --- a/dev-python/simplekml/Manifest +++ b/dev-python/simplekml/Manifest @@ -1 +1 @@ -DIST simplekml-1.3.1.tar.gz 37070 BLAKE2B 33d4c9bb7d77f80dd65901dc1f1f0d1f1586b6a800ac63a011b398d8bc13591b50e21d3e0ba36ff6f3b728ccf355fb021225a63846f4784b2b52d59526045154 SHA512 a72d378b44ccbe5f597f100784f3e802255c9a47216132f6ad13e594a2fb70058224428df5b7450ad7e498b9cfbfd846191d30dae225169957ea35659dd0968a +DIST simplekml-1.3.5.tar.gz 39069 BLAKE2B 3aceacc028618e553cd7c9a9d7d4b9a9223c8942816c193a68e6e6b8ead41b68d6a55a89ae4811ff0eb5d5f167605e8e58686384b5981735569d6db34a1259b9 SHA512 5f9c57b953fa27f533905536c4abfc580098e912d937cdce543ae55fb8da22f31ed84a35a0a0526cfb208c050fb407445ee81ad8cbe4ec823c8d896179446182 diff --git a/dev-python/simplekml/simplekml-1.3.1.ebuild b/dev-python/simplekml/simplekml-1.3.5.ebuild similarity index 93% rename from dev-python/simplekml/simplekml-1.3.1.ebuild rename to dev-python/simplekml/simplekml-1.3.5.ebuild index e4c0b7a057b..3904633ea3f 100644 --- a/dev-python/simplekml/simplekml-1.3.1.ebuild +++ b/dev-python/simplekml/simplekml-1.3.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="enables you to generate KML with as little effort as possible"