public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pgcli] f43: Update to 4.5.0 (close RHBZ#2484317)
@ 2026-06-03 11:42 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-03 11:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pgcli
Branch : f43
Commit : 1347163f981392d5b488e95bbd3707712abce77f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-03T10:34:47+01:00
Stats : +3/-34 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/pgcli/c/1347163f981392d5b488e95bbd3707712abce77f?branch=f43
Log:
Update to 4.5.0 (close RHBZ#2484317)
---
diff --git a/.gitignore b/.gitignore
index d262c26..cf00d7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/pgcli-4.2.0.tar.gz
/pgcli-4.3.0.tar.gz
/pgcli-4.4.0.tar.gz
+/pgcli-4.5.0.tar.gz
diff --git a/d0a6cc2.patch b/d0a6cc2.patch
deleted file mode 100644
index d9b6bd4..0000000
--- a/d0a6cc2.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-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 3325b3a..879d7ec 100644
--- a/pgcli.spec
+++ b/pgcli.spec
@@ -1,5 +1,5 @@
Name: pgcli
-Version: 4.4.0
+Version: 4.5.0
Release: %autorelease
Summary: CLI for Postgres Database. With auto-completion and syntax highlighting
@@ -7,9 +7,6 @@ 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: help2man
diff --git a/sources b/sources
index 7600a60..ac83886 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (pgcli-4.3.0.tar.gz) = cc314386a5760c555b27b7f278cb65af902a5a255d99807b274648c79b7606101f83dca7fc6c6bb3bd565146ca5948c01b2ac19f9ac36fb3bda4e9e8e0ab3187
-SHA512 (pgcli-4.4.0.tar.gz) = 92020513cc2b90c24cd68312fbc45689b463caf5ab27eec1ce368ab152dfcb45ad108e26f5e2a09123d9af6695e0893cd278db5e4caa00f328575dc771ca2b7d
+SHA512 (pgcli-4.5.0.tar.gz) = 06dbe22880453312f810e4ae39f87602e64e2eb8827d43be5ce11bd70c42c0f3098325b2c91981efed3ec26c074538a394df48debc0c5771d21d67bbec396abc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-03 11:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 11:42 [rpms/pgcli] f43: Update to 4.5.0 (close RHBZ#2484317) 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