From 78d735524f17855d9b251c400e544e89399c2a4dda08b796482855f7a98ccefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sat, 17 May 2025 16:01:07 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-quart-trio revision 19ee2d2e73845ecfd13a261f9cd4b387 --- python-quart-trio.changes | 11 +++++++++++ python-quart-trio.spec | 8 ++++---- quart_trio-0.11.1.tar.gz | 3 --- quart_trio-0.12.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 quart_trio-0.11.1.tar.gz create mode 100644 quart_trio-0.12.0.tar.gz diff --git a/python-quart-trio.changes b/python-quart-trio.changes index aa20982..a7b1741 100644 --- a/python-quart-trio.changes +++ b/python-quart-trio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 13 12:04:02 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.12.0 + * Forward task_status to hypercorn. + * Support Python 3.13, and 3.12 drop Python 3.8 and 3.7. +- Switch package to modern Python Stack on SLE-15 + * Use Python 3.11 on SLE-15 by default + * Drop support for older Python versions +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Fri Sep 20 04:21:43 UTC 2024 - Steve Kowalik diff --git a/python-quart-trio.spec b/python-quart-trio.spec index 88477cf..44d3469 100644 --- a/python-quart-trio.spec +++ b/python-quart-trio.spec @@ -1,7 +1,7 @@ # # spec file for package python-quart-trio # -# 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,9 +16,9 @@ # -%define skip_python310 1 +%{?sle15_python_module_pythons} Name: python-quart-trio -Version: 0.11.1 +Version: 0.12.0 Release: 0 Summary: A Quart extension to provide trio support License: MIT @@ -26,8 +26,8 @@ URL: https://github.com/pgjones/quart-trio/ Source: https://github.com/pgjones/quart-trio/archive/refs/tags/%{version}.tar.gz#/quart_trio-%{version}.tar.gz BuildRequires: %{python_module Quart >= 0.19} BuildRequires: %{python_module exceptiongroup} +BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core >= 1.0.0} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-trio} BuildRequires: %{python_module pytest} diff --git a/quart_trio-0.11.1.tar.gz b/quart_trio-0.11.1.tar.gz deleted file mode 100644 index f9aef2c..0000000 --- a/quart_trio-0.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aa24b3fb20345ee8d79179d23d5df2d72dc0a2a8a3562fdad7c2900a2fd12d0 -size 18568 diff --git a/quart_trio-0.12.0.tar.gz b/quart_trio-0.12.0.tar.gz new file mode 100644 index 0000000..90c70bb --- /dev/null +++ b/quart_trio-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9062eef2a4b0f29089bed4d56d635280fda79f0f45a32e2e7073bbe78c795924 +size 18745