diff --git a/pyperclip-1.10.0.tar.gz b/pyperclip-1.10.0.tar.gz deleted file mode 100644 index 2698dc8..0000000 --- a/pyperclip-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:180c8346b1186921c75dfd14d9048a6b5d46bfc499778811952c6dd6eb1ca6be -size 12193 diff --git a/pyperclip-1.11.0.tar.gz b/pyperclip-1.11.0.tar.gz new file mode 100644 index 0000000..a2dd377 --- /dev/null +++ b/pyperclip-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6 +size 12185 diff --git a/python-pyperclip.changes b/python-pyperclip.changes index 563c366..8bec8cc 100644 --- a/python-pyperclip.changes +++ b/python-pyperclip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 10 20:59:21 UTC 2025 - Dirk Müller + +- update to 1.11.0: + * Fix pyproject + ------------------------------------------------------------------- Tue Sep 23 09:10:49 UTC 2025 - John Paul Adrian Glaubitz @@ -33,12 +39,12 @@ Mon Oct 14 15:27:29 UTC 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 + * 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 + * 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 + * 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 @@ -63,7 +69,7 @@ Mon Mar 8 09:05:06 UTC 2021 - Dirk Müller Sat Dec 19 10:32:51 UTC 2020 - Dirk Müller - update to 1.8.1: - + no changes available + + no changes available ------------------------------------------------------------------- Wed Apr 29 10:32:41 UTC 2020 - Dirk Mueller @@ -128,10 +134,10 @@ Mon Mar 6 19:28:45 UTC 2017 - aloisio@gmx.com ------------------------------------------------------------------- Sun Jan 3 21:36:53 UTC 2016 - freitag@opensuse.org -- Update to upstream version 1.5.24 +- Update to upstream version 1.5.24 ------------------------------------------------------------------- Mon Aug 24 19:00:22 UTC 2015 - freitag@opensuse.org -- First initial package of version 1.5.11 +- First initial package of version 1.5.11 diff --git a/python-pyperclip.spec b/python-pyperclip.spec index 9b429f6..a37a61a 100644 --- a/python-pyperclip.spec +++ b/python-pyperclip.spec @@ -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