public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-cliff] rawhide: Add python docutils module requirement
@ 2026-06-07 20:16 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-06-07 20:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-cliff
            Branch : rawhide
            Commit : ebd096568f3bfa1bfd61b87d213e1083945befe3
            Author : Steve Traylen <steve.traylen@cern.ch>
            Date   : 2026-06-07T22:03:05+02:00
            Stats  : +16/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-cliff/c/ebd096568f3bfa1bfd61b87d213e1083945befe3?branch=rawhide

            Log:
            Add python docutils module requirement

Add python docutils module requirement

---
diff --git a/python-cliff.spec b/python-cliff.spec
index f719c2b..3e22c50 100644
--- a/python-cliff.spec
+++ b/python-cliff.spec
@@ -23,6 +23,9 @@ License:          Apache-2.0
 URL:              https://pypi.io/pypi/cliff
 Source0:          %pypi_source cliff
 
+# https://review.opendev.org/c/openstack/cliff/+/992012
+Patch1:           require-docutils.patch
+
 BuildArch:        noarch
 BuildRequires:    python3-devel
 
@@ -89,8 +92,9 @@ rm cliff/tests/test_sphinxext.py
 
 
 %check
+%pyproject_check_import -e cliff.tests.*
 %if %{with bootstrap}
-%pyproject_check_import -e cliff.tests.* -e cliff.sphinxext
+%pyproject_check_import -e cliff.tests.*
 %else
 %tox
 %endif

diff --git a/require-docutils.patch b/require-docutils.patch
new file mode 100644
index 0000000..e060b80
--- /dev/null
+++ b/require-docutils.patch
@@ -0,0 +1,11 @@
+diff '--color=auto' -uNr cliff-4.14.0.ORIG/requirements.txt cliff-4.14.0/requirements.txt
+--- cliff-4.14.0.ORIG/requirements.txt	2026-06-07 21:53:38.085273360 +0200
++++ cliff-4.14.0/requirements.txt	2026-06-07 21:55:15.558019296 +0200
+@@ -1,5 +1,7 @@
+ autopage>=0.4.0 # Apache 2.0
+ cmd2>=3.0.0 # MIT
++docutils
+ PrettyTable>=0.7.2 # BSD
+ stevedore>=5.6.0 # Apache-2.0
+ PyYAML>=3.12 # MIT
++

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 20:16 [rpms/python-cliff] rawhide: Add python docutils module requirement Steve Traylen

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