From 8b5015ca85a925934e3702e999adedb08b5837a1 Mon Sep 17 00:00:00 2001 From: kerongw Date: Wed, 26 Oct 2022 02:50:09 +0000 Subject: [PATCH] rebuild for next release Signed-off-by: kerongw --- python-requests.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 32e36d0..cf074ba 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,7 +95,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %doc HISTORY.md README.md %changelog -* Tue Jan 11 2022 zhujunhao - 2.26.0-5 +* Tue Oct 25 2022 wangkerong - 1.2.0-2 +- rebuild for next release + +* Thu Jan 11 2022 zhujunhao - 2.26.0-5 - modify build failed * Thu Dec 30 2021 yangcheng - 2.26.0-4 -- Gitee