From 34137f8ec535b68d40218a45cd6015a17da0f64e Mon Sep 17 00:00:00 2001 From: kerongw Date: Wed, 26 Oct 2022 02:52:25 +0000 Subject: [PATCH] rebuild for next release Signed-off-by: kerongw --- python-requests.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-requests.spec b/python-requests.spec index 32e36d0..7b75ef4 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -2,7 +2,7 @@ Name: python-requests Version: 2.26.0 -Release: 5 +Release: 6 Summary: Python HTTP Library License: ASL 2.0 URL: http://python-requests.org/ @@ -95,6 +95,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %doc HISTORY.md README.md %changelog +* Tue Oct 25 2022 wangkerong - 2.26.0-6 +- rebuild for next release + * Tue Jan 11 2022 zhujunhao - 2.26.0-5 - modify build failed -- Gitee