- 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
OBS-URL: https://build.opensuse.org/request/show/1310637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyperclip?expand=0&rev=15
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=32
- Update to 1.10.0
* docs: fix simple typo, deteremine -> determine
* Remove PyGtk references
* Remove PyQt4 references
* Update docs to remove references to pygtk, PyQt4
* Remove try-except ladder
* Update index.rst
* wayland: request text type to wl-paste This fixes UnicodeDecodeError
while the clipboards contains images or other types of content
* Fixed wsl encoding
* Fixed wsl encoding
* Add instructions for Wayland
* Updated pytest and dependencies
* Removing detox dependency (I'm rethinking the testing setup.)
* Removing references to gtk module since we dropped it.
* make wayland work without DISPLAY variable
* Adding new authors.
* Mention Wayland in error message
* Update __init__.py
- Refresh tests.patch
OBS-URL: https://build.opensuse.org/request/show/1306676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=30
Forwarded request #1207975 from mcalabkova
- 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.
- 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.
- Add tests.patch to fix tests
OBS-URL: https://build.opensuse.org/request/show/1208665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyperclip?expand=0&rev=12
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=25