From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E350F58973 for ; Sun, 17 Jan 2016 15:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06AF821C007; Sun, 17 Jan 2016 15:16:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE72421C007 for ; Sun, 17 Jan 2016 15:16:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC9123405D5 for ; Sun, 17 Jan 2016 15:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9336BE5F for ; Sun, 17 Jan 2016 15:16:17 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1452984564.dd4f5f2118ba536f6b23079c38870fcde5d00350.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: scripts/ X-VCS-Repository: proj/g-sorcery X-VCS-Files: scripts/all_pythons.sh X-VCS-Directories: scripts/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: dd4f5f2118ba536f6b23079c38870fcde5d00350 X-VCS-Branch: master Date: Sun, 17 Jan 2016 15:16:17 +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-Archives-Salt: 790f7c47-5422-436a-8fa8-b12e8e1c8c14 X-Archives-Hash: 24c63091b66115d0a8fbb04b6e675241 commit: dd4f5f2118ba536f6b23079c38870fcde5d00350 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat Jan 16 22:49:24 2016 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sat Jan 16 22:49:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=dd4f5f21 [scripts] run tests for Python 3.5 scripts/all_pythons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all_pythons.sh b/scripts/all_pythons.sh index af4c1f1..fe1d74f 100755 --- a/scripts/all_pythons.sh +++ b/scripts/all_pythons.sh @@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -for VER in 2.7 3.3 3.4 +for VER in 2.7 3.3 3.4 3.5 do echo echo "testing python${VER}" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A053558973 for ; Sun, 17 Jan 2016 15:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C98121C007; Sun, 17 Jan 2016 15:15:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5EB021C007 for ; Sun, 17 Jan 2016 15:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0A98340817 for ; Sun, 17 Jan 2016 15:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2EC6E5F for ; Sun, 17 Jan 2016 15:15:51 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1452984564.dd4f5f2118ba536f6b23079c38870fcde5d00350.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:dev commit in: scripts/ X-VCS-Repository: proj/g-sorcery X-VCS-Files: scripts/all_pythons.sh X-VCS-Directories: scripts/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: dd4f5f2118ba536f6b23079c38870fcde5d00350 X-VCS-Branch: dev Date: Sun, 17 Jan 2016 15:15:51 +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-Archives-Salt: 71349ce0-1aff-41d2-a3f1-8ca876ca3e7e X-Archives-Hash: 726b0a974550b47fc77097bae07ec4eb Message-ID: <20160117151551.QH2T8P4tqb_9W1bA5Xvv32UWHre3m8F9TLv8MbpcjYI@z> commit: dd4f5f2118ba536f6b23079c38870fcde5d00350 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat Jan 16 22:49:24 2016 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sat Jan 16 22:49:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=dd4f5f21 [scripts] run tests for Python 3.5 scripts/all_pythons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all_pythons.sh b/scripts/all_pythons.sh index af4c1f1..fe1d74f 100755 --- a/scripts/all_pythons.sh +++ b/scripts/all_pythons.sh @@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -for VER in 2.7 3.3 3.4 +for VER in 2.7 3.3 3.4 3.5 do echo echo "testing python${VER}"