From 7af04dc48e70320005d3529e051e4fccbf1e793557b2e46ac8e0bc2cf78415d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 13 May 2025 19:48:40 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-Quart revision 37bbad1c7f164a2f1c766b98342f6c7c --- python-Quart.changes | 32 ++++++++++++++++++++++++++++++++ python-Quart.spec | 12 ++++++------ quart-0.19.6.tar.gz | 3 --- quart-0.20.0.tar.gz | 3 +++ 4 files changed, 41 insertions(+), 9 deletions(-) delete mode 100644 quart-0.19.6.tar.gz create mode 100644 quart-0.20.0.tar.gz diff --git a/python-Quart.changes b/python-Quart.changes index 6f7c6cb..9531def 100644 --- a/python-Quart.changes +++ b/python-Quart.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Feb 11 07:48:57 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.20.0 + * Drop support for Python 3.8. + * Fix deprecated `asyncio.iscoroutinefunction` for Python 3.14. + * Allow `AsyncIterable` to be passed to `Response`. + * Support max_form_parts and max_form_memory_size. +- Switch package to modern Python Stack on SLE-15 + * Use Python 3.11 on SLE-15 by default + * Drop support for older Python versions +- Rename HISTORY.rst to CHANGELOG.md in %files section +- Rename LICENSE to LICENSE.txt in %files section +- Rename README.rst to README.md in %files section +- Update BuildRequires from pyproject.toml + +------------------------------------------------------------------- +Wed Nov 20 17:19:41 UTC 2024 - Dirk Müller + +- update to 0.19.9: + * Fix missing PROVIDE_AUTOMATIC_OPTIONS config for + compatibility with Flask 3.1. + +------------------------------------------------------------------- +Wed Nov 6 12:52:26 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.19.8 + * Bugfix Fix missing check that caused the previous fix to raise an error. +- from version 0.19.7 + * Security Fix how ``max_form_memory_size`` is applied when parsing large + non-file fields. https://github.com/advisories/GHSA-q34m-jh98-gwm2 + ------------------------------------------------------------------- Thu Sep 19 05:15:41 UTC 2024 - Steve Kowalik diff --git a/python-Quart.spec b/python-Quart.spec index 124a87b..1193a5c 100644 --- a/python-Quart.spec +++ b/python-Quart.spec @@ -1,7 +1,7 @@ # # spec file for package python-Quart # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -# Can't build for Python 3.10 due to missing hypercorn -%define skip_python310 1 +%{?sle15_python_module_pythons} Name: python-Quart -Version: 0.19.6 +Version: 0.20.0 Release: 0 Summary: A Python ASGI web microframework with the same API as Flask License: MIT @@ -33,6 +32,7 @@ BuildRequires: %{python_module aiofiles} BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module blinker >= 1.6} BuildRequires: %{python_module click >= 8.0} +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module hypercorn >= 0.11.2} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module itsdangerous} @@ -89,8 +89,8 @@ Quart is an async Python web microframework. Using Quart you can, %python_uninstall_alternative quart %files %{python_files} -%doc README.rst CHANGES.rst -%license LICENSE +%doc README.md CHANGES.md +%license LICENSE.txt %python_alternative %{_bindir}/quart %{python_sitelib}/quart %{python_sitelib}/quart-%{version}.dist-info diff --git a/quart-0.19.6.tar.gz b/quart-0.19.6.tar.gz deleted file mode 100644 index ee5154e..0000000 --- a/quart-0.19.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:286c098b1da58e88f15de4eb6e92166577c429fa13f20f940afbde54c2a2220f -size 747457 diff --git a/quart-0.20.0.tar.gz b/quart-0.20.0.tar.gz new file mode 100644 index 0000000..36172e5 --- /dev/null +++ b/quart-0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef48fad64de2b6905139391b72c2b05b6b938335cf6c50556b13cd8defae253 +size 746472