!3 upgrade to 3.0.10

From: @jxy_git
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-12-03 02:42:49 +00:00 committed by Gitee
commit d3b9e98ef8
3 changed files with 6 additions and 3 deletions

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

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-Flask-Cors
Version: 3.0.8
Version: 3.0.10
Release: 1
Summary: A Flask extension adding a decorator for CORS support
License: MIT
URL: https://github.com/corydolphin/flask-cors
Source0: https://files.pythonhosted.org/packages/9e/11/ca8b95c5bf9644471601e425f0de8cbd09a506bb6c24842cb17a6cd1eea8/Flask-Cors-3.0.8.tar.gz
Source0: https://files.pythonhosted.org/packages/cf/25/e3b2553d22ed542be807739556c69621ad2ab276ae8d5d2560f4ed20f652/Flask-Cors-3.0.10.tar.gz
BuildArch: noarch
Requires: python3-Flask
@ -29,7 +29,7 @@ Provides: python3-Flask-Cors-doc
A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible.
%prep
%autosetup -n Flask-Cors-3.0.8
%autosetup -n Flask-Cors-3.0.10
%build
%py3_build
@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 3.0.10
- upgrade to 3.0.10
* Wed Aug 19 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated