14
0
forked from pool/python-Quart

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
This commit is contained in:
2025-02-11 12:35:51 +00:00
committed by Git OBS Bridge
parent 813838988c
commit 502ff8bc60
4 changed files with 25 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>