Wed Dec 30 14:59:02 2015 UTC ()
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.


(leot)
diff -r1.1 -r1.2 pkgsrc/net/py-hpack/Makefile
diff -r1.2 -r1.3 pkgsrc/net/py-hpack/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/net/py-hpack/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-hpack/Makefile 2015/08/23 14:06:11 1.1
+++ pkgsrc/net/py-hpack/Makefile 2015/12/30 14:59:02 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2015/08/23 14:06:11 leot Exp $ 1# $NetBSD: Makefile,v 1.2 2015/12/30 14:59:02 leot Exp $
2 2
3DISTNAME= hpack-1.1.0 3DISTNAME= hpack-2.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hpack/} 6MASTER_SITES= ${MASTER_SITE_PYPI}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://hyper.rtfd.org/ 9HOMEPAGE= http://hyper.rtfd.org/
10COMMENT= Pure-Python HPACK header compression 10COMMENT= Pure-Python HPACK header compression
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/py-hpack/distinfo (expand / switch to unified diff)

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