pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-h2 py-h2: updated to 3.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00fb2b198b12
branches:  trunk
changeset: 411641:00fb2b198b12
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 17 12:12:37 2020 +0000

description:
py-h2: updated to 3.2.0

3.2.0:
Bugfixes
- Receiving DATA frames on closed (or reset) streams now properly emit a
  WINDOW_UPDATE to keep the connection flow window topped up.

API Changes (Backward-Incompatible)
- ``h2.config.logger`` now uses a `trace(...)` function, in addition
  to `debug(...)`. If you defined a custom logger object, you need to handle
  these new function calls.

diffstat:

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

diffs (36 lines):

diff -r 42f052e3d161 -r 00fb2b198b12 www/py-h2/Makefile
--- a/www/py-h2/Makefile        Mon Feb 17 11:56:44 2020 +0000
+++ b/www/py-h2/Makefile        Mon Feb 17 12:12:37 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/08 19:08:18 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/17 12:12:37 adam Exp $
 
-DISTNAME=      h2-3.1.1
+DISTNAME=      h2-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h2/}
@@ -11,7 +11,7 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-hyperframe>=5.2.0:../../www/py-hyperframe
-DEPENDS+=      ${PYPKGPREFIX}-hpack>=2.3:../../net/py-hpack
+DEPENDS+=      ${PYPKGPREFIX}-hpack>=3.0:../../net/py-hpack
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
diff -r 42f052e3d161 -r 00fb2b198b12 www/py-h2/distinfo
--- a/www/py-h2/distinfo        Mon Feb 17 11:56:44 2020 +0000
+++ b/www/py-h2/distinfo        Mon Feb 17 12:12:37 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/01/08 19:08:18 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/02/17 12:12:37 adam Exp $
 
-SHA1 (h2-3.1.1.tar.gz) = c3f8ec250f663f490e06f1c9133dc84ffd038a84
-RMD160 (h2-3.1.1.tar.gz) = b65a0b4dcc2ad03b1021648eb35d01b364fc7e1c
-SHA512 (h2-3.1.1.tar.gz) = 6595b23f5b76eab7cd8b29fc96c9014fc58fe2974b306a067d5a0f6e3d2ce51a3e582bffc0004910eac7246add4347ac62db714de8f7def8196a65836db50d24
-Size (h2-3.1.1.tar.gz) = 2214612 bytes
+SHA1 (h2-3.2.0.tar.gz) = 711cef417af279a30f226b49d4d4bb4fe665c43b
+RMD160 (h2-3.2.0.tar.gz) = 21731cd61668464d4a69b39a5fad657bb760a83f
+SHA512 (h2-3.2.0.tar.gz) = c955fffb2f7ff05a2e734a0d7266a695cdde0182cbbc05f55f36d60b726ebc1e593aadee4709d1a69728dcf1396000f88bd7a215f4906a1f3c8b1936be15b958
+Size (h2-3.2.0.tar.gz) = 2215889 bytes



Home | Main Index | Thread Index | Old Index