15
0

2 Commits

Author SHA256 Message Date
9373d63a0d Accepting request 1245673 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quart-trio?expand=0&rev=3
2025-02-14 18:19:43 +00:00
1c8545ded3 Accepting request 1245618 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1245618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quart-trio?expand=0&rev=5
2025-02-13 14:28:07 +00:00
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 13 12:04:02 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -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}

Binary file not shown.

BIN
quart_trio-0.12.0.tar.gz LFS Normal file

Binary file not shown.