From d093ed51c0a5eedb11cd02d36248aed210caa0ba Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 29 May 2023 14:49:34 +0800 Subject: [PATCH] modify buildrequire crypto to cryptography (cherry picked from commit a2c317675788a4f5869c0bdb43e0ae39aa292c03) --- python-flask-restful.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask-restful.spec b/python-flask-restful.spec index 117dc7b..7a0ebcb 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -1,6 +1,6 @@ Name: python-flask-restful Version: 0.3.9 -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://github.com/flask-restful/flask-restful/archive/refs/tags 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 python3-cryptography %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 May 29 2023 liyanan - 0.3.9-2 +- modify buildrequire crypto to cryptography + * Fri Oct 21 2022 Ge Wang - 0.3.9-1 - Upgrade to version 0.3.9 -- Gitee