www/py-httpx: Update to 0.23.0
Changes: https://github.com/encode/httpx/releases
This commit is contained in:
parent
9ca5fff8f0
commit
454901deb0
4 changed files with 5 additions and 1432 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= httpx
|
||||
PORTVERSION= 0.22.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.23.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,7 +14,6 @@ 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.15.0<0.16.0:www/py-httpcore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3,1<2,1:www/py-rfc3986@${PY_FLAVOR} \
|
||||
|
@ -37,7 +35,7 @@ HTTP2_DESC= HTTP/2 support
|
|||
BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR}
|
||||
CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8<9:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>=2<3:textproc/py-pygments@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rich>=11:textproc/py-rich@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}rich>=10<13:textproc/py-rich@${PY_FLAVOR}
|
||||
HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR}
|
||||
SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}socksio>=1<2:net/py-socksio@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1643382572
|
||||
SHA256 (httpx-0.22.0.tar.gz) = d8e778f76d9bbd46af49e7f062467e3157a5a3d2ae4876a4bbfd8a51ed9c9cb4
|
||||
SIZE (httpx-0.22.0.tar.gz) = 107324
|
||||
TIMESTAMP = 1653926032
|
||||
SHA256 (httpx-0.23.0.tar.gz) = f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef
|
||||
SIZE (httpx-0.23.0.tar.gz) = 108102
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,11 +0,0 @@
|
|||
--- setup.py.orig 2022-01-26 14:49:48 UTC
|
||||
+++ setup.py
|
||||
@@ -72,7 +72,7 @@ setup(
|
||||
],
|
||||
"cli": [
|
||||
"click==8.*",
|
||||
- "rich==10.*",
|
||||
+ "rich==11.*",
|
||||
"pygments==2.*"
|
||||
]
|
||||
},
|
Loading…
Reference in a new issue