SHA256
14
0
forked from pool/python-h2

Accepting request 850162 from home:jayvdb:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/850162
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=28
This commit is contained in:
2020-11-23 11:04:59 +00:00
committed by Git OBS Bridge
parent 4f6ef57f1d
commit 66a5e10142
5 changed files with 23 additions and 211 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Nov 21 17:07:56 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- 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 13:10:43 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
@@ -97,4 +109,3 @@ Fri Apr 21 19:25:18 UTC 2017 - aloisio@gmx.com
Tue Dec 27 14:34:57 UTC 2016 - aloisio@gmx.com
- Initial package (2.5.1)