* Mon Oct 14 2024 mmachova@suse.com
- 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
* Fri Apr 21 2023 dmueller@suse.com
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
- Make calling of %{sle15modernpython} optional.
* Mon Mar 08 2021 dmueller@suse.com
- update to 1.8.2:
+ no changes available
* Sat Dec 19 2020 dmueller@suse.com
- update to 1.8.1:
+ no changes available
* Wed Apr 29 2020 dmueller@suse.com
- update to 1.8.0
+ no changes available
* Wed Mar 11 2020 tchvatal@suse.com
- Fix build without python2
* Mon Oct 14 2019 mcepl@suse.com
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Apr 12 2019 pgajdos@suse.com
- version update to 1.7.0
* Added ability to read/write clipboard by running `python -m pyperclip`
- added sources
https://github.com/asweigart/pyperclip/issues/17
+ LICENSE.txt
* Tue Dec 04 2018 mcepl@suse.com
- Remove superfluous devel dependency for noarch package
Version: 1.6.0-150000.3.3.1
* Tue Sep 27 2022 mcepl@suse.com
- Loose the filelist for the package info to avoid FTBFS on
SLE-15-SP5 (bsc#1203743).
* Tue Feb 13 2018 9+suse@cirno.systems
- Update to version 1.6.0
* Capture stderr of xclip subprocess, fixed issue where emojii
cut off the last character, allowed selection between PRIMARY
and CLIPBOARD for xsel and xclip
* Pyperclip works with qtpy module, set pyqt as lower priority
than xsel/xclip/klipper, add support for PyQt5
* Fixed the encoding that was set to "uft-8"
* Added lazy loading
* Sat Mar 11 2017 jengelh@inai.de
- Trim redundant words from descriptions.
* Mon Mar 06 2017 aloisio@gmx.com
- Update to version 1.5.27
* Disable broken cygwin implementation until issue 55 can be
fixed
* Fix #51, Replace wcscpy_s with memmove for Windows XP.
* Fix #53, PEP8 changes, STRING_FUNCTION rename
- Converted to single-spec
- Updated source URL, license and homepage
* Sun Jan 03 2016 freitag@opensuse.org
- Update to upstream version 1.5.24
* Mon Aug 24 2015 freitag@opensuse.org
- First initial package of version 1.5.11