forked from pool/python-pyperclip
Accepting request 1310637 from devel:languages:python
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:180c8346b1186921c75dfd14d9048a6b5d46bfc499778811952c6dd6eb1ca6be
|
||||
size 12193
|
||||
3
pyperclip-1.11.0.tar.gz
Normal file
3
pyperclip-1.11.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6
|
||||
size 12185
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 20:59:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.11.0:
|
||||
* Fix pyproject
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 09:10:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyperclip
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pyperclip
|
||||
Version: 1.10.0
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Summary: A clipboard module for Python
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user