summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 10:53:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 10:54:12 +0000
commite0756aa405f6709fbf7dc22ca251e890fba9a250 (patch)
tree9ca244b2ec713b0ff5a280d8adb99c18c39ee901
parentRemoving vendorizing patch for cli-helpers and depending on it directly, now ... (diff)
downloadpgcli-e0756aa405f6709fbf7dc22ca251e890fba9a250.tar.xz
pgcli-e0756aa405f6709fbf7dc22ca251e890fba9a250.zip
Removing patch to change dependency version for python3-pgspecial (backporting it to buster needs a few packages anyway, so one more doesn't make much of a difference, but we'll save the upstream diff here).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control2
-rw-r--r--debian/patches/0001-Change-dependencies-and-rename-entrypoint.patch33
-rw-r--r--debian/patches/series1
3 files changed, 1 insertions, 35 deletions
diff --git a/debian/control b/debian/control
index 5a34d16..c2f8181 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: https://www.pgcli.com
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
- python3-pgspecial (>= 1.9.0),
+ python3-pgspecial (>= 1.11),
python3-setuptools
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python
diff --git a/debian/patches/0001-Change-dependencies-and-rename-entrypoint.patch b/debian/patches/0001-Change-dependencies-and-rename-entrypoint.patch
deleted file mode 100644
index e23577c..0000000
--- a/debian/patches/0001-Change-dependencies-and-rename-entrypoint.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Lennart Weller <lhw@ring0.de>
-Date: Fri, 8 May 2020 10:28:38 +0200
-Subject: Change dependencies and rename entrypoint
-
-diff -Naurp pgcli.orig/setup.py pgcli/setup.py
---- pgcli.orig/setup.py
-+++ pgcli/setup.py
-@@ -6,7 +6,7 @@ from pgcli import __version__
- description = "CLI for Postgres Database. With auto-completion and syntax highlighting."
-
- install_requirements = [
-- "pgspecial>=1.11.8",
-+ "pgspecial>=1.9",
- "click >= 4.1",
- "Pygments >= 2.0", # Pygments has to be Capitalcased. WTF?
- # We still need to use pt-2 unless pt-3 released on Fedora32
-@@ -16,7 +16,6 @@ install_requirements = [
- "sqlparse >=0.3.0,<0.5",
- "configobj >= 5.0.6",
- "pendulum>=2.1.0",
-- "cli_helpers[styles] >= 2.0.0",
- ]
-
-
-@@ -43,7 +42,7 @@ setup(
- python_requires=">=3.6",
- entry_points="""
- [console_scripts]
-- pgcli=pgcli.main:cli
-+ console=pgcli.main:cli
- """,
- classifiers=[
- "Intended Audience :: Developers",
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e2086e5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Change-dependencies-and-rename-entrypoint.patch