forked from pool/python-h11
Accepting request 869818 from home:alois:branches:devel:languages:python
- 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
OBS-URL: https://build.opensuse.org/request/show/869818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h11?expand=0&rev=16
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user