summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:42:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:42:05 +0000
commitd52c6e096c66218919493e7cc4f61eaada2a7f32 (patch)
tree1029daa97cc801f8953e2459d7bc2fdcc6675175
parentRemoving pandas2p1_ignore_warnings.patch, not needed anymore with new upstrea... (diff)
downloadtqdm-d52c6e096c66218919493e7cc4f61eaada2a7f32.tar.xz
tqdm-d52c6e096c66218919493e7cc4f61eaada2a7f32.zip
Removing python3p12_compat.patch, not needed anymore with new upstream version.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/python3p12_compat.patch17
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/python3p12_compat.patch b/debian/patches/python3p12_compat.patch
deleted file mode 100644
index 16644e5..0000000
--- a/debian/patches/python3p12_compat.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Avoid warning in Python 3.12
-
-Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
-Bug-Debian: https://bugs.debian.org/1058160
-Forwarded: no
-
---- tqdm-4.64.1.orig/tqdm/std.py
-+++ tqdm-4.64.1/tqdm/std.py
-@@ -465,7 +465,7 @@ class tqdm(Comparable):
- remaining_str = tqdm.format_interval(remaining) if rate else '?'
- try:
- eta_dt = (datetime.now() + timedelta(seconds=remaining)
-- if rate and total else datetime.utcfromtimestamp(0))
-+ if rate and total else datetime(1970,1,1,0,0))
- except OverflowError:
- eta_dt = datetime.max
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4c7e997..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-python3p12_compat.patch