Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2016 18:59:49 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407236 - head/www/py-requests
Message-ID:  <201601251859.u0PIxn7R000487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Jan 25 18:59:48 2016
New Revision: 407236
URL: https://svnweb.freebsd.org/changeset/ports/407236

Log:
  www/py-requests: Update to 2.9.1
  
  - Update PORTVERSION and distinfo checksum (2.9.1)
  - Update TEST_DEPENDS
  - Remove FAIL'ing test comment
  
  Changes:
  
    https://github.com/kennethreitz/requests/blob/v2.9.1/HISTORY.rst
  
  PR:		205799
  Submitted by:	Neel Chauhan <neel neelc org>

Modified:
  head/www/py-requests/Makefile
  head/www/py-requests/distinfo

Modified: head/www/py-requests/Makefile
==============================================================================
--- head/www/py-requests/Makefile	Mon Jan 25 18:44:25 2016	(r407235)
+++ head/www/py-requests/Makefile	Mon Jan 25 18:59:48 2016	(r407236)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	requests
-PORTVERSION=	2.8.1
+PORTVERSION=	2.9.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	HTTP library written in Python 
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.3.4:${PORTSDIR}/devel/py-pytest
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:${PORTSDIR}/devel/py-pytest
 
 USES=		python
 USE_PYTHON=	autoplist distutils
@@ -22,9 +22,6 @@ CONFLICTS_INSTALL=	py*-requests1-*
 
 NO_ARCH=	yes
 
-# FAIL: test_response_iter_lines_reentrant (test_requests.RequestsTestCase)
-# Is marked xfail, but pytest doesn't seem to recognize it.
-
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 

Modified: head/www/py-requests/distinfo
==============================================================================
--- head/www/py-requests/distinfo	Mon Jan 25 18:44:25 2016	(r407235)
+++ head/www/py-requests/distinfo	Mon Jan 25 18:59:48 2016	(r407236)
@@ -1,2 +1,2 @@
-SHA256 (requests-2.8.1.tar.gz) = 84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b
-SIZE (requests-2.8.1.tar.gz) = 480803
+SHA256 (requests-2.9.1.tar.gz) = c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f
+SIZE (requests-2.9.1.tar.gz) = 484252



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601251859.u0PIxn7R000487>