summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2015-12-30 14:59:02 +0000
committerleot <leot@pkgsrc.org>2015-12-30 14:59:02 +0000
commit4bc40ec973a7504251e045c1cc9f577e85294383 (patch)
treeb25df65e96bab38c296e40f209182e8e6937dde8
parentc5f7928825fc864e6c5821114ebb22b50cfb02b3 (diff)
downloadpkgsrc-4bc40ec973a7504251e045c1cc9f577e85294383.tar.gz
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.
-rw-r--r--net/py-hpack/Makefile6
-rw-r--r--net/py-hpack/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/net/py-hpack/Makefile b/net/py-hpack/Makefile
index f44f638612f..ee5fabb77cb 100644
--- a/net/py-hpack/Makefile
+++ b/net/py-hpack/Makefile
@@ -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/
diff --git a/net/py-hpack/distinfo b/net/py-hpack/distinfo
index 632f6156ff8..57b6351fb70 100644
--- a/net/py-hpack/distinfo
+++ b/net/py-hpack/distinfo
@@ -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