Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2022 23:28:52 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 835885d3902d - main - www/py-httpx: Update to 0.22.0
Message-ID:  <202201282328.20SNSqvI095303@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 835885d3902d9e8517b9bcc576905261874e8e72
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-28 23:20:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-28 23:26:51 +0000

    www/py-httpx: Update to 0.22.0
    
    Changes:        https://github.com/encode/httpx/releases
---
 www/py-httpx/Makefile             | 7 ++++---
 www/py-httpx/distinfo             | 6 +++---
 www/py-httpx/files/patch-setup.py | 4 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile
index 98f386a50fc9..8cdd393202c9 100644
--- a/www/py-httpx/Makefile
+++ b/www/py-httpx/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	httpx
-PORTVERSION=	0.21.3
+PORTVERSION=	0.22.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,12 @@ COMMENT=	Next generation HTTP client
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+# idna is from rfc3986[idna2008]
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}charset-normalizer>=0:textproc/py-charset-normalizer@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}httpcore>=0.14.0<0.15.0:www/py-httpcore@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpcore>=0.14.5<0.15.0:www/py-httpcore@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3:www/py-rfc3986@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3,1:www/py-rfc3986@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}
 
 USES=		python:3.7+
diff --git a/www/py-httpx/distinfo b/www/py-httpx/distinfo
index 40e655763e7f..a7f3adbb8687 100644
--- a/www/py-httpx/distinfo
+++ b/www/py-httpx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642102369
-SHA256 (httpx-0.21.3.tar.gz) = 7a3eb67ef0b8abbd6d9402248ef2f84a76080fa1c839f8662e6eb385640e445a
-SIZE (httpx-0.21.3.tar.gz) = 106566
+TIMESTAMP = 1643382572
+SHA256 (httpx-0.22.0.tar.gz) = d8e778f76d9bbd46af49e7f062467e3157a5a3d2ae4876a4bbfd8a51ed9c9cb4
+SIZE (httpx-0.22.0.tar.gz) = 107324
diff --git a/www/py-httpx/files/patch-setup.py b/www/py-httpx/files/patch-setup.py
index 4398d78e3749..b6e51a112b3f 100644
--- a/www/py-httpx/files/patch-setup.py
+++ b/www/py-httpx/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig	2022-01-06 14:37:19 UTC
+--- setup.py.orig	2022-01-26 14:49:48 UTC
 +++ setup.py
 @@ -59,7 +59,7 @@ setup(
          "certifi",
@@ -6,6 +6,6 @@
          "sniffio",
 -        "rfc3986[idna2008]>=1.3,<2",
 +        "rfc3986[idna2008]>=1.3",
-         "httpcore>=0.14.0,<0.15.0",
+         "httpcore>=0.14.5,<0.15.0",
          "async_generator; python_version < '3.7'"
      ],



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