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 238E6138334 for ; Wed, 1 May 2019 14:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D57E089A; Wed, 1 May 2019 14:08:40 +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 D3279E089A for ; Wed, 1 May 2019 14:08:40 +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 126CE343181 for ; Wed, 1 May 2019 14:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88DC257F for ; Wed, 1 May 2019 14:08:37 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1556719706.9cfaa80c1f7eca3eea4b5ce6e8e42dd5d62e8a2e.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/py3status/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/py3status/Manifest x11-misc/py3status/py3status-3.18.ebuild x11-misc/py3status/py3status-3.19.ebuild X-VCS-Directories: x11-misc/py3status/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 9cfaa80c1f7eca3eea4b5ce6e8e42dd5d62e8a2e X-VCS-Branch: master Date: Wed, 1 May 2019 14:08:37 +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: c98ffd32-0a74-42ce-b8e9-0ce2bb91957c X-Archives-Hash: 57e57cc89a7b2a9ea3a11efce7903f52 commit: 9cfaa80c1f7eca3eea4b5ce6e8e42dd5d62e8a2e Author: Alexys Jacob gentoo org> AuthorDate: Wed May 1 14:08:26 2019 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Wed May 1 14:08:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfaa80c x11-misc/py3status: version bump, support python3.7 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Alexys Jacob gentoo.org> x11-misc/py3status/Manifest | 2 +- x11-misc/py3status/{py3status-3.18.ebuild => py3status-3.19.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest index d1bf14b6b59..3a1807f211e 100644 --- a/x11-misc/py3status/Manifest +++ b/x11-misc/py3status/Manifest @@ -1 +1 @@ -DIST py3status-3.18.tar.gz 313465 BLAKE2B 4a24de8ad0622ebd508d0896c5aff462a4fea716da5678de68525f70e462cc7d51c7a3a1dd62f678ba75d91d857aa1c039864d8a2a2ae42c2301243c402c6909 SHA512 bde32110284ab1454b0ff16ec58337a4295327a3b9f5cd40029607a4001e5f399746da3e66cc3bddd4448421fc3bc8dc5d961b354531a6cf536842e5115d4cda +DIST py3status-3.19.tar.gz 391159 BLAKE2B 6ccf84d1970449e28c932f03bf4208de10d32bf8e4d5dca402f4ef11fc606773624826b123961e8c9b238ac14da6c386008a6ea3bc2abaa611b566fa212c5af4 SHA512 171aeaf5777a375209665542529efc0d294ec0756ec6293813bbfd6bdc6b5616fcaf0c568b8e620c872d0692891c2825e99d5c0ff613e52cc9df1393188b7e62 diff --git a/x11-misc/py3status/py3status-3.18.ebuild b/x11-misc/py3status/py3status-3.19.ebuild similarity index 94% rename from x11-misc/py3status/py3status-3.18.ebuild rename to x11-misc/py3status/py3status-3.19.ebuild index 308d67dd790..e0e182b53d5 100644 --- a/x11-misc/py3status/py3status-3.18.ebuild +++ b/x11-misc/py3status/py3status-3.19.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"