forked from pool/python-hpack
- Upgrade to 4.0.0:
- remove pytest5.patch, which was included in the upstream tarball.
- support for Python < 3.6 (including 2.7) has been removed.
- support for Python 3.8 has been added.
- Performance improvement of static header search. Use dict search
instead of linear search.
- Fix debug output of headers during encoding.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hpack?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 21:36:53 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Upgrade to 4.0.0:
|
||||
- remove pytest5.patch, which was included in the upstream tarball.
|
||||
- support for Python < 3.6 (including 2.7) has been removed.
|
||||
- support for Python 3.8 has been added.
|
||||
- Performance improvement of static header search. Use dict search
|
||||
instead of linear search.
|
||||
- Fix debug output of headers during encoding.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 07:37:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user