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/hypothesis/patches/07-pytest-checkdocs.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/python/hypothesis/patches/07-pytest-checkdocs.patch b/components/python/hypothesis/patches/07-pytest-checkdocs.patch
index ccc9acc..8ff16f0 100644
--- a/components/python/hypothesis/patches/07-pytest-checkdocs.patch
+++ b/components/python/hypothesis/patches/07-pytest-checkdocs.patch
@@ -1,7 +1,7 @@
 Workaround for https://github.com/PyO3/setuptools-rust/issues/358
 
---- hypothesis-hypothesis-python-6.99.11/hypothesis-python/tests/nocover/test_baseexception.py.orig
-+++ hypothesis-hypothesis-python-6.99.11/hypothesis-python/tests/nocover/test_baseexception.py
+--- hypothesis-hypothesis-python-6.99.12/hypothesis-python/tests/nocover/test_baseexception.py.orig
++++ hypothesis-hypothesis-python-6.99.12/hypothesis-python/tests/nocover/test_baseexception.py
 @@ -125,6 +125,6 @@
          exception=exc_name, strategy="things()" if use_composite else "st.none()"
      )
@@ -10,8 +10,8 @@
 +    pytest_stdout = str(testdir.runpytest_inprocess(test_file, "--tb=native", "-p", "no:checkdocs", "-p", "no:reporter").stdout)
      assert "x=101" in pytest_stdout
      assert exc_name in pytest_stdout
---- hypothesis-hypothesis-python-6.99.11/hypothesis-python/tests/nocover/test_scrutineer.py.orig
-+++ hypothesis-hypothesis-python-6.99.11/hypothesis-python/tests/nocover/test_scrutineer.py
+--- hypothesis-hypothesis-python-6.99.12/hypothesis-python/tests/nocover/test_scrutineer.py.orig
++++ hypothesis-hypothesis-python-6.99.12/hypothesis-python/tests/nocover/test_scrutineer.py
 @@ -54,7 +54,7 @@
      test_file = str(testdir.makepyfile(file_contents))
      pytest_stdout = str(

--
Gitblit v1.9.3