Skip to content

Commit

Permalink
www/py-httpcore: Update to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 4b7d08a commit 3dcdae8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion www/py-httpcore/Makefile
@@ -1,5 +1,5 @@
PORTNAME= httpcore
PORTVERSION= 1.0.2
PORTVERSION= 1.0.3
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions www/py-httpcore/distinfo
@@ -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
4 changes: 2 additions & 2 deletions www/py-httpcore/files/patch-pyproject.toml
@@ -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 = [
Expand Down

0 comments on commit 3dcdae8

Please sign in to comment.