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 1AF34138334 for ; Mon, 18 Mar 2019 03:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5787E0966; Mon, 18 Mar 2019 03:08:16 +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 AA123E0966 for ; Mon, 18 Mar 2019 03:08:16 +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 BFB9C335D04 for ; Mon, 18 Mar 2019 03:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39EAC53F for ; Mon, 18 Mar 2019 03:08:13 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1552878473.9a180e538999b5bac3cde893a56cb335c3cc1ab0.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isort/Manifest dev-python/isort/isort-4.3.15.ebuild dev-python/isort/isort-4.3.4.ebuild X-VCS-Directories: dev-python/isort/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 9a180e538999b5bac3cde893a56cb335c3cc1ab0 X-VCS-Branch: master Date: Mon, 18 Mar 2019 03:08:13 +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: 7e0ebc6c-8c2c-4291-9bc8-b6f4ca51b161 X-Archives-Hash: 209a39da20582bec2607124424596cce commit: 9a180e538999b5bac3cde893a56cb335c3cc1ab0 Author: Virgil Dupras gentoo org> AuthorDate: Mon Mar 18 03:07:53 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Mar 18 03:07:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a180e53 dev-python/isort: bump to 4.3.15 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/isort/Manifest | 2 +- dev-python/isort/{isort-4.3.4.ebuild => isort-4.3.15.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/isort/Manifest b/dev-python/isort/Manifest index 99f47f23ddb..4df4bd97712 100644 --- a/dev-python/isort/Manifest +++ b/dev-python/isort/Manifest @@ -1,2 +1,2 @@ DIST isort-4.2.5.tar.gz 36361 BLAKE2B 7133ab999200412bc880a5413de81ff0b7718383eaf7f50dd1ca12da4d7ee24f8d47af60e7416ca6898a32074779c4f293d897a0f7d62c2539b10a686484c121 SHA512 ddc8e859bb421e4179315d74896958c8279394d42a75494db5dc22c58422994aa249b63c03645626a021ccf9142941bde51ad400256ab1c6be29da8110375f40 -DIST isort-4.3.4.tar.gz 56070 BLAKE2B c0f7c3d744fcd54b0507d3e7d5963c5d9fb810552ad284206031aa979766cd2e7e1418860000f29130a000bf827696477a46c33ed5cafe4be6571a243bd6dc97 SHA512 ffe679b96223f5f41d14c61051a875233857f7ccab33211c195ed62b85cc1e9bef0af67f9960e94322fff216c1bfaaa583fbd2ef20e258f90a184a25d011213a +DIST isort-4.3.15.tar.gz 67949 BLAKE2B e78960518928cd74c15733bbc14bf066798ecbcc3e906754c10e352e7b88843451a1d0616d1b450100c77e95974f863951d640c9568277e867fcdfba8f44abdb SHA512 a5774d4f3c49c978e9043e52681e80011591422e60178d72074142725d9d7fa5065553686fd42bffe9e71b38b2b5bdaaa6f20e32cd8dbe33beb9431c397d78e5 diff --git a/dev-python/isort/isort-4.3.4.ebuild b/dev-python/isort/isort-4.3.15.ebuild similarity index 92% rename from dev-python/isort/isort-4.3.4.ebuild rename to dev-python/isort/isort-4.3.15.ebuild index c324d362dac..89c9ea4bbfe 100644 --- a/dev-python/isort/isort-4.3.4.ebuild +++ b/dev-python/isort/isort-4.3.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7