Skip to content

Commit

Permalink
www/py-httpx: Update to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 2, 2021
1 parent 5c9f59b commit 99bad05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/py-httpx/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= httpx
PORTVERSION= 0.18.0
PORTVERSION= 0.18.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions www/py-httpx/files/patch-setup.py
@@ -1,11 +1,11 @@
--- 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'"
],
extras_require={
- "http2": "h2==3.*",
+ "http2": "h2>=3,<5",
"brotli": "brotlipy==0.7.*",
"brotli": "brotlicffi==1.*",
},
classifiers=[

0 comments on commit 99bad05

Please sign in to comment.