From 104edfed7aa02d3454cafe99ad56b98058a17b44 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Apr 30 2019 12:47:52 +0000 Subject: update to 6.5.5 --- diff --git a/python-cheroot.spec b/python-cheroot.spec index 2f0aba7..b351fe0 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -1,11 +1,11 @@ # Created by pyp2rpm-3.2.2 %global pypi_name cheroot -# rst-linker not yet available in fedora for docs build -%bcond_without docs +# sphinx-tabs not available in fedora for docs build +%bcond_with docs Name: python-%{pypi_name} -Version: 6.5.4 -Release: 2%{?dist} +Version: 6.5.5 +Release: 1%{?dist} Summary: Highly-optimized, pure-python HTTP server License: BSD @@ -51,7 +51,7 @@ CI.Contribute Cheroot. Summary: cheroot documentation BuildRequires: python3dist(sphinx) -BuildRequires: python3dist(sphinx-theme-alabaster) +BuildRequires: python3-sphinx-theme-alabaster BuildRequires: python3dist(rst-linker) BuildRequires: python3dist(jaraco-packaging) BuildRequires: python3dist(docutils) @@ -69,7 +69,7 @@ sed -i '/backports.functools_lru_cache/d' setup.cfg # ssl test fail # https://github.com/cherrypy/cheroot/issues/173 -sed -i '187i@pytest.mark.skip(reason="Skip test_tls_client_auth: https://github.com/cherrypy/cheroot/issues/173")' cheroot/test/test_ssl.py +sed -i '229i@pytest.mark.skip(reason="Skip test_tls_client_auth: https://github.com/cherrypy/cheroot/issues/195")' cheroot/test/test_ssl.py # testmon is not needed to tests to run successfully # the f31 version of testmon requires pytest < 4 @@ -106,7 +106,12 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %endif %changelog +* Tue Apr 30 2019 Dan Radez - 6.5.5-1 +- update to 6.5.5 +- disable docs build, new dep sphinx-tabs was introduced. + * Tue Apr 09 2019 Dan Radez - 6.5.4-2 - enabling docs + * Wed May 02 2018 Dan Radez - 6.5.4-1 - Initial package.