Compare commits

..

No commits in common. "ffdc00ee547888b68716fd1ad06cac733a69e0df" and "dd5b26487b05c7e9d171faefb01f0d6107efaadc" have entirely different histories.

3 changed files with 5 additions and 20 deletions

BIN
Flask-1.1.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-flask
Version: 2.2.5
Release: 1
Version: 1.1.2
Release: 3
Epoch: 1
Summary: A lightweight WSGI web application framework
License: BSD-3-Clause
License: BSD
URL: https://palletsprojects.com/p/flask/
Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-2.2.5.tar.gz
Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz
BuildArch: noarch
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
%prep
%autosetup -n Flask-%{version} -p1
%autosetup -n Flask-%{version}
%build
%py3_build
@ -51,21 +51,6 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || :
%{python3_sitelib}/*
%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
- backport add require pythonx-simplejson. details see issue #I4CGIS