15
0
forked from pool/python-h11

Accepting request 869819 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/869819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h11?expand=0&rev=8
This commit is contained in:
2021-02-07 14:21:40 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Feb 5 17:05:15 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version to 0.12.0
* Add early detection of invalid http data when request line
starts with binary
* Drop support for Python 2
* Fix ReST formatting
* Tuned maybe_extract_next_line to search only \r\n
* Changed the ReceiveBuffer
* Speed up maybe_extract_lines and removed unused variables
* Changed the maybe_extract_lines logic according PR review
* Small rfg (renamed body_and_headers_delimiter_regex ->
blank_line_delimiiter_regex) and slightly updated docs
* Fixed some performance issues
* Added ability to use LF, not only CRLF delimiter
-------------------------------------------------------------------
Tue Nov 10 08:02:09 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

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