public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-psycopg3] rawhide: Use the -d option to pyproject_wheel
@ 2026-06-10 14:56 Bill Pemberton
  0 siblings, 0 replies; only message in thread
From: Bill Pemberton @ 2026-06-10 14:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-psycopg3
Branch : rawhide
Commit : 75e84f41d8090d756076242aa429f1d47e53b7d8
Author : Bill Pemberton <wfp5p@worldbroken.com>
Date   : 2026-06-10T10:51:44-04:00
Stats  : +3/-9 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-psycopg3/c/75e84f41d8090d756076242aa429f1d47e53b7d8?branch=rawhide

Log:
Use the -d option to pyproject_wheel

---
diff --git a/python-psycopg3.spec b/python-psycopg3.spec
index e5696a0..11aba05 100644
--- a/python-psycopg3.spec
+++ b/python-psycopg3.spec
@@ -102,18 +102,12 @@ rm -rf psycopg_pool/*
 tar -xzf %{SOURCE1} -C psycopg_pool/ --strip-components=2 %{package_name}-%{pool_name}/psycopg_pool/
 
 %build
-pushd psycopg
-%pyproject_wheel
-popd
+%pyproject_wheel -d psycopg
+%pyproject_wheel -d psycopg_pool
 
-pushd psycopg_pool
-%pyproject_wheel
-popd
 
 %if %{with cython}
-pushd psycopg_c
-%pyproject_wheel
-popd
+%pyproject_wheel -d psycopg_c
 %endif
 
 %install

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

only message in thread, other threads:[~2026-06-10 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 14:56 [rpms/python-psycopg3] rawhide: Use the -d option to pyproject_wheel Bill Pemberton

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