SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python313-pyperclip-1.9.0-1.3.noarch.rpm :

* Mon Oct 14 2024 Markéta Machová - 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 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Mon Mar 08 2021 Dirk Müller - update to 1.8.2: + no changes available
* Sat Dec 19 2020 Dirk Müller - update to 1.8.1: + no changes available
* Wed Apr 29 2020 Dirk Mueller - update to 1.8.0 + no changes available
* Wed Mar 11 2020 Tomáš Chvátal - Fix build without python2
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Apr 12 2019 pgajdosAATTsuse.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 Matej Cepl - Remove superfluous devel dependency for noarch package
 
ICM