svn commit: r549789 - head/www/py-httpx

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 23 18:49:53 UTC 2020


Author: sunpoet
Date: Wed Sep 23 18:49:47 2020
New Revision: 549789
URL: https://svnweb.freebsd.org/changeset/ports/549789

Log:
  Update to 0.15.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	Wed Sep 23 18:49:43 2020	(r549788)
+++ head/www/py-httpx/Makefile	Wed Sep 23 18:49:47 2020	(r549789)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httpx
-PORTVERSION=	0.14.3
+PORTVERSION=	0.15.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,7 @@ LICENSE=	BSD3CLAUSE
 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}httpcore>=0.10.0<0.11:www/py-httpcore@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpcore>=0.11.0<0.12:www/py-httpcore@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3<2:www/py-rfc3986@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}

Modified: head/www/py-httpx/distinfo
==============================================================================
--- head/www/py-httpx/distinfo	Wed Sep 23 18:49:43 2020	(r549788)
+++ head/www/py-httpx/distinfo	Wed Sep 23 18:49:47 2020	(r549789)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599302769
-SHA256 (httpx-0.14.3.tar.gz) = 96bd4de4e6b742d672e2338720baf98518efaf85c86e0b48218e1bef9f272333
-SIZE (httpx-0.14.3.tar.gz) = 76741
+TIMESTAMP = 1600863366
+SHA256 (httpx-0.15.0.tar.gz) = 1e94f557f4efaa75bd6677ff6502b778cd0cf10cb53acc7e10ca6c835cf8c9b0
+SIZE (httpx-0.15.0.tar.gz) = 81437


More information about the svn-ports-all mailing list