public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Charalampos Stratakis <cstratak@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pgcli] f43: Bump click minimum version to 8.3.1
Date: Wed, 03 Jun 2026 11:41:58 GMT	[thread overview]
Message-ID: <178048691855.1.16499922345614046841.rpms-pgcli-8b7fdeb54476@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pgcli
Branch : f43
Commit : 8b7fdeb544764f5faa53720c321a5bce6959ee8d
Author : Charalampos Stratakis <cstratak@redhat.com>
Date   : 2026-02-24T17:45:54+01:00
Stats  : +31/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/pgcli/c/8b7fdeb544764f5faa53720c321a5bce6959ee8d?branch=f43

Log:
Bump click minimum version to 8.3.1

---
diff --git a/d0a6cc2.patch b/d0a6cc2.patch
new file mode 100644
index 0000000..d9b6bd4
--- /dev/null
+++ b/d0a6cc2.patch
@@ -0,0 +1,28 @@
+From d0a6cc2fe35186bc9616ecc61b5679ca7ee78b1d Mon Sep 17 00:00:00 2001
+From: stratakis <cstratak@redhat.com>
+Date: Sun, 22 Feb 2026 04:42:48 +0100
+Subject: [PATCH] Bump click minimum version to 8.3.1 (#1556)
+
+Click 8.1.8 through 8.3.0 have broken pager invocation for
+multi-argument PAGER values, which causes behave test failures.
+
+Fixed on https://github.com/pallets/click/commit/7db1f20
+---
+ AUTHORS        | 1 +
+ pyproject.toml | 3 ++-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index c3268cd8c..6f3d28e4c 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -24,7 +24,8 @@ urls = { Homepage = "https://pgcli.com" }
+ requires-python = ">=3.9"
+ dependencies = [
+     "pgspecial>=2.0.0",
+-    "click >= 4.1,<8.1.8",
++    # Click 8.1.8 through 8.3.0 have broken pager invocation for multi-argument PAGER values, which causes behave test failures.
++    "click >= 4.1, != 8.1.8, != 8.2.*, != 8.3.0, < 9",
+     "Pygments>=2.0",       # Pygments has to be Capitalcased.
+     # We still need to use pt-2 unless pt-3 released on Fedora32
+     # see: https://github.com/dbcli/pgcli/pull/1197

diff --git a/pgcli.spec b/pgcli.spec
index caa79a7..40185be 100644
--- a/pgcli.spec
+++ b/pgcli.spec
@@ -7,6 +7,9 @@ License:        BSD-3-Clause
 URL:            https://www.pgcli.com/
 Source:         %{pypi_source pgcli}
 
+# Bump click minimum version to 8.3.1
+Patch:          https://github.com/dbcli/pgcli/commit/d0a6cc2.patch
+
 BuildArch:      noarch
 
 BuildRequires:  python3-devel

                 reply	other threads:[~2026-06-03 11:41 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=178048691855.1.16499922345614046841.rpms-pgcli-8b7fdeb54476@fedoraproject.org \
    --to=cstratak@redhat.com \
    --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