From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1009354-garchives=archives.gentoo.org@lists.gentoo.org> 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 42E6C1382C5 for <garchives@archives.gentoo.org>; Wed, 14 Mar 2018 01:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 839A5E0891; Wed, 14 Mar 2018 01:45:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5C5BCE0891 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Mar 2018 01:45:33 +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 CA83E335C5C for <gentoo-commits@lists.gentoo.org>; Wed, 14 Mar 2018 01:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419491F1 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Mar 2018 01:45:30 +0000 (UTC) From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <dolsen@gentoo.org> Message-ID: <1520991851.d8195f9f9354b59cb5a87b55c6746150979cca24.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-toolbelt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild X-VCS-Directories: dev-python/requests-toolbelt/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: d8195f9f9354b59cb5a87b55c6746150979cca24 X-VCS-Branch: master Date: Wed, 14 Mar 2018 01:45:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 812a44f2-ab2a-4177-abaf-a734be2a1f5e X-Archives-Hash: 5d29eb5aff459001ce662abed5a4a8f6 commit: d8195f9f9354b59cb5a87b55c6746150979cca24 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Mar 14 01:40:16 2018 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Mar 14 01:44:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8195f9f dev-python/requests-toolbelt: Whitespace fixes Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild | 3 +-- dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild index d4454f5e676..45243e68e4e 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,4 +29,3 @@ DOCS=( AUTHORS.rst HISTORY.rst README.rst ) python_test() { py.test -v || die "Tests failed with ${EPYTHON}" } - diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild index 67f4e2b6abf..bd0cabd5197 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild @@ -29,7 +29,7 @@ PATCHES=( "${FILESDIR}/requests-toolbelt-0.8.0-test-tracebacks.patch" ) -# Known python2.7 test failures do to upstream +# Known python2.7 test failures do to upstream # not testing with newer requests versions # bug: https://bugs.gentoo.org/635824 # https://github.com/requests/toolbelt/issues/213