#3 python-cheroot-8.5.0-1
Merged 3 years ago by radez. Opened 3 years ago by ktdreyer.
rpms/ ktdreyer/python-cheroot rhbz1868629  into  master

file modified
+1
@@ -3,3 +3,4 @@ 

  /cheroot-8.3.1.tar.gz

  /cheroot-8.4.1.tar.gz

  /cheroot-8.4.2.tar.gz

+ /cheroot-8.5.0.tar.gz

file modified
+4 -1
@@ -4,7 +4,7 @@ 

  %bcond_with docs

  

  Name:           python-%{pypi_name}

- Version:        8.4.2

+ Version:        8.5.0

  Release:        1%{?dist}

  Summary:        Highly-optimized, pure-python HTTP server

  
@@ -106,6 +106,9 @@ 

  %endif

  

  %changelog

+ * Mon Dec 07 2020 Ken Dreyer <kdreyer@redhat.com> 8.5.0-1

+ - Update to 8.5.0 (rhbz#1868629)

+ 

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

  - update to 8.4.2

  

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

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

+ SHA512 (cheroot-8.5.0.tar.gz) = 3e781bfaea0b1d0b339ddb1ef871505c7eb0f4a67873f3207ec3cbb703392f579de90785c196d77f7a484b675de1438def4ad91109e70ad5894d26e55c645a01

This change updates to the latest upstream release (8.5.0) for https://bugzilla.redhat.com/show_bug.cgi?id=1868629

I've published the equivalent el8 RPM at https://fedorapeople.org/~ktdreyer/bz1868629/ for early testing. I can bring up a "hello world" cherrypy app with this.

Pull-Request has been merged by radez

3 years ago