!38 Upgrade to latest release [python-flask-restful -> 0.3.10]

From: @Jason_828e 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-07-12 02:00:11 +00:00 committed by Gitee
commit 94ca7b8d5a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

BIN
Flask-RESTful-0.3.10.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-flask-restful
Version: 0.3.9
Version: 0.3.10
Release: 1
Summary: Framework for creating REST APIs
License: BSD-3-Clause
URL: https://www.github.com/flask-restful/flask-restful/
Source0: https://github.com/flask-restful/flask-restful/archive/refs/tags/v0.3.9.tar.gz
Source0: https://files.pythonhosted.org/packages/c0/ce/a0a133db616ea47f78a41e15c4c68b9f08cab3df31eb960f61899200a119/Flask-RESTful-0.3.10.tar.gz
BuildArch: noarch
BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker
@ -23,7 +23,7 @@ Flask-RESTful is Python 3 extension for Flask that adds support
for quickly building REST APIs.
%prep
%autosetup -n flask-restful-%{version} -p1
%autosetup -n Flask-RESTful-%{version} -p1
rm -rf docs/_themes/.gitignore
%build
@ -41,6 +41,9 @@ rm -rf docs/_themes/.gitignore
%{python3_sitelib}/*
%changelog
* Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 0.3.10-1
- Update package to version 0.3.10
* Fri Jun 24 2022 houyingchao <houyingchao@h-partners.com> - 0.3.9-1
- Upgrade to 0.3.9

Binary file not shown.