diff --git a/flask-3.0.3.tar.gz b/flask-3.0.3.tar.gz deleted file mode 100644 index 3bf7b08327a2782634f0601da12f6820cadd2175..0000000000000000000000000000000000000000 Binary files a/flask-3.0.3.tar.gz and /dev/null differ diff --git a/flask-3.1.0.tar.gz b/flask-3.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2e5aeb5eb3834a1ed3740e0fc816a8bed9ce1d1a Binary files /dev/null and b/flask-3.1.0.tar.gz differ diff --git a/python-flask.spec b/python-flask.spec index 0129674bfa4d86e66efb5dc971b8f41730836437..f80822f82bc8d0a21fc18493a8f1bfa5ae4d2060 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -2,7 +2,7 @@ %global pypi_name flask Name: python-%{pypi_name} -Version: 3.0.3 +Version: 3.1.0 Release: 1 Epoch: 1 Summary: A lightweight WSGI web application framework @@ -75,6 +75,18 @@ ln -sf flask-3 %{buildroot}%{_bindir}/flask %{python3_sitelib}/* %changelog +* Wed Dec 11 2024 yaoxin - 1:3.1.0-1 +- Update to 3.1.0: + * Drop support for Python 3.8 + * Update minimum dependency versions to latest feature releases. Werkzeug >= 3.1, + ItsDangerous >= 2.2, Blinker >= 1.9 + * Provide a configuration option to control automatic option responses + * Add support for the Partitioned cookie attribute (CHIPS), with the SESSION_COOKIE_PARTITIONED config + * Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old secret keys that can + still be used for unsigning. Extensions will need to add support + * Fix how setting host_matching=True or subdomain_matching=False interacts with SERVER_NAME. + Setting SERVER_NAME no longer restricts requests to only that domain + * Thu Oct 31 2024 Dongxing Wang - 1:3.0.3-1 - Update package to version 3.0.3 Correct type for jinja_loader property.