public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-quart] rawhide: Update to 0.21.0 upstream release
Date: Thu, 23 Jul 2026 22:11:45 GMT	[thread overview]
Message-ID: <178484470573.1.17578022055014952409.rpms-python-quart-626c944ba14a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-quart
            Branch : rawhide
            Commit : 626c944ba14aa349f574e71ad9dd9f936873ed40
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-07-23T22:48:19+01:00
            Stats  : +29/-25 in 7 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-quart/c/626c944ba14aa349f574e71ad9dd9f936873ed40?branch=rawhide

            Log:
            Update to 0.21.0 upstream release

- Resolves: rhbz#2506617

Upstream tag: 0.21.0
Upstream commit: 3d0fb894

Commit co-authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index 547a7f1..bcd520d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /quart-0.19.8.tar.gz
 /quart-0.19.9.tar.gz
 /quart-0.20.0.tar.gz
+/quart-0.21.0.tar.gz

diff --git a/0001-Downstream-only-patch-out-coverage-analysis.patch b/0001-Downstream-only-patch-out-coverage-analysis.patch
index 96abdf3..8bf18bc 100644
--- a/0001-Downstream-only-patch-out-coverage-analysis.patch
+++ b/0001-Downstream-only-patch-out-coverage-analysis.patch
@@ -1,20 +1,28 @@
-From a3d4d91ff2fff2f5932735e929a6eb37bbabaad5 Mon Sep 17 00:00:00 2001
+From 4a2e2dce508fbbfdbea83cfe50129f9b71302df5 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Wed, 31 Jan 2024 18:07:25 -0500
 Subject: [PATCH] Downstream-only: patch out coverage analysis
 
 https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
 ---
- pyproject.toml        | 2 +-
- requirements/tests.in | 2 --
- 2 files changed, 1 insertion(+), 3 deletions(-)
+ pyproject.toml | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
 
 diff --git a/pyproject.toml b/pyproject.toml
-index b15e778..220aa7b 100644
+index 9cbc37b..a44481a 100644
 --- a/pyproject.toml
 +++ b/pyproject.toml
-@@ -54,7 +54,7 @@ build-backend = "flit_core.buildapi"
- name = "quart"
+@@ -69,8 +69,6 @@ tests = [
+     "hypothesis",
+     "pytest",
+     "pytest-asyncio",
+-    "pytest-cov",
+-    "pytest-sugar",
+     "python-dotenv",
+ ]
+ typing = [
+@@ -91,7 +89,7 @@ name = "quart"
+ default-groups = ["dev", "pre-commit", "tests", "typing"]
  
  [tool.pytest.ini_options]
 -addopts = "--no-cov-on-fail --showlocals --strict-markers"
@@ -22,17 +30,6 @@ index b15e778..220aa7b 100644
  asyncio_default_fixture_loop_scope = "session"
  asyncio_mode = "auto"
  testpaths = ["tests"]
-diff --git a/requirements/tests.in b/requirements/tests.in
-index 097552f..65e08e3 100644
---- a/requirements/tests.in
-+++ b/requirements/tests.in
-@@ -1,6 +1,4 @@
- hypothesis
- pytest
- pytest-asyncio
--pytest-cov
--pytest-sugar
- python-dotenv
 -- 
-2.47.1
+2.55.0
 

diff --git a/README.packit b/README.packit
index 3826605..173195e 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 0.106.0.
+The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.

diff --git a/python-quart.spec b/python-quart.spec
index 5c69f05..117b517 100644
--- a/python-quart.spec
+++ b/python-quart.spec
@@ -1,5 +1,5 @@
 Name:           python-quart
-Version:        0.20.0
+Version:        0.21.0
 Release:        %autorelease
 Summary:        A Python ASGI web microframework with the same API as Flask
 
@@ -22,7 +22,7 @@ Source13:       quart-shell.1
 Patch:          0001-Downstream-only-patch-out-coverage-analysis.patch
 
 BuildSystem:    pyproject
-BuildOption(generate_buildrequires): --extras dotenv requirements/tests.in
+BuildOption(generate_buildrequires): --extras dotenv --dependency-groups tests
 BuildOption(install): --assert-license quart
 
 BuildArch:      noarch

diff --git a/quart-run.1 b/quart-run.1
index a093428..51dc03e 100644
--- a/quart-run.1
+++ b/quart-run.1
@@ -1,4 +1,4 @@
-.TH QUART\-RUN "1" "February 2024" "" "User Commands"
+.TH QUART\-RUN "1" "July 2026" "" "User Commands"
 .SH NAME
 .B quart\-run
 \(en Run a local development server.
@@ -8,6 +8,12 @@
 .SH OPTIONS
 .SS "OPTIONAL\ ARGUMENTS"
 .TP
+.B \-\-debug\fR\ /\ \fB\-\-no\-debug
+Set
+.B app.debug
+separately from
+.BR \-\-env .
+.TP
 .B \-h,\ \-\-host\ \fITEXT
 The interface to bind to.
 .TP

diff --git a/quart.1 b/quart.1
index 4912953..4b42db7 100644
--- a/quart.1
+++ b/quart.1
@@ -35,7 +35,7 @@ Name is not required if it is
 or
 .BR make_app ,
 and can be
-.Ib name ( args )
+.IB name ( args )
 to pass arguments.
 .TP
 .B \-\-debug\fR\ /\ \fB\-\-no\-debug

diff --git a/sources b/sources
index 365ebdb..90dd886 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (quart-0.20.0.tar.gz) = 22d99aae1f30ebc50326ed0c589938386d7b6c11398925b1cf326d2efa2d79ca40ad21939acb191b8a804ed78276f213375e20f31b66c7bb63ff28e91047017c
+SHA512 (quart-0.21.0.tar.gz) = 27bbdbcc73716305869805f24836f3a4adb50f8ace366a9a706c86040c75c274916087ae578889301990a8841ddc41e142ff89073b5b3bc49eb840becc480763

                 reply	other threads:[~2026-07-23 22:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178484470573.1.17578022055014952409.rpms-python-quart-626c944ba14a@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox