SHA256
14
0
forked from pool/python-h2

- 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(...).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=22
This commit is contained in:
2020-02-27 05:45:05 +00:00
committed by Git OBS Bridge
parent e3205dc32a
commit 69b4b27432
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8a32bd282594424c0ac55845377eea13fa54fe4a8db012f3a198ed923dc3ab4
size 2214612

3
h2-3.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:875f41ebd6f2c44781259005b157faed1a5031df3ae5aa7bcb4628a6c0782f14
size 2215889

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 27 05:43:42 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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 4 09:27:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Wed Dec 4 09:27:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-h2 # spec file for package python-h2
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-h2 Name: python-h2
Version: 3.1.1 Version: 3.2.0
Release: 0 Release: 0
Summary: HTTP/2 State-Machine based protocol implementation Summary: HTTP/2 State-Machine based protocol implementation
License: MIT License: MIT