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-asyncpg] rawhide: More long options
Date: Wed, 09 Sep 2026 18:01:10 GMT [thread overview]
Message-ID: <178897687061.1.17939331050592830.rpms-python-asyncpg-6525c64aef6b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-asyncpg
Branch : rawhide
Commit : 6525c64aef6b59a506a4d716cb96eb89fe1f60c4
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-09T18:54:33+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-asyncpg/c/6525c64aef6b59a506a4d716cb96eb89fe1f60c4?branch=rawhide
Log:
More long options
---
diff --git a/python-asyncpg.spec b/python-asyncpg.spec
index f09bad0..b8e3df7 100644
--- a/python-asyncpg.spec
+++ b/python-asyncpg.spec
@@ -93,13 +93,13 @@ find asyncpg -type f -name '*.c' ! -name 'recordobj.c' -print -delete
# uvloop bcond; second, we may have a working python3-uvloop packaged even if
# there is no corresponding binary wheel on PyPI. We use sed since "tomcli set
# ... lists replace ..." only supports a fixed replacement string.
-sed -r -i "s/('uvloop\\b.*);.*'/\\1'/" pyproject.toml
+sed --regexp-extended --in-place "s/('uvloop\\b.*);.*'/\\1'/" pyproject.toml
%if %{without uvloop}
%pyproject_patch_dependency uvloop:ignore
%endif
# Unbundle pythoncapi-compat.
-ln -svf /usr/include/pythoncapi_compat.h \
+ln --symbolic --verbose --force /usr/include/pythoncapi_compat.h \
asyncpg/protocol/record/pythoncapi_compat.h
reply other threads:[~2026-09-09 18:01 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=178897687061.1.17939331050592830.rpms-python-asyncpg-6525c64aef6b@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