!5 Upgrade to latest release [python-Flask-Cors -> 4.0.0]

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

Binary file not shown.

BIN
Flask-Cors-4.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-Flask-Cors Name: python-Flask-Cors
Version: 3.0.10 Version: 4.0.0
Release: 2 Release: 1
Summary: A Flask extension adding a decorator for CORS support Summary: A Flask extension adding a decorator for CORS support
License: MIT License: MIT
URL: https://github.com/corydolphin/flask-cors URL: https://github.com/corydolphin/flask-cors
Source0: https://files.pythonhosted.org/packages/cf/25/e3b2553d22ed542be807739556c69621ad2ab276ae8d5d2560f4ed20f652/Flask-Cors-3.0.10.tar.gz Source0: https://files.pythonhosted.org/packages/c8/b0/bd7130837a921497520f62023c7ba754e441dcedf959a43e6d1fd86e5451/Flask-Cors-4.0.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-Flask Requires: python3-Flask
@ -30,7 +30,7 @@ Provides: python3-Flask-Cors-doc
A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible.
%prep %prep
%autosetup -n Flask-Cors-3.0.10 %autosetup -n Flask-Cors-4.0.0
%build %build
%py3_build %py3_build
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Jul 11 2023 chenzixuan <chenzixuan@kylinos.cn> - 4.0.0-1
- upgrade to 4.0.0
* Sat Apr 02 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.10-2 * Sat Apr 02 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.10-2
- Add zlib to buildrequires - Add zlib to buildrequires