Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 18:46:05 +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: r546421 - head/www/py-httpx
Message-ID:  <202008271846.07RIk5Zc020145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 27 18:46:05 2020
New Revision: 546421
URL: https://svnweb.freebsd.org/changeset/ports/546421

Log:
  Update to 0.14.2
  
  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	Thu Aug 27 18:46:00 2020	(r546420)
+++ head/www/py-httpx/Makefile	Thu Aug 27 18:46:05 2020	(r546421)
@@ -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}
 

Modified: head/www/py-httpx/distinfo
==============================================================================
--- head/www/py-httpx/distinfo	Thu Aug 27 18:46:00 2020	(r546420)
+++ head/www/py-httpx/distinfo	Thu Aug 27 18:46:05 2020	(r546421)
@@ -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



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