diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2024-06-21 14:34:55 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-21 21:45:10 -0700 |
commit | 952e7cc37e992f84db3ff29e9457678e95d73b06 (patch) | |
tree | bf22606d53f190b7d63f0f1cd5dae35d9c829ad9 /meta-python/recipes-devtools/python/python3-executing_2.0.1.bb | |
parent | d1a5739b34834ffde2a15bd69c9df2ed1ae96ab1 (diff) | |
download | meta-openembedded-952e7cc37e992f84db3ff29e9457678e95d73b06.tar.gz |
python3-pyperclip: Upgrade 1.8.2 -> 1.9.0
Upgrade to release 1.9.0:
- Automatically cast the copy() argument to a string for all data
types.
- Fix _py3_executable_exists and _py2_executable_exists that had
swapped names.
- 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.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-executing_2.0.1.bb')
0 files changed, 0 insertions, 0 deletions