summaryrefslogtreecommitdiff
path: root/net/py-hpack/Makefile
diff options
context:
space:
mode:
authorleot <leot>2016-02-16 13:43:09 +0000
committerleot <leot>2016-02-16 13:43:09 +0000
commit96c78340a0327823a5ee5a181a3c0343797b686d (patch)
tree8600662ee905f36384dd89471b1caa57a89d4d72 /net/py-hpack/Makefile
parentdd661a011f002555ec4d1f9688b310a005cf0575 (diff)
downloadpkgsrc-96c78340a0327823a5ee5a181a3c0343797b686d.tar.gz
Update net/py-hpack to 2.1.0.
Changes: 2.1.0 (2016-02-02) ------------------ **API Changes (Backward Compatible)** - Added new ``InvalidTableIndex`` exception, a subclass of ``HPACKDecodingError``. - Instead of throwing ``IndexError`` when encountering invalid encoded integers HPACK now throws ``HPACKDecodingError``. - Instead of throwing ``UnicodeDecodeError`` when encountering headers that are not UTF-8 encoded, HPACK now throws ``HPACKDecodingError``. - Instead of throwing ``IndexError`` when encountering invalid table offsets, HPACK now throws ``InvalidTableIndex``. - Added ``raw`` flag to ``decode``, allowing ``decode`` to return bytes instead of attempting to decode the headers as UTF-8. **Bugfixes** - ``memoryview`` objects are now used when decoding HPACK, improving the performance by avoiding unnecessary data copies.
Diffstat (limited to 'net/py-hpack/Makefile')
-rw-r--r--net/py-hpack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-hpack/Makefile b/net/py-hpack/Makefile
index ee5fabb77cb..3cc7d55d318 100644
--- a/net/py-hpack/Makefile
+++ b/net/py-hpack/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/12/30 14:59:02 leot Exp $
+# $NetBSD: Makefile,v 1.3 2016/02/16 13:43:09 leot Exp $
-DISTNAME= hpack-2.0.1
+DISTNAME= hpack-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI}