SHA256
14
0
forked from pool/python-h2

Accepting request 944490 from home:bnavigator:branches:devel:languages:python

- Update to 4.1.0
  * Support for Python 3.9 has been added.
  * Support for Python 3.10 has been added.
  * New example for a Python socket HTTP/2 client.
  * New `OutputLogger` for use with ``h2.config.logger``. This is
    only provided for convenience and not part of the stable API.
  * Header validation now rejects empty header names with a
    ProtocolError. While hpack decodes such header blocks without
    issues, they violate the HTTP semantics.
  * Fix TE header name in error message.
- Drop h2-pr1248-disable-hypothesis-healthcheck.patch merged
  upstream
- Register hypothesis profile for slow obs executions.

OBS-URL: https://build.opensuse.org/request/show/944490
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=32
This commit is contained in:
2022-01-08 12:39:18 +00:00
committed by Git OBS Bridge
parent 89f45c8c94
commit 96f97d3f1d
5 changed files with 36 additions and 123 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jan 6 14:23:47 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 4.1.0
* Support for Python 3.9 has been added.
* Support for Python 3.10 has been added.
* New example for a Python socket HTTP/2 client.
* New `OutputLogger` for use with ``h2.config.logger``. This is
only provided for convenience and not part of the stable API.
* Header validation now rejects empty header names with a
ProtocolError. While hpack decodes such header blocks without
issues, they violate the HTTP semantics.
* Fix TE header name in error message.
- Drop h2-pr1248-disable-hypothesis-healthcheck.patch merged
upstream
- Register hypothesis profile for slow obs executions.
-------------------------------------------------------------------
Mon Mar 29 19:50:36 UTC 2021 - Ben Greiner <code@bnavigator.de>