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:           Fri Oct  8 13:21:56 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-h2/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/www/py-h2/Makefile:1.10
--- pkgsrc/www/py-h2/Makefile:1.9       Sat Oct  3 18:11:14 2020
+++ pkgsrc/www/py-h2/Makefile   Fri Oct  8 13:21:56 2021
@@ -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
 

Index: pkgsrc/www/py-h2/distinfo
diff -u pkgsrc/www/py-h2/distinfo:1.8 pkgsrc/www/py-h2/distinfo:1.9
--- pkgsrc/www/py-h2/distinfo:1.8       Thu Oct  7 15:08:25 2021
+++ pkgsrc/www/py-h2/distinfo   Fri Oct  8 13:21:56 2021
@@ -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