public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-click] rawhide: Update to 8.4.2 (close RHBZ#2478232)
Date: Mon, 27 Jul 2026 06:07:18 GMT	[thread overview]
Message-ID: <178513243817.1.11783247083455717551.rpms-python-click-531a08059a28@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-click
Branch : rawhide
Commit : 531a08059a28964e8f2ebec4cbc0f9d7d2dbe73d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-21T08:14:40+00:00
Stats  : +12/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-click/c/531a08059a28964e8f2ebec4cbc0f9d7d2dbe73d?branch=rawhide

Log:
Update to 8.4.2 (close RHBZ#2478232)

---
diff --git a/.gitignore b/.gitignore
index 80c368c..7bde991 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /click-8.3.1.tar.gz
 /click-8.3.2.tar.gz
 /click-8.3.3.tar.gz
+/click-8.4.2.tar.gz

diff --git a/python-click.spec b/python-click.spec
index 90fb0fb..9565ed0 100644
--- a/python-click.spec
+++ b/python-click.spec
@@ -2,7 +2,7 @@
 
 Name:           python-click
 Epoch:          1
-Version:        8.3.3
+Version:        8.4.2
 Release:        %autorelease
 Summary:        Simple wrapper around optparse for powerful command line utilities
 
@@ -15,6 +15,12 @@ Patch:          https://github.com/pallets/click/pull/3597.patch
 
 BuildArch:      noarch
 
+# This is required for test_echo_via_pager, but it should also be considered a
+# hard runtime dependency; see the implementation of
+# click._termui_impl._pager_contextmanager(), which uses less unconditionally
+# (for regular terminals, when the PAGER environment variable is not set).
+BuildRequires:  less
+
 %global _description %{expand:
 click is a Python package for creating beautiful command line
 interfaces in a composable way with as little amount of code as necessary.
@@ -27,6 +33,8 @@ comes with good defaults out of the box.}
 %package -n     python3-click
 Summary:        %{summary}
 
+Requires:       less
+
 %description -n python3-click %{_description}
 
 
@@ -55,7 +63,7 @@ Summary:        %{summary}
 
 
 %files -n python3-click -f %pyproject_files
-%doc README.md CHANGES.rst
+%doc README.md CHANGES.md
 
 
 %changelog

diff --git a/sources b/sources
index 20b0a4a..ac41542 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (click-8.3.3.tar.gz) = e49a773e09d0d4b96c63d36e9d329a143326246696b08a3ef3108dbdd55512f9d7e6749ccb7783f30eb7c6d7b680a34d511866d356907ce3ea77bbbbd98abe80
+SHA512 (click-8.4.2.tar.gz) = 2731993c89d7386a8bfd4f51131384a2a67c4ee33e54f92a055b685ba4cf74c854fb5aca0c92e3a24d04bf7725e169edf457d1f18a660b5361aabbbcdd550657

                 reply	other threads:[~2026-07-27  6:07 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=178513243817.1.11783247083455717551.rpms-python-click-531a08059a28@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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