git: 99bad0535829 - main - www/py-httpx: Update to 0.18.1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 2 19:52:50 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=99bad053582902c573692706965af0ab16fde38a
commit 99bad053582902c573692706965af0ab16fde38a
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-02 19:46:08 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-02 19:46:08 +0000
www/py-httpx: Update to 0.18.1
Changes: https://github.com/encode/httpx/releases
---
www/py-httpx/Makefile | 4 ++--
www/py-httpx/distinfo | 6 +++---
www/py-httpx/files/patch-setup.py | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile
index d9d5c0b9758d..e2faafd5e48c 100644
--- a/www/py-httpx/Makefile
+++ b/www/py-httpx/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= httpx
-PORTVERSION= 0.18.0
+PORTVERSION= 0.18.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,7 +28,7 @@ OPTIONS_DEFAULT=HTTP2
BROTLI_DESC= Brotli support
HTTP2_DESC= HTTP/2 support
-BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotlipy>=0.7<0.8:archivers/py-brotlipy@${PY_FLAVOR}
+BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotlicffi>=1.0<2:archivers/py-brotlicffi@${PY_FLAVOR}
HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR}
.include <bsd.port.mk>
diff --git a/www/py-httpx/distinfo b/www/py-httpx/distinfo
index 307f46e51faf..bc841dbe7fed 100644
--- a/www/py-httpx/distinfo
+++ b/www/py-httpx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619725375
-SHA256 (httpx-0.18.0.tar.gz) = 46cfb242ae6b85c3f21f7774cb42a465acdf73741e49f6746ab481f16d0e0590
-SIZE (httpx-0.18.0.tar.gz) = 94859
+TIMESTAMP = 1619910337
+SHA256 (httpx-0.18.1.tar.gz) = 0a2651dd2b9d7662c70d12ada5c290abcf57373b9633515fe4baa9f62566086f
+SIZE (httpx-0.18.1.tar.gz) = 95219
diff --git a/www/py-httpx/files/patch-setup.py b/www/py-httpx/files/patch-setup.py
index 1bd6a60e5e49..91314a8c9737 100644
--- a/www/py-httpx/files/patch-setup.py
+++ b/www/py-httpx/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig 2021-04-27 14:22:26 UTC
+--- setup.py.orig 2021-04-29 12:57:41 UTC
+++ setup.py
@@ -63,7 +63,7 @@ setup(
"async_generator; python_version < '3.7'"
@@ -6,6 +6,6 @@
extras_require={
- "http2": "h2==3.*",
+ "http2": "h2>=3,<5",
- "brotli": "brotlipy==0.7.*",
+ "brotli": "brotlicffi==1.*",
},
classifiers=[
More information about the dev-commits-ports-main
mailing list