diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-27 18:46:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-27 18:46:05 +0000 |
commit | 6fe5047790c9bb076bb937873b8aabd23ee7acc5 (patch) | |
tree | ff1cdfeb4231a54e63fc25fea2aa76624b77d865 /www | |
parent | 9219531c050aa24668638de52c17cac06063296d (diff) | |
download | ports-6fe5047790c9bb076bb937873b8aabd23ee7acc5.tar.gz ports-6fe5047790c9bb076bb937873b8aabd23ee7acc5.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httpx/Makefile | 4 | ||||
-rw-r--r-- | www/py-httpx/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile index 6dc1389b6b80..af3ca01bc82d 100644 --- a/www/py-httpx/Makefile +++ b/www/py-httpx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpx -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ 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}idna>=2.0<3:dns/py-idna@${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} diff --git a/www/py-httpx/distinfo b/www/py-httpx/distinfo index d5a91aca7a92..31f039d6c8b0 100644 --- a/www/py-httpx/distinfo +++ b/www/py-httpx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597569991 -SHA256 (httpx-0.14.1.tar.gz) = 0c557173821c1e453396325b3fef768d2bca9078f7300d431735177654e0f9b1 -SIZE (httpx-0.14.1.tar.gz) = 74312 +TIMESTAMP = 1598456583 +SHA256 (httpx-0.14.2.tar.gz) = 51c63dbc2d68eb70b5812aed8161b236fd04ecbd9727ae265a0f422398aea6f9 +SIZE (httpx-0.14.2.tar.gz) = 75728 |