15
0
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:
2020-12-15 21:39:09 +00:00
committed by Git OBS Bridge
parent a0b6bc71a2
commit aaa39837a0
7 changed files with 28 additions and 38 deletions

View File

@@ -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>