From 1536a53a8eafa117c95185daeb4d041b35664e96 Mon Sep 17 00:00:00 2001 From: jeff200902 Date: Thu, 7 May 2020 19:42:57 +0800 Subject: [PATCH 1/2] Add yaml file --- python-flask-restful.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python-flask-restful.yaml diff --git a/python-flask-restful.yaml b/python-flask-restful.yaml new file mode 100644 index 0000000..66187bd --- /dev/null +++ b/python-flask-restful.yaml @@ -0,0 +1,4 @@ +version-ctrl: github +src_repo: flask-restful/flask-restful +tag_prefix: ^v +seperator: . -- Gitee From ee2c6b0425f19596a6d89bc17a5f732470d35004 Mon Sep 17 00:00:00 2001 From: chengquan Date: Tue, 12 May 2020 09:41:51 +0800 Subject: [PATCH 2/2] Remove redundant BuildRequires --- 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 471bbd2..7106d44 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -1,6 +1,6 @@ Name: python-flask-restful Version: 0.3.6 -Release: 10 +Release: 11 Summary: Framework for creating REST APIs License: BSD URL: https://www.github.com/flask-restful/flask-restful/ @@ -11,7 +11,7 @@ Patch2: 0002-Support-aniso8601-3.0-in-tests.patch Patch3: 0003-Fix-tests_api-list-traceback.patch BuildArch: noarch -BuildRequires: git gcc pytz python3-setuptools python3-nose python3-mock python3-blinker +BuildRequires: git gcc python3-setuptools python3-nose python3-mock python3-blinker BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel python3-crypto %description @@ -45,6 +45,9 @@ rm -rf docs/_themes/.gitignore %{python3_sitelib}/* %changelog +* Tue May 18 2020 Buildteam - 0.3.6-11 +- Remove redundant BuildRequires + * Tue Feb 18 2020 Buildteam - 0.3.6-10 - Fixbug in patching -- Gitee