Update net/py-hpack to 2.0.1.

Changes:
2.0.1 (2015-11-09)
------------------
Fixed a bug where the Python HPACK implementation would only emit header table
size changes for the total change between one header block and another, rather
than for the entire sequence of changes.

2.0.0 (2015-10-12)
------------------
Remove unused HPACKEncodingError.
Add the shortcut ability to import the public API (Encoder, Decoder, HPACKError,
HPACKDecodingError) directly, rather than from hpack.hpack.
This commit is contained in:
leot 2015-12-30 14:59:02 +00:00
parent 077af84a0f
commit 60fd659525
2 changed files with 8 additions and 8 deletions

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.1 2015/08/23 14:06:11 leot Exp $
# $NetBSD: Makefile,v 1.2 2015/12/30 14:59:02 leot Exp $
DISTNAME= hpack-1.1.0
DISTNAME= hpack-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hpack/}
MASTER_SITES= ${MASTER_SITE_PYPI}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hyper.rtfd.org/

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/04 00:35:30 agc Exp $
$NetBSD: distinfo,v 1.3 2015/12/30 14:59:02 leot Exp $
SHA1 (hpack-1.1.0.tar.gz) = 41752e6580934d68634f48a823cb1a667f420542
RMD160 (hpack-1.1.0.tar.gz) = dbb3a6f060822e9cbd12c2e5205edf3d528b5fec
SHA512 (hpack-1.1.0.tar.gz) = 0281a04d883b93020121a88d0909037999f26b63d13642aca97885bda7e71248f67f7fcfaf1dd91959fd5876ba12df660704eda447a6db0b6cc4a86ee818f692
Size (hpack-1.1.0.tar.gz) = 18013 bytes
SHA1 (hpack-2.0.1.tar.gz) = fb933495209514e974354cf5d97df808eb0d698b
RMD160 (hpack-2.0.1.tar.gz) = b9d3b1624d3904bc86bfec5fd8b6c81ceb599088
SHA512 (hpack-2.0.1.tar.gz) = 244325adf7af287f23aef818309e55009dc481edddabe8b516fb8cd69ac95e6092469358d349af50881de56774d673f70a9e4d5826b5a3db96f0350825a80e67
Size (hpack-2.0.1.tar.gz) = 18869 bytes