Compare commits
10 Commits
dd5b26487b
...
ffdc00ee54
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffdc00ee54 | ||
|
|
8cfa2fb8b9 | ||
|
|
954f1b0377 | ||
|
|
f767fecc90 | ||
|
|
eab9bd640b | ||
|
|
8db2af828a | ||
|
|
9eb1fd8094 | ||
|
|
fed86f2d4a | ||
|
|
4840be602e | ||
|
|
9ea881b17e |
Binary file not shown.
BIN
Flask-2.2.5.tar.gz
Normal file
BIN
Flask-2.2.5.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: python-flask
|
Name: python-flask
|
||||||
Version: 1.1.2
|
Version: 2.2.5
|
||||||
Release: 3
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: A lightweight WSGI web application framework
|
Summary: A lightweight WSGI web application framework
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
URL: https://palletsprojects.com/p/flask/
|
URL: https://palletsprojects.com/p/flask/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-2.2.5.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel python3-setuptools python3-pytest python3-jinja2 python3-werkzeug python3-itsdangerous python3-click
|
BuildRequires: python3-devel python3-setuptools python3-pytest python3-jinja2 python3-werkzeug python3-itsdangerous python3-click
|
||||||
@ -26,7 +26,7 @@ Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-cl
|
|||||||
Python-flask for python 3 version
|
Python-flask for python 3 version
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Flask-%{version}
|
%autosetup -n Flask-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -51,6 +51,21 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || :
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 09 2023 wulei <wu_lei@hoperun.com> - 1:2.2.5-1
|
||||||
|
- Update to 2.2.5
|
||||||
|
|
||||||
|
* Fri Jan 13 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 1:2.1.2-3
|
||||||
|
- Fix incorrect references to query in testing doc
|
||||||
|
|
||||||
|
* Mon Jan 9 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 1:2.1.2-2
|
||||||
|
- Fix linting error
|
||||||
|
|
||||||
|
* Thu Jun 23 2022 houyingchao <houyingchao@h-partners.com> - 1:2.1.2-1
|
||||||
|
- Upgrade to 2.1.2 version
|
||||||
|
|
||||||
|
* Wed May 11 2022 wulei <wulei80@h-partners.com> - 1.1.2-4
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
* Wed Oct 27 2021 Haiwei Li<lihaiwei8@huawei.com> - 1.1.2-3
|
* Wed Oct 27 2021 Haiwei Li<lihaiwei8@huawei.com> - 1.1.2-3
|
||||||
- backport add require pythonx-simplejson. details see issue #I4CGIS
|
- backport add require pythonx-simplejson. details see issue #I4CGIS
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user