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.1.2.tar.gz b/Flask-2.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..aecf1434ef80e462fcdc569c9d16d01febeb7a91 Binary files /dev/null and b/Flask-2.1.2.tar.gz differ diff --git a/python-flask.spec b/python-flask.spec index d9d389bbd96636aee97adea252e716d8f684af9d..adf7da3ffaa182e0f1cf91866b68dc2a50661c41 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,6 +1,6 @@ Name: python-flask -Version: 1.1.2 -Release: 4 +Version: 2.1.2 +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 +* Thu Jun 23 2022 houyingchao - 1:2.1.2-1 +- Upgrade to 2.1.2 version + * Wed May 11 2022 wulei - 1.1.2-4 - License compliance rectification