Compare commits
10 Commits
d4790b97f1
...
dd674e5644
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd674e5644 | ||
|
|
cc4bee1a71 | ||
|
|
5a5222346b | ||
|
|
ef2eb684a4 | ||
|
|
c27e649273 | ||
|
|
5610196e21 | ||
|
|
5ce555c629 | ||
|
|
55fc00a42b | ||
|
|
d3b9e98ef8 | ||
|
|
64d0f2fcb1 |
Binary file not shown.
@ -1,15 +1,16 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-Flask-Cors
|
Name: python-Flask-Cors
|
||||||
Version: 3.0.8
|
Version: 5.0.0
|
||||||
Release: 1
|
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/9e/11/ca8b95c5bf9644471601e425f0de8cbd09a506bb6c24842cb17a6cd1eea8/Flask-Cors-3.0.8.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/F/Flask-Cors/flask_cors-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
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.
|
||||||
@ -29,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.8
|
%autosetup -n flask_cors-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -69,5 +70,22 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 18 2024 yaoxin <yao_xin001@hoperun.com> - 5.0.0-1
|
||||||
|
- Update to 5.0.0:
|
||||||
|
* Breaking: Change default to disable private network access
|
||||||
|
This effectively resolves GHSA-hxwh-jpp2-84pm https://osv.dev/vulnerability/PYSEC-2024-71
|
||||||
|
|
||||||
|
* Tue May 28 2024 yaoxin <yao_xin001@hoperun.com> - 4.0.0-2
|
||||||
|
- Fix CVE-2024-1681
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Add zlib to buildrequires
|
||||||
|
|
||||||
|
* 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>
|
* Wed Aug 19 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
4
flask-cors.yaml
Normal file
4
flask-cors.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: corydolphin/flask-cors
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: "."
|
||||||
BIN
flask_cors-5.0.0.tar.gz
Normal file
BIN
flask_cors-5.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user