diff --git a/Flask-1.0.4.tar.gz b/Flask-1.0.4.tar.gz deleted file mode 100644 index fae9638f8838cf8ad68e0a256c3e0472f6228ea7..0000000000000000000000000000000000000000 Binary files a/Flask-1.0.4.tar.gz and /dev/null differ diff --git a/Flask-1.1.2.tar.gz b/Flask-1.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e264330ef39084e9dfd1832331afe8dcaaac9188 Binary files /dev/null and b/Flask-1.1.2.tar.gz differ diff --git a/python-flask.spec b/python-flask.spec index 7145e4bd44952ae9a5dce924cea1a91335c03480..a1d115afb634a3802fa629dc431b0287c33be462 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -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 - 1.1.2-1 +- Upgrade version to 1.1.2 + * Fri Jan 10 2020 yangjian - 1.0.4-3 - Change the Source to valid address diff --git a/python-flask.yaml b/python-flask.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c055f3f6c796132b1faeaa52c13ddeee34ef4c59 --- /dev/null +++ b/python-flask.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: flask +tag_prefix: "^v" +seperator: "."