diff --git a/Flask-1.1.2.tar.gz b/Flask-1.1.2.tar.gz deleted file mode 100644 index e264330..0000000 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 0000000..aecf143 Binary files /dev/null and b/Flask-2.1.2.tar.gz differ diff --git a/python-flask.spec b/python-flask.spec index bcf82ae..dbe8fb9 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,9 +1,9 @@ Name: python-flask -Version: 1.1.2 -Release: 3 +Version: 2.1.2 +Release: 1 Epoch: 1 Summary: A lightweight WSGI web application framework -License: BSD +License: BSD-3-Clause URL: https://palletsprojects.com/p/flask/ Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz BuildArch: noarch @@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Fri Oct 25 2022 Ge Wang - 1:2.1.2-1 +- Upgrade to version 2.1.2 + * Wed Oct 27 2021 Haiwei Li - 1.1.2-3 - backport add require pythonx-simplejson. details see issue #I4CGIS