diff --git a/hpack-1.1.0.tar.gz b/hpack-1.1.0.tar.gz deleted file mode 100644 index 3146fa2..0000000 --- a/hpack-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a4832961ac0acb0d124d9db0bcb5ab44d61c8d8466c9a3b59d49aceeca91d11 -size 18013 diff --git a/hpack-2.0.1.tar.gz b/hpack-2.0.1.tar.gz new file mode 100644 index 0000000..20042b7 --- /dev/null +++ b/hpack-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7eaafeecfb60c18cbfd1c8ffb032bca4524862d0d89540e8a62d5118529ccc +size 18869 diff --git a/python-hpack.changes b/python-hpack.changes index e773890..9575f9c 100644 --- a/python-hpack.changes +++ b/python-hpack.changes @@ -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 diff --git a/python-hpack.spec b/python-hpack.spec index a8bc8be..3ad2119 100644 --- a/python-hpack.spec +++ b/python-hpack.spec @@ -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