]> git.pld-linux.org Git - packages/python-cliff.git/blame - python-cliff-prettytable.patch
- don't package tests; release 2
[packages/python-cliff.git] / python-cliff-prettytable.patch
CommitLineData
e74d25cf
JB
1--- cliff-2.18.0/requirements.txt.orig 2020-01-08 21:36:15.000000000 +0100
2+++ cliff-2.18.0/requirements.txt 2024-01-16 19:44:20.708397557 +0100
3@@ -3,7 +3,7 @@
4 # process, which may cause wedges in the gate later.
5 pbr!=2.1.0,>=2.0.0 # Apache-2.0
6 cmd2>=0.8.0,!=0.8.3,<0.9.0 # MIT
7-PrettyTable<0.8,>=0.7.2 # BSD
8+PrettyTable>=0.7.2 # BSD
9 pyparsing>=2.1.0 # MIT
10 six>=1.10.0 # MIT
11 stevedore>=1.20.0 # Apache-2.0
12--- cliff-2.18.0/cliff/formatters/table.py.orig 2020-01-08 21:36:15.000000000 +0100
13+++ cliff-2.18.0/cliff/formatters/table.py 2024-01-16 19:45:25.351380690 +0100
14@@ -176,9 +176,6 @@ class TableFormatter(base.ListFormatter,
15
16 @staticmethod
17 def _assign_max_widths(stdout, x, max_width, min_width=0, fit_width=False):
18- if min_width:
19- x.min_width = min_width
20-
21 if max_width > 0:
22 term_width = max_width
23 elif not fit_width:
This page took 0.155672 seconds and 4 git commands to generate.