www/py-httpcore: Update to 1.0.3
Changes: https://github.com/encode/httpcore/releases
This commit is contained in:
parent
4b7d08a024
commit
3dcdae80f6
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= httpcore
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue