From 3df02058fb3d48a999bbc8d5d56c2910fbc249a4 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 24 Mar 2024 23:37:14 +0100
Subject: [PATCH] meld: update to 3.22.2

---
 components/python/time-machine/patches/01-test-skip-failing.patch |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/python/time-machine/patches/01-test-skip-failing.patch b/components/python/time-machine/patches/01-test-skip-failing.patch
index f4f0e00..6a3e15f 100644
--- a/components/python/time-machine/patches/01-test-skip-failing.patch
+++ b/components/python/time-machine/patches/01-test-skip-failing.patch
@@ -1,6 +1,6 @@
---- time-machine-2.14.0/tests/test_time_machine.py.orig
-+++ time-machine-2.14.0/tests/test_time_machine.py
-@@ -380,6 +380,7 @@
+--- time-machine-2.14.1/tests/test_time_machine.py.orig
++++ time-machine-2.14.1/tests/test_time_machine.py
+@@ -382,6 +382,7 @@
      assert time.time() == EPOCH + 21600.0
  
  
@@ -8,7 +8,7 @@
  def test_destination_datetime_tzinfo_zoneinfo():
      orig_timezone = time.timezone
      orig_altzone = time.altzone
-@@ -413,6 +414,7 @@
+@@ -415,6 +416,7 @@
      assert time.daylight == orig_daylight
  
  
@@ -16,7 +16,7 @@
  def test_destination_datetime_tzinfo_zoneinfo_nested():
      orig_tzname = time.tzname
  
-@@ -429,6 +431,7 @@
+@@ -431,6 +433,7 @@
      assert time.tzname == orig_tzname
  
  
@@ -24,7 +24,7 @@
  def test_destination_datetime_tzinfo_zoneinfo_no_orig_tz():
      with change_local_timezone(None):
          orig_tzname = time.tzname
-@@ -698,6 +701,7 @@
+@@ -719,6 +722,7 @@
          assert time.time() == EPOCH
  
  

--
Gitblit v1.9.3