public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-ufoLib2] rawhide: Use long options for better readability
@ 2026-07-16 12:39 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-16 12:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-ufoLib2
Branch : rawhide
Commit : 5429bd53920ea5ccecceb0976248f471850d7069
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-11T05:54:27+01:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-ufoLib2/c/5429bd53920ea5ccecceb0976248f471850d7069?branch=rawhide

Log:
Use long options for better readability

---
diff --git a/python-ufoLib2.spec b/python-ufoLib2.spec
index e84b612..fa044cf 100644
--- a/python-ufoLib2.spec
+++ b/python-ufoLib2.spec
@@ -30,18 +30,18 @@ Summary:        %{summary}
 %autosetup -n ufolib2-%{version}
 
 %generate_buildrequires
-%pyproject_buildrequires -x lxml,converters,json,msgpack
+%pyproject_buildrequires --extras lxml,converters,json,msgpack
 
 %build
 %pyproject_wheel
 
 %install
 %pyproject_install
-%pyproject_save_files -l ufoLib2
+%pyproject_save_files --assert-license ufoLib2
 
 %check
 %pyproject_check_import
-%pytest -v
+%pytest --verbose
 
 %files -n python3-ufoLib2 -f %{pyproject_files}
 %doc README.md

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

only message in thread, other threads:[~2026-07-16 12:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 12:39 [rpms/python-ufoLib2] rawhide: Use long options for better readability 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