15
0

Accepting request 1176149 from home:mcalabkova:branches:devel:languages:python

It was a bug in requests-unixsocket

- Update to 10.0.1
  * Fixed a flaw where internally unhandled exceptions could crash the
    worker threads and eventually starve the server of its processing
    resources.
  * Fixed compatibility with Python 3.8 in the built-in TLS adapter that
    relies on :pypython:ssl.

OBS-URL: https://build.opensuse.org/request/show/1176149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=63
This commit is contained in:
2024-05-27 14:13:00 +00:00
committed by Git OBS Bridge
parent aeb15bd9c9
commit cb9b5d70b4
6 changed files with 40 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-cheroot
#
# Copyright (c) 2024 SUSE LLC
#
@@ -26,7 +26,7 @@
%bcond_with ringdisabled
%{?sle15_python_module_pythons}
Name: python-%{pypi_name}
Version: 10.0.0
Version: 10.0.1
Release: 0
Summary: Pure-python HTTP server
License: BSD-3-Clause
@@ -76,7 +76,7 @@ Requires: alts
BuildRequires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%endif
# the package and distribution name is lowercase-cheroot,
# but PyPI claims the name is capital-Cheroot