pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-h2 3.0.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/90a49162c6ec
branches: trunk
changeset: 364126:90a49162c6ec
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jun 21 09:57:57 2017 +0000
description:
3.0.1:
Bugfixes
- CONTINUATION frames sent on closed streams previously caused stream errors
of type STREAM_CLOSED. RFC 7540 ? 6.10 requires that these be connection
errors of type PROTOCOL_ERROR, and so this release changes to match that
behaviour.
- Remote peers incrementing their inbound connection window beyond the maximum
allowed value now cause stream-level errors, rather than connection-level
errors, allowing connections to stay up longer.
- h2 now rejects receiving and sending request header blocks that are missing
any of the mandatory pseudo-header fields (:path, :scheme, and :method).
- h2 now rejects receiving and sending request header blocks that have an empty
:path pseudo-header value.
- h2 now rejects receiving and sending request header blocks that contain
response-only pseudo-headers, and vice versa.
- h2 now correct respects user-initiated changes to the HEADER_TABLE_SIZE
local setting, and ensures that if users shrink or increase the header
table size it is policed appropriately.
diffstat:
www/py-h2/Makefile | 4 ++--
www/py-h2/distinfo | 11 +++++------
www/py-h2/patches/patch-setup.py | 17 -----------------
3 files changed, 7 insertions(+), 25 deletions(-)
diffs (49 lines):
diff -r dd73a5472338 -r 90a49162c6ec www/py-h2/Makefile
--- a/www/py-h2/Makefile Wed Jun 21 09:54:58 2017 +0000
+++ b/www/py-h2/Makefile Wed Jun 21 09:57:57 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/04/14 13:10:13 leot Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/21 09:57:57 adam Exp $
-DISTNAME= h2-2.5.2
+DISTNAME= h2-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h2/}
diff -r dd73a5472338 -r 90a49162c6ec www/py-h2/distinfo
--- a/www/py-h2/distinfo Wed Jun 21 09:54:58 2017 +0000
+++ b/www/py-h2/distinfo Wed Jun 21 09:57:57 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/04/14 13:10:13 leot Exp $
+$NetBSD: distinfo,v 1.4 2017/06/21 09:57:57 adam Exp $
-SHA1 (h2-2.5.2.tar.gz) = 20f11085faa4b88c5190949d79d7674fe65f62fe
-RMD160 (h2-2.5.2.tar.gz) = 6de354e7341500b02b032c87132b3a8b90fa202e
-SHA512 (h2-2.5.2.tar.gz) = cc7a013c9c48b9a62ad075a265f83e88f1b1fe6eb04a6e1e71b1d60bda2905c9994ceb0473c063149846f49a07477fb2ad7809e6f69f3f05550f58f252e8de04
-Size (h2-2.5.2.tar.gz) = 93755 bytes
-SHA1 (patch-setup.py) = f549406f993fee558347c0e1d7ff1fe4f4595a15
+SHA1 (h2-3.0.1.tar.gz) = cf645989412368f6c925145e9e97f946b4e20ee4
+RMD160 (h2-3.0.1.tar.gz) = 209dbe04edb223e4408f4730cb7e0ef13a21c79e
+SHA512 (h2-3.0.1.tar.gz) = 4206ed9b298477b02cb4ae6be3f3e421225f14b25c327a324544f8ffe2246b949d8f1f0171f2c6821afb32aa7a8c1ac976e1221217c0296d0e6ebea8877f4d02
+Size (h2-3.0.1.tar.gz) = 2208816 bytes
diff -r dd73a5472338 -r 90a49162c6ec www/py-h2/patches/patch-setup.py
--- a/www/py-h2/patches/patch-setup.py Wed Jun 21 09:54:58 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-setup.py,v 1.3 2017/04/14 13:10:13 leot Exp $
-
-Avoid too strict version requirements.
-
---- setup.py.orig 2016-08-23 13:35:40.000000000 +0000
-+++ setup.py
-@@ -61,8 +61,8 @@ setup(
- 'Programming Language :: Python :: Implementation :: PyPy',
- ],
- install_requires=[
-- 'hyperframe>=3.1, <5, !=4.0.0',
-- 'hpack>=2.2, <3',
-+ 'hyperframe>=3.1',
-+ 'hpack>=2.2',
- ],
- extras_require={
- ':python_version == "2.7" or python_version == "3.3"': ['enum34>=1.0.4, <2'],
Home |
Main Index |
Thread Index |
Old Index