Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 00:59:49 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd62f0886c18 - main - www/py-treq: Update to 20.9.0
Message-ID:  <202105060059.1460xnc1047076@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by asomers (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd62f0886c18589e2274029d48efa10d57a5531a

commit cd62f0886c18589e2274029d48efa10d57a5531a
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2021-05-06 00:59:40 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2021-05-06 00:59:40 +0000

    www/py-treq: Update to 20.9.0
    
    Reported-by:    evilham <contact@evilham.com>
    Approved-by:    kevans (ports)
    PR:             251848
---
 www/py-treq/Makefile | 12 +++++++-----
 www/py-treq/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/www/py-treq/Makefile b/www/py-treq/Makefile
index 596ea800bab6..f4d0fb17eb8f 100644
--- a/www/py-treq/Makefile
+++ b/www/py-treq/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	treq
-PORTVERSION=	17.8.0
+PORTVERSION=	20.9.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,16 +12,18 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}incremental>=0:devel/py-incremental@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hyperlink>=19.0.0:www/py-hyperlink@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}twisted>=16.4.0:devel/py-twisted@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.13.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests@${PY_FLAVOR}
 # Depend directly on twisted[tls] dependencies
 # As Twisted port may not (optionally) install them
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}service_identity>=18.1.0:security/py-service_identity@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}idna>=2.4:dns/py-idna@${PY_FLAVOR}
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpbin>=0.5.0:www/py-httpbin@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
@@ -29,6 +31,6 @@ USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
 do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m twisted.trial treq
+	@cd ${WRKSRC} && ${SETENV} PYTHONPATH=${PYTHONPATH}:${WRKSRC}/src ${PYTHON_CMD} -m twisted.trial treq
 
 .include <bsd.port.mk>
diff --git a/www/py-treq/distinfo b/www/py-treq/distinfo
index fb6aed0a9844..7e3e12dbb0b1 100644
--- a/www/py-treq/distinfo
+++ b/www/py-treq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503974213
-SHA256 (treq-17.8.0.tar.gz) = ef72d2d5e0b24bdf29267b608fa33df0ac401743af8524438b073e1fb2b66f16
-SIZE (treq-17.8.0.tar.gz) = 56439
+TIMESTAMP = 1607952818
+SHA256 (treq-20.9.0.tar.gz) = 83cd2ca75aef4f1fbdbe144c186426d930c3e8b20385df8cec9e12d442986da2
+SIZE (treq-20.9.0.tar.gz) = 60142



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