From fdce294471effc60c27143cc018d80ba332e7fe3 Mon Sep 17 00:00:00 2001 From: zoedong Date: Mon, 18 Sep 2023 19:35:12 +0800 Subject: [PATCH] Rebuild for pyOpenSSL-23.2.0 --- python-cheroot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cheroot.spec b/python-cheroot.spec index 747cb00..6209f09 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -4,7 +4,7 @@ Summary: Highly-optimized, pure-python HTTP server Name: python-%{pypi_name} Version: 9.0.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: https://github.com/cherrypy/cheroot Source0: %{pypi_source} @@ -77,6 +77,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build -W ignore::DeprecationWarning %endif %changelog +* Mon Sep 18 2023 Miaojun Dong - 9.0.0-5 +- Rebuild for pyOpenSSL-23.2.0 + * Fri Sep 08 2023 OpenCloudOS Release Engineering - 9.0.0-4 - Rebuilt for OpenCloudOS Stream 23.09 -- Gitee