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/importlib_metadata/patches/03-pytest-disable-failing.patch |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/components/python/importlib_metadata/patches/03-pytest-disable-failing.patch b/components/python/importlib_metadata/patches/03-pytest-disable-failing.patch
index 8e42914..82f15d8 100644
--- a/components/python/importlib_metadata/patches/03-pytest-disable-failing.patch
+++ b/components/python/importlib_metadata/patches/03-pytest-disable-failing.patch
@@ -1,5 +1,5 @@
---- importlib_metadata-7.0.2/tests/test_api.py.orig
-+++ importlib_metadata-7.0.2/tests/test_api.py
+--- importlib_metadata-7.1.0/tests/test_api.py.orig
++++ importlib_metadata-7.1.0/tests/test_api.py
 @@ -17,6 +17,8 @@
      version,
  )
@@ -19,9 +19,9 @@
      def test_files_egg_info(self):
          self._test_files(files('egginfo-pkg'))
          self._test_files(files('egg_with_module-pkg'))
---- importlib_metadata-7.0.2/tests/test_main.py.orig
-+++ importlib_metadata-7.0.2/tests/test_main.py
-@@ -22,6 +22,8 @@
+--- importlib_metadata-7.1.0/tests/test_main.py.orig
++++ importlib_metadata-7.1.0/tests/test_main.py
+@@ -24,6 +24,8 @@
      version,
  )
  
@@ -30,7 +30,7 @@
  
  @contextlib.contextmanager
  def suppress_known_deprecation():
-@@ -192,6 +194,9 @@
+@@ -194,6 +196,9 @@
      fixtures.DistInfoPkg,
      unittest.TestCase,
  ):
@@ -40,7 +40,7 @@
      def test_package_discovery(self):
          dists = list(distributions())
          assert all(isinstance(dist, Distribution) for dist in dists)
-@@ -425,6 +430,9 @@
+@@ -428,6 +433,9 @@
      fixtures.EggInfoPkgSourcesFallback,
      unittest.TestCase,
  ):
@@ -50,7 +50,7 @@
      def test_packages_distributions_on_eggs(self):
          """
          Test old-style egg packages with a variation of 'top_level.txt',
-@@ -456,6 +464,9 @@
+@@ -459,6 +467,9 @@
  
  
  class EditableDistributionTest(fixtures.DistInfoPkgEditable, unittest.TestCase):

--
Gitblit v1.9.3