pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-h2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 17 12:12:37 UTC 2020

Modified Files:
        pkgsrc/www/py-h2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-h2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-h2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-h2/Makefile
diff -u pkgsrc/www/py-h2/Makefile:1.6 pkgsrc/www/py-h2/Makefile:1.7
--- pkgsrc/www/py-h2/Makefile:1.6       Wed Jan  8 19:08:18 2020
+++ pkgsrc/www/py-h2/Makefile   Mon Feb 17 12:12:37 2020
@@ -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 @@ COMMENT=      HTTP/2 State-Machine based prot
 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

Index: pkgsrc/www/py-h2/distinfo
diff -u pkgsrc/www/py-h2/distinfo:1.5 pkgsrc/www/py-h2/distinfo:1.6
--- pkgsrc/www/py-h2/distinfo:1.5       Wed Jan  8 19:08:18 2020
+++ pkgsrc/www/py-h2/distinfo   Mon Feb 17 12:12:37 2020
@@ -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