public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-trimesh] rawhide: Use various long options
@ 2026-08-02 9:41 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-02 9:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-trimesh
Branch : rawhide
Commit : 2ad3253c0c99f2c13239bfa6f5ae1d7e88bc3eb2
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-02T10:24:23+01:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-trimesh/c/2ad3253c0c99f2c13239bfa6f5ae1d7e88bc3eb2?branch=rawhide
Log:
Use various long options
[skip changelog]
---
diff --git a/python-trimesh.spec b/python-trimesh.spec
index 5ae5ada..fdb7ebf 100644
--- a/python-trimesh.spec
+++ b/python-trimesh.spec
@@ -272,7 +272,8 @@ EOF
%pyproject_install
%pyproject_save_files -l trimesh
-install -t '%{buildroot}%{_mandir}/man1' -p -m 0644 -D '%{SOURCE1}'
+install -D --target='%{buildroot}%{_mandir}/man1' \
+ --preserve-timestamps --mode=0644 '%{SOURCE1}'
%check
@@ -308,7 +309,7 @@ k="${k-}${k+ and }not test_contains_cavity"
k="${k-}${k+ and }not (BoundsTest and test_obb_mesh_large)"
export PYTHONPATH="${PWD}/_stub:%{buildroot}%{python3_sitelib}"
-%pytest -v -k "${k-}" -n auto ${deselect-}
+%pytest --verbose -k "${k-}" --numprocesses auto ${deselect-}
%files -n python3-trimesh -f %{pyproject_files}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-02 9:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 9:41 [rpms/python-trimesh] rawhide: Use various 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