From ac534547fa0f2f43a85c7ff015c9a86774bbfc0c Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 16 Feb 2023 09:39:42 +0800 Subject: [PATCH] enable check --- python-requests.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 2cdfb68..82605ab 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,8 +1,8 @@ -%bcond_with tests +%bcond_without tests Name: python-requests Version: 2.28.1 -Release: 2 +Release: 3 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 +* Thu Feb 16 2023 tanyulong - 2.28.1-3 +- enable check + * Wed Jan 11 2023 yaoxin - 2.28.1-2 - Fix the publicsuffix2 build error caused by the python-charset-normalizer update. -- Gitee