From 93e0bdcb63696f5e976ebc5dbc94b0b337d082f0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 23 Dec 2024 20:09:45 +0100 Subject: Refreshing sphinx-meta.patch. Signed-off-by: Daniel Baumann --- debian/patches/debian/0005-sphinx-meta.patch | 22 +++++++++++----------- 1 file 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 = [] -- cgit v1.2.3