diff --git a/Flask-1.1.2.tar.gz b/Flask-1.1.2.tar.gz deleted file mode 100644 index e264330ef39084e9dfd1832331afe8dcaaac9188..0000000000000000000000000000000000000000 Binary files a/Flask-1.1.2.tar.gz and /dev/null differ diff --git a/Flask-2.0.3.tar.gz b/Flask-2.0.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..090838cb957651e369324121b533fa3bc7f61787 Binary files /dev/null and b/Flask-2.0.3.tar.gz differ diff --git a/python-flask.spec b/python-flask.spec index d9d389bbd96636aee97adea252e716d8f684af9d..40641e308eba527157809b13b053842ed3f89edc 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,6 +1,6 @@ Name: python-flask -Version: 1.1.2 -Release: 4 +Version: 2.0.3 +Release: 1 Epoch: 1 Summary: A lightweight WSGI web application framework License: BSD-3-Clause @@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Fri Jun 17 2022 jiangpengju - 1:2.0.3-1 +- Upgrade flask version + * Wed May 11 2022 wulei - 1.1.2-4 - License compliance rectification