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 bcf82aed709c23e024bb45077070301e36d7d45d..dbe8fb9078af5c1549b2190e6f2721be17d9476f 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