pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-httpcore py-httpcore: updated to 0.13.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f3f1349914e
branches: trunk
changeset: 455663:3f3f1349914e
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jul 08 08:36:26 2021 +0000
description:
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:
www/py-httpcore/Makefile | 7 ++++---
www/py-httpcore/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r a5c2a99d3c18 -r 3f3f1349914e www/py-httpcore/Makefile
--- a/www/py-httpcore/Makefile Thu Jul 08 08:33:21 2021 +0000
+++ b/www/py-httpcore/Makefile Thu Jul 08 08:36:26 2021 +0000
@@ -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 @@
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 -r a5c2a99d3c18 -r 3f3f1349914e www/py-httpcore/distinfo
--- a/www/py-httpcore/distinfo Thu Jul 08 08:33:21 2021 +0000
+++ b/www/py-httpcore/distinfo Thu Jul 08 08:36:26 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index