From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-932670-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 19AE2139694 for <garchives@archives.gentoo.org>; Sun, 19 Feb 2017 01:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1548B21C028; Sun, 19 Feb 2017 01:03:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EA99E21C028 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2017 01:03:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 96DA7340988 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2017 01:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 918DA4CAF for <gentoo-commits@lists.gentoo.org>; Sun, 19 Feb 2017 01:03:03 +0000 (UTC) From: "Mike Gilbert" <floppym@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, "Mike Gilbert" <floppym@gentoo.org> Message-ID: <1487466180.a15a2ea20f6bcda863eaecfbd232f2bd4ab84f90.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests/requests-2.12.4.ebuild dev-python/requests/requests-2.12.5.ebuild X-VCS-Directories: dev-python/requests/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a15a2ea20f6bcda863eaecfbd232f2bd4ab84f90 X-VCS-Branch: master Date: Sun, 19 Feb 2017 01:03:03 +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: e6cec68b-f5a3-4073-b747-b39002bbc0a7 X-Archives-Hash: 2f87bf410c0df5b095df77b1386d214f commit: a15a2ea20f6bcda863eaecfbd232f2bd4ab84f90 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 01:01:47 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 01:03:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15a2ea2 dev-python/requests: adjust idna dependency Bug: https://bugs.gentoo.org/609968 Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49 dev-python/requests/requests-2.12.4.ebuild | 2 +- dev-python/requests/requests-2.12.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/requests/requests-2.12.4.ebuild b/dev-python/requests/requests-2.12.4.ebuild index 967bcfb49e..460cc10c43 100644 --- a/dev-python/requests/requests-2.12.4.ebuild +++ b/dev-python/requests/requests-2.12.4.ebuild @@ -22,7 +22,7 @@ RDEPEND=" app-misc/ca-certificates >=dev-python/chardet-2.2.1[${PYTHON_USEDEP}] >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}] - >=dev-python/idna-2.0.0[${PYTHON_USEDEP}] + >=dev-python/idna-2.0[${PYTHON_USEDEP}] dev-python/ndg-httpsclient[${PYTHON_USEDEP}] >=dev-python/py-1.4.30[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.14[$(python_gen_usedep 'python*' pypy)] diff --git a/dev-python/requests/requests-2.12.5.ebuild b/dev-python/requests/requests-2.12.5.ebuild index 967bcfb49e..460cc10c43 100644 --- a/dev-python/requests/requests-2.12.5.ebuild +++ b/dev-python/requests/requests-2.12.5.ebuild @@ -22,7 +22,7 @@ RDEPEND=" app-misc/ca-certificates >=dev-python/chardet-2.2.1[${PYTHON_USEDEP}] >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}] - >=dev-python/idna-2.0.0[${PYTHON_USEDEP}] + >=dev-python/idna-2.0[${PYTHON_USEDEP}] dev-python/ndg-httpsclient[${PYTHON_USEDEP}] >=dev-python/py-1.4.30[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.14[$(python_gen_usedep 'python*' pypy)]