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 30B8E13832E for ; Sat, 6 Aug 2016 16:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8113121C012; Sat, 6 Aug 2016 16:51:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6FF521C012 for ; Sat, 6 Aug 2016 16:51:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 484F9340751 for ; Sat, 6 Aug 2016 16:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75C262445 for ; Sat, 6 Aug 2016 16:51:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1470501940.81809559e2b346ad9650c2eb15a29dccfdcb2fb4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kombu/kombu-3.0.26.ebuild dev-python/kombu/kombu-3.0.29.ebuild dev-python/kombu/kombu-3.0.30.ebuild dev-python/kombu/kombu-3.0.32.ebuild dev-python/kombu/kombu-3.0.33.ebuild dev-python/kombu/kombu-3.0.34.ebuild X-VCS-Directories: dev-python/kombu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 81809559e2b346ad9650c2eb15a29dccfdcb2fb4 X-VCS-Branch: master Date: Sat, 6 Aug 2016 16:51:02 +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: b5f07e64-b1af-4869-a6ce-6c10f8eac719 X-Archives-Hash: 94eea05988d2b498a69a0f5f94dbdb7e commit: 81809559e2b346ad9650c2eb15a29dccfdcb2fb4 Author: Felix Janda posteo de> AuthorDate: Fri Aug 5 16:18:20 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 6 16:45:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81809559 dev-python/kombu: whitespace dev-python/kombu/kombu-3.0.26.ebuild | 4 ++-- dev-python/kombu/kombu-3.0.29.ebuild | 4 ++-- dev-python/kombu/kombu-3.0.30.ebuild | 4 ++-- dev-python/kombu/kombu-3.0.32.ebuild | 4 ++-- dev-python/kombu/kombu-3.0.33.ebuild | 2 +- dev-python/kombu/kombu-3.0.34.ebuild | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-python/kombu/kombu-3.0.26.ebuild b/dev-python/kombu/kombu-3.0.26.ebuild index 3c17ab2..897b4b0 100644 --- a/dev-python/kombu/kombu-3.0.26.ebuild +++ b/dev-python/kombu/kombu-3.0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -85,7 +85,7 @@ python_test() { nosetests "${S}"/kombu/tests || die "Tests failed under ${EPYTHON}" # funtests appears to be coded only for py2, a kind of 2nd tier. pypy fails 6. # https://github.com/celery/kombu/issues/411 - # Fix to https://github.com/celery/kombu/issues/474 breaks the + # Fix to https://github.com/celery/kombu/issues/474 breaks the # funtests under >=dev-python/pymongo-3.0.2 # if [[ "${EPYTHON}" == python2.7 ]]; then # pushd funtests > /dev/null diff --git a/dev-python/kombu/kombu-3.0.29.ebuild b/dev-python/kombu/kombu-3.0.29.ebuild index bdc4c1c..38b7487 100644 --- a/dev-python/kombu/kombu-3.0.29.ebuild +++ b/dev-python/kombu/kombu-3.0.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -90,7 +90,7 @@ python_test() { nosetests "${S}"/kombu/tests || die "Tests failed under ${EPYTHON}" # funtests appears to be coded only for py2, a kind of 2nd tier. pypy fails 6. # https://github.com/celery/kombu/issues/411 - # Fix to https://github.com/celery/kombu/issues/474 breaks the + # Fix to https://github.com/celery/kombu/issues/474 breaks the # funtests under >=dev-python/pymongo-3.0.2 # if [[ "${EPYTHON}" == python2.7 ]]; then # pushd funtests > /dev/null diff --git a/dev-python/kombu/kombu-3.0.30.ebuild b/dev-python/kombu/kombu-3.0.30.ebuild index ebc902c..7b989d2 100644 --- a/dev-python/kombu/kombu-3.0.30.ebuild +++ b/dev-python/kombu/kombu-3.0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -94,7 +94,7 @@ python_test() { nosetests "${S}"/kombu/tests || die "Tests failed under ${EPYTHON}" # funtests appears to be coded only for py2, a kind of 2nd tier. pypy fails 6. # https://github.com/celery/kombu/issues/411 - # Fix to https://github.com/celery/kombu/issues/474 breaks the + # Fix to https://github.com/celery/kombu/issues/474 breaks the # funtests under >=dev-python/pymongo-3.0.2 # if [[ "${EPYTHON}" == python2.7 ]]; then # pushd funtests > /dev/null diff --git a/dev-python/kombu/kombu-3.0.32.ebuild b/dev-python/kombu/kombu-3.0.32.ebuild index 7e93893..61a1c1a 100644 --- a/dev-python/kombu/kombu-3.0.32.ebuild +++ b/dev-python/kombu/kombu-3.0.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -94,7 +94,7 @@ python_test() { nosetests "${S}"/kombu/tests || die "Tests failed under ${EPYTHON}" # funtests appears to be coded only for py2, a kind of 2nd tier. pypy fails 6. # https://github.com/celery/kombu/issues/411 - # Fix to https://github.com/celery/kombu/issues/474 breaks the + # Fix to https://github.com/celery/kombu/issues/474 breaks the # funtests under >=dev-python/pymongo-3.0.2 # if [[ "${EPYTHON}" == python2.7 ]]; then # pushd funtests > /dev/null diff --git a/dev-python/kombu/kombu-3.0.33.ebuild b/dev-python/kombu/kombu-3.0.33.ebuild index 5e0a228..c3c168a 100644 --- a/dev-python/kombu/kombu-3.0.33.ebuild +++ b/dev-python/kombu/kombu-3.0.33.ebuild @@ -94,7 +94,7 @@ python_test() { nosetests "${S}"/kombu/tests || die "Tests failed under ${EPYTHON}" # funtests appears to be coded only for py2, a kind of 2nd tier. pypy fails 6. # https://github.com/celery/kombu/issues/411 - # Fix to https://github.com/celery/kombu/issues/474 breaks the + # Fix to https://github.com/celery/kombu/issues/474 breaks the # funtests under >=dev-python/pymongo-3.0.2 # if [[ "${EPYTHON}" == python2.7 ]]; then # pushd funtests > /dev/null diff --git a/dev-python/kombu/kombu-3.0.34.ebuild b/dev-python/kombu/kombu-3.0.34.ebuild index dab483c..936e3fa 100644 --- a/dev-python/kombu/kombu-3.0.34.ebuild +++ b/dev-python/kombu/kombu-3.0.34.ebuild @@ -94,7 +94,7 @@ python_test() { nosetests "${S}"/kombu/tests || die "Tests failed under ${EPYTHON}" # funtests appears to be coded only for py2, a kind of 2nd tier. pypy fails 6. # https://github.com/celery/kombu/issues/411 - # Fix to https://github.com/celery/kombu/issues/474 breaks the + # Fix to https://github.com/celery/kombu/issues/474 breaks the # funtests under >=dev-python/pymongo-3.0.2 # if [[ "${EPYTHON}" == python2.7 ]]; then # pushd funtests > /dev/null