14
0

15 Commits

Author SHA256 Message Date
90b31092c0 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=28
2025-06-11 06:20:45 +00:00
f56f8e99b0 Accepting request 1207975 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1207975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=25
2024-10-17 08:05:39 +00:00
31d4efaaae Accepting request 1081561 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=23
2023-04-21 13:23:09 +00:00
f73a9444a4 - update to 1.8.2:
+ no changes available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=21
2021-03-08 09:05:21 +00:00
3e166b2299 - update to 1.8.1:
+ no changes available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=19
2020-12-19 10:33:23 +00:00
3e1f1b015c - update to 1.8.0
+ no changes available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=17
2020-04-29 10:34:26 +00:00
Tomáš Chvátal
92e80f4023 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=15
2020-03-11 16:56:12 +00:00
7bd42c9aae - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=13
2019-10-14 14:16:34 +00:00
Tomáš Chvátal
106f61b9df Accepting request 693726 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/693726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=11
2019-04-15 09:50:58 +00:00
6a72e5a4ae Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=9
2018-12-04 13:53:22 +00:00
Tomáš Chvátal
9a0c696037 Accepting request 576000 from home:lachs0r:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/576000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=7
2018-02-13 09:29:18 +00:00
Jan Matejek
3299591b6a Accepting request 478767 from home:jengelh:branches:devel:languages:python
- Trim redundant words from descriptions.

OBS-URL: https://build.opensuse.org/request/show/478767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=4
2017-03-13 18:01:11 +00:00
Thomas Bechtold
43547640e7 Accepting request 477345 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/477345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=3
2017-03-09 06:27:01 +00:00
Todd R
445f17cdfe Accepting request 368727 from home:kfreitag:branches:devel:languages:python
- Update to upstream version 1.5.24

OBS-URL: https://build.opensuse.org/request/show/368727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=2
2016-03-09 16:31:12 +00:00
169b1b8cdc Accepting request 326470 from home:ocfreitag:branches:devel:languages:python
New dependency package for a new version of mitmproxy
which I will submit subsequently.

OBS-URL: https://build.opensuse.org/request/show/326470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=1
2015-08-25 07:21:27 +00:00