From 42a51be9be67f3bc821da11508d99f10eae32ce641bb481b0fec6afaaf40caab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 17 Oct 2024 14:54:04 +0000 Subject: [PATCH] - Add tests.patch to fix tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=26 --- python-pyperclip.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pyperclip.changes b/python-pyperclip.changes index 8b065b9..6732255 100644 --- a/python-pyperclip.changes +++ b/python-pyperclip.changes @@ -12,6 +12,7 @@ Mon Oct 14 15:27:29 UTC 2024 - Markéta Machová * Remove waitForPaste() and waitForNewPaste() functions, these aren't something the core library should have. * Reordered so that xclip is chosen before xsel since xclip is more popular. +- Add tests.patch to fix tests ------------------------------------------------------------------- Fri Apr 21 12:31:07 UTC 2023 - Dirk Müller