mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
www/py-httpcore: Update to 1.0.5
Changes: https://github.com/encode/httpcore/releases
This commit is contained in:
parent
127ed1fd47
commit
068e113147
@ -1,6 +1,5 @@
|
||||
PORTNAME= httpcore
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -32,6 +31,6 @@ TRIO_DESC= Asynchronous support via trio
|
||||
ASYNCIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=4.0<5.0:devel/py-anyio@${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}
|
||||
TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.22.0<=0.25.0_99:net/py-trio@${PY_FLAVOR}
|
||||
TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.22.0<0.26.0:net/py-trio@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1709390752
|
||||
SHA256 (httpcore-1.0.4.tar.gz) = cb2839ccfcba0d2d3c1131d3c3e26dfc327326fbe7a5dc0dbfe9f6c9151bb022
|
||||
SIZE (httpcore-1.0.4.tar.gz) = 83096
|
||||
TIMESTAMP = 1711860543
|
||||
SHA256 (httpcore-1.0.5.tar.gz) = 34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61
|
||||
SIZE (httpcore-1.0.5.tar.gz) = 83234
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -41,7 +41,7 @@ trio = [
|
||||
"socksio==1.*",
|
||||
]
|
||||
trio = [
|
||||
- "trio>=0.22.0,<0.25.0",
|
||||
+ "trio>=0.22.0,<=0.25.0",
|
||||
]
|
||||
asyncio = [
|
||||
"anyio>=4.0,<5.0",
|
Loading…
Reference in New Issue
Block a user