forked from pool/python-cheroot
Accepting request 702860 from home:mcepl:branches:devel:languages:python
- Update to 6.5.5:
- Sockets now collect statistics (bytes read and written) on
Python 3 same as Python 2.
- Ignore OpenSSL's 1.1+ Error 0 under any Python while wrapping
a socket.
- Switch off failing tests to avoid gh#cherrypy/cheroot#200
OBS-URL: https://build.opensuse.org/request/show/702860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beb8eb9eeff5746059607e81b72efd6f4ca099111dc13f8961ae9e4f63f7786b
|
||||
size 81067
|
||||
3
cheroot-6.5.5.tar.gz
Normal file
3
cheroot-6.5.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6a85e005adb5bc5f3a92b998ff0e48795d4d98a0fbb7edde47a7513d4100601
|
||||
size 83794
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 11:57:52 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 6.5.5:
|
||||
- Sockets now collect statistics (bytes read and written) on
|
||||
Python 3 same as Python 2.
|
||||
- Ignore OpenSSL's 1.1+ Error 0 under any Python while wrapping
|
||||
a socket.
|
||||
- Switch off failing tests to avoid gh#cherrypy/cheroot#200
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 12:26:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-cheroot
|
||||
Version: 6.5.4
|
||||
Version: 6.5.5
|
||||
Release: 0
|
||||
Summary: Highly-optimized, pure-python HTTP server
|
||||
License: BSD-3-Clause
|
||||
@@ -67,7 +67,8 @@ sed -i -e '/addopts/d' pytest.ini
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
|
||||
# Exclusions because of gh#cherrypy/cheroot#200
|
||||
%pytest -k 'not test_tls_client_auth'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user