1
0
Fork 0

Removing python3p12_compat.patch, not needed anymore with new upstream version.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 19:15:40 +01:00
parent 666cf9c2a3
commit 5249995931
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -1 +0,0 @@
python3p12_compat.patch