Changelog for
python311-h2-4.1.0-3.4.noarch.rpm :
* Fri Apr 21 2023 Dirk Müller
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Mon Dec 19 2022 Dirk Müller - add fix-repr-checks-for-py311.patch
* Thu Jan 06 2022 Ben Greiner - 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 2021 Ben Greiner - Add h2-pr1248-disable-hypothesis-healthcheck.patch to disable hypthesis health check failures. Thanks to the Fedora maintainer. gh#python-hyper/h2#1248
* Sat Nov 21 2020 John Vandenberg - Drop hyperframe.patch no longer needed- Skip flaky tests test_connection_only_empty & test_delegated_eq that hypothesis is failing on s390x- Update to v4.0.0
* Support for Python 2.7-3.5 has been dropped
* Support for Python 3.8 has been added.
* Receiving DATA before HEADERS now raises a ProtocolError (see https://tools.ietf.org/html/rfc7540#section-8.1)
* Tue Sep 15 2020 Marketa Calabkova - Add hyperframe.patch to fix build with hyperframe 6
* Sat Mar 14 2020 Tomáš Chvátal - Fix build without python2
* Thu Feb 27 2020 Steve Kowalik - Update to 3.2.0:
* Receiving DATA frames on closed (or reset) streams now properly emit a WINDOW_UPDATE to keep the connection flow window topped up.
* h2.config.logger now uses a trace(...) function, in addition to debug(...).
* Wed Dec 04 2019 Tomáš Chvátal - Skip one test that is flaky