From 98825b01401d333339d22af00c9f188afeb0d2a1 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 30 Aug 2021 02:39:38 +0000 Subject: [PATCH 1/2] Adds BuildRequires python2-aniso8601 and python2-crypto to make obs success (cherry picked from commit ac137f30ef5d098122bc863adec8facd3c4e32f8) --- python-flask-restful.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-flask-restful.spec b/python-flask-restful.spec index 692def3..66064c7 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-flask-restful Version: 0.3.6 -Release: 2 +Release: 3 Summary: Simple framework for creating REST APIs License: BSD URL: https://www.github.com/flask-restful/flask-restful/ @@ -30,6 +30,8 @@ BuildRequires: python2-nose BuildRequires: python2-werkzeug BuildRequires: python2-mock BuildRequires: python2-blinker +BuildRequires: python2-crypto +BuildRequires: python2-aniso8601 %description -n python2-flask-restful Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with @@ -93,7 +95,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 30 2021 huangtianhua +- Adds BuildRequires python2-aniso8601 and python2-crypto to make obs success + * Tue Jun 1 2021 huangtianhua - Adds BuildRequires python2-pbr to make obs success + * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee From 581772c981edd4ffb9212021e25ed96bcfc440ff Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 23 Nov 2021 08:12:48 +0000 Subject: [PATCH 2/2] update python-flask-restful.spec. --- python-flask-restful.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-flask-restful.spec b/python-flask-restful.spec index 66064c7..a6ca7c3 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -95,7 +95,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Aug 30 2021 huangtianhua +* Mon Aug 30 2021 huangtianhua - 0.3.6-3 - Adds BuildRequires python2-aniso8601 and python2-crypto to make obs success * Tue Jun 1 2021 huangtianhua -- Gitee