!4 Add zlib to buildrequires

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-04-02 06:29:36 +00:00 committed by Gitee
commit 5ce555c629
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%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: 3.0.10
Release: 1 Release: 2
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
@ -10,6 +10,7 @@ BuildArch: noarch
Requires: python3-Flask Requires: python3-Flask
Requires: python3-Six Requires: python3-Six
BuildRequires: zlib >= 1.2.11
%description %description
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.
@ -69,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Apr 02 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.10-2
- Add zlib to buildrequires
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 3.0.10 * Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 3.0.10
- upgrade to 3.0.10 - upgrade to 3.0.10

4
flask-cors.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: corydolphin/flask-cors
tag_prefix: ^v
separator: "."