diff --git a/pyperclip-1.8.2.tar.gz b/pyperclip-1.8.2.tar.gz deleted file mode 100644 index c093fc1280d5594781c9e14bbd8b487abf516ab8..0000000000000000000000000000000000000000 Binary files a/pyperclip-1.8.2.tar.gz and /dev/null differ diff --git a/pyperclip-1.9.0.tar.gz b/pyperclip-1.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0fd1e8dc7a22a1ca6126626802e3f31e4861849a Binary files /dev/null and b/pyperclip-1.9.0.tar.gz differ diff --git a/python-pyperclip.spec b/python-pyperclip.spec index db426e2a83f75a046f7adc53e9ef5e3efc322cad..b5410b17a19c6538bebfb3bccf9cbd59370640cc 100644 --- a/python-pyperclip.spec +++ b/python-pyperclip.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyperclip -Version: 1.8.2 -Release: 2 +Version: 1.9.0 +Release: 1 Summary: A cross-platform clipboard module for Python. (Only handles plain text for now.) License: BSD-3-Clause URL: https://github.com/asweigart/pyperclip -Source0: https://files.pythonhosted.org/packages/a7/2c/4c64579f847bd5d539803c8b909e54ba087a79d01bb3aba433a95879a6c5/pyperclip-1.8.2.tar.gz +Source0: %{pypi_source pyperclip} BuildArch: noarch %description Pyperclip is a cross-platform Python module for copy and paste clipboard functions. It works with Python 2 and 3. @@ -25,7 +25,7 @@ Provides: python3-pyperclip-doc Pyperclip is a cross-platform Python module for copy and paste clipboard functions. It works with Python 2 and 3. %prep -%autosetup -n pyperclip-1.8.2 +%autosetup -n pyperclip-%{version} %build %py3_build @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 18 2024 wangkai <13474090681@163.com> - 1.9.0-1 +- Update vertion to 1.9.0 + * Mon May 9 2022 yaoxin - 1.8.2-2 - License compliance rectification