62283b74dd
- update to 1.11.0: * Fix pyproject * Pyperclip now "stringifies" all data types by passing it to str() (or globals()['__builtins__'].unicode on Python 2), so passing [1, 2, 3] would * shutil.which() replaces the custom code (except in 2.7 and below which doesn't * Remove waitForPaste() and waitForNewPaste() functions, these aren't something + no changes available - Update to upstream version 1.5.24 - First initial package of version 1.5.11
Dirk Mueller2025-10-10 21:00:35 +00:00
25e5be9fb5
Accepting request 1306746 from devel:languages:python
Ana Guerrero2025-09-25 16:44:09 +00:00
3f797403ec
Accepting request 1306676 from home:glaubitz:branches:devel:languages:python
Nico Krapp2025-09-23 13:27:10 +00:00
2a6c78500a
Accepting request 1284642 from devel:languages:python
Ana Guerrero2025-06-11 14:19:10 +00:00
492e6bdef0
- Update to 1.9.0 * Automatically cast the copy() argument to a string for all data types. * _py3_executable_exists and _py2_executable_exists had swapped names; fixed. * Pyperclip now "stringifies" all data types by passing it to str() (or globals()['__builtins__'].unicode on Python 2), so passing [1, 2, 3] would put '[1, 2, 3]' on the clipboard. * shutil.which() replaces the custom code (except in 2.7 and below which doesn't have shutil.which()). * 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.
Matej Cepl2024-10-17 08:05:39 +00:00