diff --git a/python-requests.spec b/python-requests.spec index 2cdfb687e6543354a63fc87de9a8e2104f15fc0b..82605ab11d5c6dd558529552d29e4e8c6d721624 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.