diff --git a/python-packaging.spec b/python-packaging.spec index 64eefee12b5820264e9f758bb9eca4a82357e28c..b26da2a0d93d5cbaddc7bef412933db4c3d32184 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,7 +2,7 @@ Name: python-packaging Version: 20.4 -Release: 2 +Release: 3 Summary: Some core utilities for python packages License: BSD and ASL 2.0 URL: https://github.com/pypa/packaging @@ -11,6 +11,8 @@ BuildArch: noarch BuildRequires: python3-setuptools BuildRequires: python3-devel python3-pytest python3-pretend python3-pyparsing python3-six BuildRequires: python3-pip python3-wheel +BuildRequires: python3-betamax python3-mock python3-requests-mock + %if %{without bootstrap} BuildRequires: python3-sphinx %endif @@ -60,6 +62,9 @@ rm -rf html/_static/fonts/ %doc html LICENSE LICENSE.APACHE LICENSE.BSD %changelog +* Web Feb 01 2023 wangxiyuan - 20.4-3 +- Fix unit test error + * Thur Jan 27 2022 huangtianhua - 20.4-2 - Remove python2 support