15
0
forked from pool/python-h11

- update to 0.13.0:

* Clarify that the Headers class is a Sequence and inherit from the
    collections Sequence abstract base class to also indicate this (and
    gain the mixin methods).
  * Switch event classes to dataclasses for easier typing and slightly
    improved performance.
  * Shorten traceback of protocol errors for easier readability
  * Add typing including a PEP 561 marker for usage by type checkers
  * Expand the allowed status codes to [0, 999] from [0, 600]
  * Ensure request method is a valid token

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h11?expand=0&rev=18
This commit is contained in:
2022-02-16 23:09:53 +00:00
committed by Git OBS Bridge
parent 57b390e17b
commit 90500dfb32
4 changed files with 19 additions and 5 deletions

View File

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

3
h11-0.13.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Feb 16 23:08:28 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.13.0:
* Clarify that the Headers class is a Sequence and inherit from the
collections Sequence abstract base class to also indicate this (and
gain the mixin methods).
* Switch event classes to dataclasses for easier typing and slightly
improved performance.
* Shorten traceback of protocol errors for easier readability
* Add typing including a PEP 561 marker for usage by type checkers
* Expand the allowed status codes to [0, 999] from [0, 600]
* Ensure request method is a valid token
-------------------------------------------------------------------
Fri Feb 5 17:05:15 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-h11
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-h11
Version: 0.12.0
Version: 0.13.0
Release: 0
Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/11
License: MIT