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.16.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7407dbd0b686
branches:  trunk
changeset: 387867:7407dbd0b686
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 09 09:32:18 2022 +0000

description:
py-httpcore: updated to 0.16.0

0.16.0
- Support HTTP/1.1 informational responses.
- Fix async cancellation behaviour.
- Support `h11` 0.14.

diffstat:

 www/py-httpcore/Makefile |  8 ++++----
 www/py-httpcore/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 809a763c95f8 -r 7407dbd0b686 www/py-httpcore/Makefile
--- a/www/py-httpcore/Makefile  Wed Nov 09 09:25:26 2022 +0000
+++ b/www/py-httpcore/Makefile  Wed Nov 09 09:32:18 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/05/24 12:30:25 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/11/09 09:32:18 adam Exp $
 
-DISTNAME=      httpcore-0.15.0
+DISTNAME=      httpcore-0.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpcore/}
@@ -12,13 +12,13 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-anyio>=3.0.0:../../devel/py-anyio
 DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
-DEPENDS+=      ${PYPKGPREFIX}-h11>=0.11.0:../../www/py-h11
+DEPENDS+=      ${PYPKGPREFIX}-h11>=0.13:../../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 # py-anyio, py-uvloop
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 809a763c95f8 -r 7407dbd0b686 www/py-httpcore/distinfo
--- a/www/py-httpcore/distinfo  Wed Nov 09 09:25:26 2022 +0000
+++ b/www/py-httpcore/distinfo  Wed Nov 09 09:32:18 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/05/24 12:30:25 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/11/09 09:32:18 adam Exp $
 
-BLAKE2s (httpcore-0.15.0.tar.gz) = 8b7ad155bc0fbc6a2a80a752c3918ab508848c912b1aa98471eabff78a6afcf2
-SHA512 (httpcore-0.15.0.tar.gz) = 92ad4d26e9dfd5aaff7fc2a7c208836186f506eb3ab1dadeb502773f4700964408cf214fb498f86941139ea6f0c53f1c28cf22f452b4987688d03186721f908d
-Size (httpcore-0.15.0.tar.gz) = 53669 bytes
+BLAKE2s (httpcore-0.16.0.tar.gz) = 0e89960b1163a93dcf3f318a441ec98acbe39eb31374747f3f49c18a361f603b
+SHA512 (httpcore-0.16.0.tar.gz) = fb7c9b4462011ac00d5df96bf1d5288f9632a6470542520fc3a3353c1416db88f10a84f09d0351c6d3e343d7d74417c695b9883e2395b48cf654662f0ae1dbb2
+Size (httpcore-0.16.0.tar.gz) = 53910 bytes



Home | Main Index | Thread Index | Old Index