public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/python-cliff] rawhide: Add python docutils module requirement
Date: Sun, 07 Jun 2026 20:16:35 GMT	[thread overview]
Message-ID: <178086339508.1.17698124409412054726.rpms-python-cliff-ebd096568f3b@fedoraproject.org> (raw)

            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
++

                 reply	other threads:[~2026-06-07 20:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178086339508.1.17698124409412054726.rpms-python-cliff-ebd096568f3b@fedoraproject.org \
    --to=steve.traylen@cern.ch \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox