From 172efec7d7f09a9d39961acdcfbbf41bfcfa946185222330f403d7a11e87037b Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 6 Nov 2024 14:37:28 +0000 Subject: [PATCH] Accepting request 1221752 from home:glaubitz:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1221752 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Quart?expand=0&rev=3 --- python-Quart.changes | 9 +++++++++ python-Quart.spec | 2 +- quart-0.19.6.tar.gz | 3 --- quart-0.19.8.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 quart-0.19.6.tar.gz create mode 100644 quart-0.19.8.tar.gz diff --git a/python-Quart.changes b/python-Quart.changes index 6f7c6cb..61e022b 100644 --- a/python-Quart.changes +++ b/python-Quart.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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..e0baba4 100644 --- a/python-Quart.spec +++ b/python-Quart.spec @@ -19,7 +19,7 @@ # Can't build for Python 3.10 due to missing hypercorn %define skip_python310 1 Name: python-Quart -Version: 0.19.6 +Version: 0.19.8 Release: 0 Summary: A Python ASGI web microframework with the same API as Flask License: MIT 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.19.8.tar.gz b/quart-0.19.8.tar.gz new file mode 100644 index 0000000..d95a2c1 --- /dev/null +++ b/quart-0.19.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70af2522a66b1fb4e829df6caef01f3a07d8044f2987e291e3b4c335001395a +size 747979