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-openapi-core] rawhide: Use %pyproject_patch_dependency for removing the FastAPI version upper bound
Date: Wed, 03 Jun 2026 20:15:58 GMT	[thread overview]
Message-ID: <178051775882.1.3037025397662275159.rpms-python-openapi-core-ae5b244d6c03@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-openapi-core
Branch : rawhide
Commit : ae5b244d6c03d3682a88f8ca5a77aa5a074d07b2
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-03T20:51:25+01:00
Stats  : +1/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-openapi-core/c/ae5b244d6c03d3682a88f8ca5a77aa5a074d07b2?branch=rawhide

Log:
Use %pyproject_patch_dependency for removing the FastAPI version upper bound

---
diff --git a/python-openapi-core.spec b/python-openapi-core.spec
index b54424d..f4ee32a 100644
--- a/python-openapi-core.spec
+++ b/python-openapi-core.spec
@@ -53,10 +53,7 @@ Summary:        %{summary}
 sed -r -i '/^--cov[-=]/d' pyproject.toml
 # We cannot respect a SemVer or version range pin on FastAPI; it updates
 # frequently, with usually-tiny breaking changes.
-sed -r -i \
-    -e 's/(fastapi = \{version = ")\^/\1>=/' \
-    -e 's/(fastapi = \{version = ".*),<[^"]+/\1/' \
-    pyproject.toml
+%pyproject_patch_dependency fastapi:drop_upper
 # Erroring on DeprecationWarnings makes sense upstream, but is probably too
 # strict for distribution packaging.
 #

                 reply	other threads:[~2026-06-03 20:15 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=178051775882.1.3037025397662275159.rpms-python-openapi-core-ae5b244d6c03@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