#2 Update to 8.4.1
Merged 3 years ago by radez. Opened 3 years ago by fbo.
rpms/ fbo/python-cheroot bump-8.3.1  into  master

file modified
+3
@@ -1,2 +1,5 @@ 

  /cheroot-8.2.0.tar.gz

  /cheroot-8.2.1.tar.gz

+ /cheroot-8.3.1.tar.gz

+ /cheroot-8.4.1.tar.gz

+ /cheroot-8.4.2.tar.gz

file modified
+5 -6
@@ -4,8 +4,8 @@ 

  %bcond_with docs

  

  Name:           python-%{pypi_name}

- Version:        8.2.1

- Release:        4%{?dist}

+ Version:        8.4.2

+ Release:        1%{?dist}

  Summary:        Highly-optimized, pure-python HTTP server

  

  License:        BSD
@@ -69,10 +69,6 @@ 

  # remove backports.functools_lru_cache from setup.cfg. it's a py2 dep

  sed -i '/backports.functools_lru_cache/d' setup.cfg

  

- # ssl test fail

- # https://github.com/cherrypy/cheroot/issues/173

- sed -i '214i@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

  # which is not in f31
@@ -110,6 +106,9 @@ 

  %endif

  

  %changelog

+ * Tue Aug 04 2020 Fabien Boucher <fboucher@redhat.com> - 8.4.2-1

+ - update to 8.4.2

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.1-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -2
@@ -1,2 +1,1 @@ 

- SHA512 (cheroot-8.2.0.tar.gz) = b368319efded0c1308d86b10851e72bb5a2ab32a76a6a0a9b2abf690f56635392f9eb418e369c3297ba0ea0a522033c61eb8f8de1e1da48ce0bd63a50307ed3b

- SHA512 (cheroot-8.2.1.tar.gz) = 3f6b55c6b2403569eedb1fe7b473d3a65ad5d06cb99a38370316db38b6138b1a6921c6b7d8ba64424c5b8c20c9c58ada33da7cb8ebb6f313610f63c1f364f862

+ SHA512 (cheroot-8.4.2.tar.gz) = d0b807969d491e0b3423453d27acfbe51147f6786c0b2c8a1b4774589e3e82b027277bf0ddd5ff406f31e0ac7d9dfbd6c2f02efe6911889986e72e9f16b8e62f

no initial comment

1 new commit added

  • Update to 8.4.1
3 years ago

1 new commit added

  • Update to 8.4.2
3 years ago

rebased onto 3965387

3 years ago

Pull-Request has been merged by radez

3 years ago