diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 23ff73b..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2014, Al Sweigart -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the {organization} nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/pyperclip-1.8.1.tar.gz b/pyperclip-1.8.1.tar.gz deleted file mode 100644 index 82c8d00..0000000 --- a/pyperclip-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9abef1e79ce635eb62309ecae02dfb5a3eb952fa7d6dce09c1aef063f81424d3 -size 20938 diff --git a/pyperclip-1.8.2.tar.gz b/pyperclip-1.8.2.tar.gz new file mode 100644 index 0000000..05d74b1 --- /dev/null +++ b/pyperclip-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57 +size 20920 diff --git a/python-pyperclip.changes b/python-pyperclip.changes index 9ecea1b..8f94e55 100644 --- a/python-pyperclip.changes +++ b/python-pyperclip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 8 09:05:06 UTC 2021 - Dirk Müller + +- update to 1.8.2: + + no changes available + ------------------------------------------------------------------- Sat Dec 19 10:32:51 UTC 2020 - Dirk Müller diff --git a/python-pyperclip.spec b/python-pyperclip.spec index 8afdb6e..ef544f7 100644 --- a/python-pyperclip.spec +++ b/python-pyperclip.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyperclip # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyperclip -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: A clipboard module for Python License: BSD-3-Clause URL: https://github.com/asweigart/pyperclip Source0: https://files.pythonhosted.org/packages/source/p/pyperclip/pyperclip-%{version}.tar.gz -# https://github.com/asweigart/pyperclip/issues/17 -Source1: https://raw.githubusercontent.com/asweigart/pyperclip/master/LICENSE.txt BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -43,7 +41,6 @@ A clipboard module for Python. It only handles plain text. %prep %setup -q -n pyperclip-%{version} -cp %{SOURCE1} . %build %python_build