Upgrade version to 1.1.2

This commit is contained in:
hht8 2021-08-18 15:12:14 +08:00
parent 905d52bb18
commit 89477a317d
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 Name: python-flask
Version: 1.0.4 Version: 1.1.2
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
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: python2-sphinx BuildRequires: python2-sphinx
@ -37,6 +37,7 @@ Python-flask for python 3 version
%prep %prep
%autosetup -n Flask-%{version} -p1 %autosetup -n Flask-%{version} -p1
rm -rf tests/test_deprecations.py
%build %build
%py2_build %py2_build
@ -76,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || :
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %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 * Fri Jan 10 2020 yangjian<yangjian79@huawei.com> - 1.0.4-3
- Change the Source to valid address - 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: "."