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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a4832961ac0acb0d124d9db0bcb5ab44d61c8d8466c9a3b59d49aceeca91d11
|
||||
size 18013
|
||||
3
hpack-2.0.1.tar.gz
Normal file
3
hpack-2.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d7eaafeecfb60c18cbfd1c8ffb032bca4524862d0d89540e8a62d5118529ccc
|
||||
size 18869
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 19:43:13 UTC 2016 - freitag@opensuse.org
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 12:39:56 UTC 2015 - freitag@owncloud.com
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user