www/py-httpcore: Update to 1.0.3

Changes:	https://github.com/encode/httpcore/releases
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:47:27 +08:00
parent 4b7d08a024
commit 3dcdae80f6
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= httpcore
PORTVERSION= 1.0.2
PORTVERSION= 1.0.3
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1701083416
SHA256 (httpcore-1.0.2.tar.gz) = 9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535
SIZE (httpcore-1.0.2.tar.gz) = 81036
TIMESTAMP = 1708449530
SHA256 (httpcore-1.0.3.tar.gz) = 5c0f9546ad17dac4d0772b0808856eb616eb8b48ce94f49ed819fd6982a8a544
SIZE (httpcore-1.0.3.tar.gz) = 81579

View file

@ -1,10 +1,10 @@
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -41,7 +41,7 @@ socks = [
@@ -41,7 +41,7 @@ trio = [
"socksio==1.*",
]
trio = [
- "trio>=0.22.0,<0.23.0",
- "trio>=0.22.0,<0.24.0",
+ "trio>=0.22.0",
]
asyncio = [