!6 Upgrade version to 1.1.2

From: @zhaorenhai
Reviewed-by: @yanglijin
Signed-off-by: @yanglijin
This commit is contained in:
openeuler-ci-bot 2021-02-09 16:41:41 +08:00 committed by Gitee
commit b78244fdcf
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
Flask-1.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-flask Name: python-flask
Version: 1.0.4 Version: 1.1.2
Release: 4 Release: 1
Epoch: 1 Epoch: 1
Summary: A lightweight WSGI web application framework Summary: A lightweight WSGI web application framework
License: BSD License: BSD
URL: https://palletsprojects.com/p/flask/ URL: https://palletsprojects.com/p/flask/
Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-1.0.4.tar.gz Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.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} -p1 %autosetup -n Flask-%{version}
%build %build
%py3_build %py3_build
@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || :
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Thu Feb 04 2021 zhaorenhai <zhaorenhai@hotmail.com> - 1.1.2-1
- Upgrade version to 1.1.2
* Mon Aug 10 2020 lingsheng<lingsheng@huawei.com> - 1.0.4-4 * Mon Aug 10 2020 lingsheng<lingsheng@huawei.com> - 1.0.4-4
- Remove python2-flask subpackage - Remove python2-flask subpackage