public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-asyncpg] rawhide: More long options
@ 2026-09-09 18:01 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-09 18:01 UTC (permalink / raw)
  To: git-commits

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
 
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-09 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 18:01 [rpms/python-asyncpg] rawhide: More long options Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox