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: updatd to 4.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/246fc7660d32
branches:  trunk
changeset: 459508:246fc7660d32
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 08 13:21:56 2021 +0000

description:
py-h2: updatd to 4.1.0

4.1.0 (2021-10-05)
------------------
API Changes (Backward-Compatible)
- Support for Python 3.9 has been added.
- Support for Python 3.10 has been added.
- New example for a Python socket HTTP/2 client.
- New `OutputLogger` for use with ``h2.config.logger``. This is only provided
  for convenience and not part of the stable API.

Bugfixes
- Header validation now rejects empty header names with a ProtocolError. While
  hpack decodes such header blocks without issues, they violate the
  HTTP semantics.
- Fix TE header name in error message.

diffstat:

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

diffs (32 lines):

diff -r 5d15aee8a957 -r 246fc7660d32 www/py-h2/Makefile
--- a/www/py-h2/Makefile        Fri Oct 08 13:20:34 2021 +0000
+++ b/www/py-h2/Makefile        Fri Oct 08 13:21:56 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2020/10/03 18:11:14 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/10/08 13:21:56 adam Exp $
 
-DISTNAME=      h2-4.0.0
+DISTNAME=      h2-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h2/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/python-hyper/hyper-h2
+HOMEPAGE=      https://github.com/python-hyper/h2
 COMMENT=       HTTP/2 State-Machine based protocol implementation
 LICENSE=       mit
 
diff -r 5d15aee8a957 -r 246fc7660d32 www/py-h2/distinfo
--- a/www/py-h2/distinfo        Fri Oct 08 13:20:34 2021 +0000
+++ b/www/py-h2/distinfo        Fri Oct 08 13:21:56 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/07 15:08:25 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/10/08 13:21:56 adam Exp $
 
-RMD160 (h2-4.0.0.tar.gz) = 0807fb5a8aa8294662413269879ec80e7871d410
-SHA512 (h2-4.0.0.tar.gz) = d93adc2fe1d2b13eb9013cb4e11be203b04b2b51bf47f4890513815c62e4765d6695980cd561f5b6d50e4b55074f209559186af3a82bea1761b7e383f5267bd4
-Size (h2-4.0.0.tar.gz) = 2143850 bytes
+RMD160 (h2-4.1.0.tar.gz) = c8f244f44be71fb157597ffb1213cd531f74763e
+SHA512 (h2-4.1.0.tar.gz) = 89553cf1343de14b681706ac254b7e714574c777c6c81c934a00edc4f8fdde26f78fb90b4aebd9feec7893f4d1b68cf30dc9a404dd048cedbbfab3145720edc5
+Size (h2-4.1.0.tar.gz) = 2145593 bytes



Home | Main Index | Thread Index | Old Index