Packages changed:
  python-cheroot (6.5.5 -> 6.5.8)

=== Details ===

==== python-cheroot ====
Version update (6.5.5 -> 6.5.8)

- update to 6.5.8:
  - Fix socket.SO_PEERCRED constant fallback value under PowerPC.
  - Fix race condition when toggling stats counting in the middle
    of request processing.
  - Improve post Python 3.9 compatibility checks.
  - Fix support of abstract namespace sockets
  - Fix HTTP parser to return 400 on invalid major-only HTTP version
    in Request-Line.
- Drop cheroot_fix_so_peercred_ppc.patch . Applied upstream.