14
0

- Add tests.patch to fix tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=26
This commit is contained in:
2024-10-17 14:54:04 +00:00
committed by Git OBS Bridge
parent f56f8e99b0
commit 42a51be9be

View File

@@ -12,6 +12,7 @@ Mon Oct 14 15:27:29 UTC 2024 - Markéta Machová <mmachova@suse.com>
* 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 <dmueller@suse.com>