summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-07-08 08:36:26 +0000
committeradam <adam@pkgsrc.org>2021-07-08 08:36:26 +0000
commitc5fe602a8e682ee3d81e53be18c64338b35e7a0e (patch)
tree099c3ada88d169a22b5d6d801b3bccb751be305d /www
parentbaf349e0756d70b189b7a1a74c2a565e77eabbbb (diff)
downloadpkgsrc-c5fe602a8e682ee3d81e53be18c64338b35e7a0e.tar.gz
py-httpcore: updated to 0.13.6
0.13.6 Fixed - Close sockets when read or write timeouts occur. 0.13.5 Fixed - Resolved niggles with AnyIO EOF behaviours. 0.13.4 Added - Improved error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. Fixed - Switched to `anyio` as the default backend implementation when running with `asyncio`. Resolves some awkward [TLS timeout issues](https://github.com/encode/httpx/discussions/1511).
Diffstat (limited to 'www')
-rw-r--r--www/py-httpcore/Makefile7
-rw-r--r--www/py-httpcore/distinfo10
2 files changed, 9 insertions, 8 deletions
diff --git a/www/py-httpcore/Makefile b/www/py-httpcore/Makefile
index 5cb6b5e7512..9755c2499d0 100644
--- a/www/py-httpcore/Makefile
+++ b/www/py-httpcore/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/05/08 08:56:56 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/07/08 08:36:26 adam Exp $
-DISTNAME= httpcore-0.13.3
+DISTNAME= httpcore-0.13.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/}
@@ -10,13 +10,14 @@ HOMEPAGE= https://github.com/encode/httpcore
COMMENT= Minimal low-level HTTP client
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-anyio>=3.0.0:../../devel/py-anyio
DEPENDS+= ${PYPKGPREFIX}-h11>=0.8.0:../../www/py-h11
DEPENDS+= ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2
DEPENDS+= ${PYPKGPREFIX}-sniffio>=1.0.0:../../misc/py-sniffio
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-anyio, py-uvloop
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-httpcore/distinfo b/www/py-httpcore/distinfo
index 80c25c6b46c..445a2b3b51b 100644
--- a/www/py-httpcore/distinfo
+++ b/www/py-httpcore/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/05/08 08:56:56 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/07/08 08:36:26 adam Exp $
-SHA1 (httpcore-0.13.3.tar.gz) = 0510e32659e912e185f715661c9afc4e490f213e
-RMD160 (httpcore-0.13.3.tar.gz) = 82bf6bb7e4cda1b71534b301c25ad49975ed1c42
-SHA512 (httpcore-0.13.3.tar.gz) = b7177ef4e49f911ee225898235af94ea955263edf50b63778303a5a8f80448b4480899acf198c208b8bee07a7d236f06fd90f8f720b1a97651a3d706b4b4c073
-Size (httpcore-0.13.3.tar.gz) = 45292 bytes
+SHA1 (httpcore-0.13.6.tar.gz) = ed0679b5ac825efa4537fb8c5d6f0febbe957514
+RMD160 (httpcore-0.13.6.tar.gz) = 092669215f3610e0739643b9e2d5b34caad144e1
+SHA512 (httpcore-0.13.6.tar.gz) = aa5841a7f414be11365eb7851781460ed213104b0cadd916649610e36c9cf8d86297588dfa8d529a12e8abfaaaad901af63557bfa2e8f031cf85fed58d80cb87
+Size (httpcore-0.13.6.tar.gz) = 45278 bytes