8 Commits

Author SHA256 Message Date
0ac0599dba Accepting request 1301255 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1301255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Quart?expand=0&rev=5
2025-08-25 18:36:26 +00:00
4abf57ad3e - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Quart?expand=0&rev=9
2025-08-25 11:42:48 +00:00
e1e6d73391 Accepting request 1245089 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Quart?expand=0&rev=4
2025-02-11 20:20:13 +00:00
502ff8bc60 Accepting request 1244985 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1244985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Quart?expand=0&rev=7
2025-02-11 12:35:51 +00:00
b5cee4f044 Accepting request 1225364 from devel:languages:python
- update to 0.19.9:
  * Fix missing PROVIDE_AUTOMATIC_OPTIONS config for
    compatibility with Flask 3.1.

OBS-URL: https://build.opensuse.org/request/show/1225364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Quart?expand=0&rev=3
2024-11-21 14:13:25 +00:00
813838988c - update to 0.19.9:
* Fix missing PROVIDE_AUTOMATIC_OPTIONS config for
    compatibility with Flask 3.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Quart?expand=0&rev=5
2024-11-20 17:19:45 +00:00
c51829962d Accepting request 1221774 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Quart?expand=0&rev=2
2024-11-07 15:24:16 +00:00
172efec7d7 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
2024-11-06 14:37:28 +00:00
4 changed files with 60 additions and 10 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Aug 25 11:42:22 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems
-------------------------------------------------------------------
Tue Feb 11 07:48:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>
- 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 <adrian.glaubitz@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Quart
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,14 @@
#
# Can't build for Python 3.10 due to missing hypercorn
%define skip_python310 1
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?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 +37,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}
@@ -54,9 +59,14 @@ Requires: python-blinker >= 1.6
Requires: python-click >= 8.0
Requires: python-hypercorn >= 0.11.2
Requires: python-itsdangerous
BuildArch: noarch
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%endif
%python_subpackages
%description
@@ -88,9 +98,12 @@ Quart is an async Python web microframework. Using Quart you can,
%postun
%python_uninstall_alternative quart
%pre
%python_libalternatives_reset_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

BIN
quart-0.19.6.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
quart-0.20.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.