diff --git a/python-flask-restful.spec b/python-flask-restful.spec index cfe1f8d24bf9d938d3be48a54e15b1cb26f21ea6..fe333c93271339e8dfb24db84bdd1e5ce431a9d9 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -1,6 +1,6 @@ Name: python-flask-restful Version: 0.3.10 -Release: 1 +Release: 2 Summary: Framework for creating REST APIs License: BSD-3-Clause URL: https://www.github.com/flask-restful/flask-restful/ @@ -8,7 +8,7 @@ Source0: https://files.pythonhosted.org/packages/c0/ce/a0a133db616ea47f78 BuildArch: noarch BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker -BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel python3-crypto +BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel %description Flask-RESTful provides the building blocks for creating a REST API. @@ -41,6 +41,9 @@ rm -rf docs/_themes/.gitignore %{python3_sitelib}/* %changelog +* Mon Aug 14 2023 xu_ping <707078654@qq.com> - 0.3.10-2 +- Remove dependencies python3-crypto only used during the test. + * Tue Jul 04 2023 chenzixuan - 0.3.10-1 - Update package to version 0.3.10