summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-23 19:09:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-23 19:14:19 +0000
commit93e0bdcb63696f5e976ebc5dbc94b0b337d082f0 (patch)
tree1c704cae85d468ca565d2e981b7bb08602faffba
parentRefreshing quiet-stdout.patch. (diff)
downloadterminaltables-93e0bdcb63696f5e976ebc5dbc94b0b337d082f0.tar.xz
terminaltables-93e0bdcb63696f5e976ebc5dbc94b0b337d082f0.zip
Refreshing sphinx-meta.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0005-sphinx-meta.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/debian/patches/debian/0005-sphinx-meta.patch b/debian/patches/debian/0005-sphinx-meta.patch
index 300124e..234f44d 100644
--- a/debian/patches/debian/0005-sphinx-meta.patch
+++ b/debian/patches/debian/0005-sphinx-meta.patch
@@ -4,15 +4,15 @@ Description: Replacing non-functioning imports with static values for the time b
diff -Naurp terminaltables.orig/docs/conf.py terminaltables/docs/conf.py
--- terminaltables.orig/docs/conf.py
+++ terminaltables/docs/conf.py
-@@ -11,9 +11,9 @@ author = '@Robpol86'
- copyright = '{}, {}'.format(time.strftime('%Y'), author)
- html_last_updated_fmt = '%c {}'.format(time.tzname[time.localtime().tm_isdst])
- master_doc = 'index'
--project = __import__('setup').NAME
-+project = 'terminaltables'
- pygments_style = 'friendly'
--release = version = __import__('setup').VERSION
-+release = version = '3.1'
- templates_path = ['_templates']
- extensions = list()
+@@ -11,9 +11,9 @@ author = "@Robpol86"
+ copyright = "{}, {}".format(time.strftime("%Y"), author)
+ html_last_updated_fmt = f"%c {time.tzname[time.localtime().tm_isdst]}"
+ master_doc = "index"
+-project = __import__("setup").NAME
++project = "terminaltables3"
+ pygments_style = "friendly"
+-release = version = __import__("setup").VERSION
++release = version = "4.0"
+ templates_path = ["_templates"]
+ extensions = []