!8 Upgrade version to 1.1.2

From: @hht8
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-08-19 06:24:42 +00:00 committed by Gitee
commit af528f13c0
4 changed files with 11 additions and 3 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
Version: 1.0.4
Release: 3
Version: 1.1.2
Release: 1
Epoch: 1
Summary: A lightweight WSGI web application framework
License: BSD
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
BuildRequires: python2-sphinx
@ -37,6 +37,7 @@ Python-flask for python 3 version
%prep
%autosetup -n Flask-%{version} -p1
rm -rf tests/test_deprecations.py
%build
%py2_build
@ -76,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || :
%{python3_sitelib}/*
%changelog
* Wed Aug 18 2021 huanghaitao <huanghaitao@huawei.com> - 1.1.2-1
- Upgrade version to 1.1.2
* Fri Jan 10 2020 yangjian<yangjian79@huawei.com> - 1.0.4-3
- Change the Source to valid address

4
python-flask.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: flask
tag_prefix: "^v"
seperator: "."