diff --git a/cheroot-6.5.4.tar.gz b/cheroot-6.5.4.tar.gz deleted file mode 100644 index 983eaaa..0000000 --- a/cheroot-6.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beb8eb9eeff5746059607e81b72efd6f4ca099111dc13f8961ae9e4f63f7786b -size 81067 diff --git a/cheroot-6.5.5.tar.gz b/cheroot-6.5.5.tar.gz new file mode 100644 index 0000000..70fc6ec --- /dev/null +++ b/cheroot-6.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a85e005adb5bc5f3a92b998ff0e48795d4d98a0fbb7edde47a7513d4100601 +size 83794 diff --git a/python-cheroot.changes b/python-cheroot.changes index 626ffa8..d5e3310 100644 --- a/python-cheroot.changes +++ b/python-cheroot.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 14 11:57:52 CEST 2019 - Matej Cepl + +- 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 diff --git a/python-cheroot.spec b/python-cheroot.spec index 5fce53f..f8ea62b 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -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