From owner-svn-ports-head@freebsd.org Fri Mar 2 11:53:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F3CBF3E093; Fri, 2 Mar 2018 11:53:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10EBC7C6D9; Fri, 2 Mar 2018 11:53:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BBF01727F; Fri, 2 Mar 2018 11:53:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22BrZmX043747; Fri, 2 Mar 2018 11:53:35 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22BrZaG043744; Fri, 2 Mar 2018 11:53:35 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201803021153.w22BrZaG043744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 2 Mar 2018 11:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463388 - in head/www/py-requests: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/www/py-requests: . files X-SVN-Commit-Revision: 463388 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 11:53:36 -0000 Author: koobs Date: Fri Mar 2 11:53:35 2018 New Revision: 463388 URL: https://svnweb.freebsd.org/changeset/ports/463388 Log: www/py-requests: Update to 2.18.4 While I'm here: Add note about test suite issue. There's no clear & quick way to resolve this in the short term without further investigation/yak shaving. Changelog: https://github.com/requests/requests/blob/v2.18.4/HISTORY.rst PR: 226078 Submitted by: yuri Modified: head/www/py-requests/Makefile head/www/py-requests/distinfo head/www/py-requests/files/patch-setup.py Modified: head/www/py-requests/Makefile ============================================================================== --- head/www/py-requests/Makefile Fri Mar 2 11:41:48 2018 (r463387) +++ head/www/py-requests/Makefile Fri Mar 2 11:53:35 2018 (r463388) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.18.1 -PORTREVISION= 1 +PORTVERSION= 2.18.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:tex ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}execnet>=1.1:sysutils/py-execnet@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${FLAVOR} # Actually 2.6-2.7,3.3+ USES= python @@ -30,6 +28,9 @@ USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= py*-requests1-* NO_ARCH= yes + +# Automated tests failinng due to httpbin issue +# https://github.com/kennethreitz/httpbin/issues/403 do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/www/py-requests/distinfo ============================================================================== --- head/www/py-requests/distinfo Fri Mar 2 11:41:48 2018 (r463387) +++ head/www/py-requests/distinfo Fri Mar 2 11:53:35 2018 (r463388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500092996 -SHA256 (requests-2.18.1.tar.gz) = c6f3bdf4a4323ac7b45d01e04a6f6c20e32a052cd04de81e05103abc049ad9b9 -SIZE (requests-2.18.1.tar.gz) = 124229 +TIMESTAMP = 1519435351 +SHA256 (requests-2.18.4.tar.gz) = 9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e +SIZE (requests-2.18.4.tar.gz) = 126224 Modified: head/www/py-requests/files/patch-setup.py ============================================================================== --- head/www/py-requests/files/patch-setup.py Fri Mar 2 11:41:48 2018 (r463387) +++ head/www/py-requests/files/patch-setup.py Fri Mar 2 11:53:35 2018 (r463388) @@ -1,22 +1,8 @@ -From 8d1228cd1943bfe89ffaae32e15b2feb3f8479f5 Mon Sep 17 00:00:00 2001 -From: Cory Benfield -Date: Thu, 20 Jul 2017 10:08:50 +0100 -Subject: [PATCH] Allow urllib3 1.22 - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - # pytest-cov and its dependencies are not compulsory ---- setup.py.orig 2017-06-14 17:44:15 UTC +--- setup.py.orig 2018-02-24 01:49:05 UTC +++ setup.py -@@ -44,11 +44,11 @@ packages = ['requests'] - requires = [ - 'chardet>=3.0.2,<3.1.0', - 'idna>=2.5,<2.6', -- 'urllib3>=1.21.1,<1.22', -+ 'urllib3>=1.21.1,<1.23', +@@ -48,7 +48,7 @@ requires = [ 'certifi>=2017.4.17' ]