Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 18:35:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536506 - head/www/py-httpx
Message-ID:  <202005251835.04PIZSxP060575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 25 18:35:27 2020
New Revision: 536506
URL: https://svnweb.freebsd.org/changeset/ports/536506

Log:
  Update to 0.13.0
  
  Changes:	https://github.com/encode/httpx/releases

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

Modified: head/www/py-httpx/Makefile
==============================================================================
--- head/www/py-httpx/Makefile	Mon May 25 18:35:22 2020	(r536505)
+++ head/www/py-httpx/Makefile	Mon May 25 18:35:27 2020	(r536506)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httpx
-PORTVERSION=	0.12.1
+PORTVERSION=	0.13.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,13 +15,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}chardet>=3.0<4:textproc/py-chardet@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.10:net/py-h11@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hstspreload>=0:www/py-hstspreload@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpcore>=0.9.0<0.10:www/py-httpcore@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}idna>=2.0<3:dns/py-idna@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3<2:www/py-rfc3986@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}urllib3>=1.0,1<2,1:net/py-urllib3@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/py-httpx/distinfo
==============================================================================
--- head/www/py-httpx/distinfo	Mon May 25 18:35:22 2020	(r536505)
+++ head/www/py-httpx/distinfo	Mon May 25 18:35:27 2020	(r536506)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588777615
-SHA256 (httpx-0.12.1.tar.gz) = 405b4749f597b1f45cae5bffc17b23dc251cce30a0c4c8126f1007b9e728a615
-SIZE (httpx-0.12.1.tar.gz) = 67139
+TIMESTAMP = 1590421106
+SHA256 (httpx-0.13.0.tar.gz) = 490061ffaa2c43ea9a99d0d2014053b674e0f49c7bec50d0c064eb91050b0cf5
+SIZE (httpx-0.13.0.tar.gz) = 58144



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