15
0
forked from pool/python-hpack

Accepting request 368721 from home:kfreitag:branches:devel:languages:python

- Update to version 2.0.1
  * 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.
- Additional changes from version 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.

OBS-URL: https://build.opensuse.org/request/show/368721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hpack?expand=0&rev=2
This commit is contained in:
Todd R
2016-03-09 16:31:34 +00:00
committed by Git OBS Bridge
parent ff97d1fd76
commit 825a285086
4 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hpack
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-hpack
Version: 1.1.0
Version: 2.0.1
Release: 0
Summary: Pure-Python HPACK header compression
License: MIT