update version to 4.0.0
This commit is contained in:
parent
5ce555c629
commit
5610196e21
Binary file not shown.
BIN
Flask-Cors-4.0.0.tar.gz
Normal file
BIN
Flask-Cors-4.0.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user