17
0

18 Commits

Author SHA256 Message Date
484d64e999 - 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/package/show/devel:languages:python/python-pyperclip?expand=0&rev=32
2025-10-10 21:00:35 +00:00
c6e243ac92 Accepting request 1306676 from home:glaubitz:branches:devel:languages:python
- 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
2025-09-23 13:27:10 +00:00
4a8dc0c253 - 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
2964eff086 - Add tests.patch to fix tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=26
2024-10-17 14:54:04 +00:00
72fe82f755 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
1c9c58be71 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
5db51732c1 - 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
51c10c63a2 - 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
9abe15ccb2 - 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
2602554c9a - 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
0ebb1192a9 - 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
8912d10745 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
9d2f651dd1 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
0571f0c7b0 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
0497b87df9 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
abefc58cc1 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
c1350b1ac2 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
7a1ede9e18 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