Compare commits

..

No commits in common. "dd674e5644ebced687f4be90a8bc121da86dcf46" and "d4790b97f11b3f9fe11275401265d05aa3156db4" have entirely different histories.

4 changed files with 3 additions and 25 deletions

BIN
Flask-Cors-3.0.8.tar.gz Executable file

Binary file not shown.

View File

@ -1,16 +1,15 @@
%global _empty_manifest_terminate_build 0
Name: python-Flask-Cors
Version: 5.0.0
Version: 3.0.8
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/source/F/Flask-Cors/flask_cors-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/9e/11/ca8b95c5bf9644471601e425f0de8cbd09a506bb6c24842cb17a6cd1eea8/Flask-Cors-3.0.8.tar.gz
BuildArch: noarch
Requires: python3-Flask
Requires: python3-Six
BuildRequires: zlib >= 1.2.11
%description
A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible.
@ -30,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-%{version} -p1
%autosetup -n Flask-Cors-3.0.8
%build
%py3_build
@ -70,22 +69,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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>
- Package Spec generated

View File

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

Binary file not shown.