Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyperclip for openSUSE:Factory checked in at 2025-06-11 16:19:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyperclip (Old) and /work/SRC/openSUSE:Factory/.python-pyperclip.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyperclip" Wed Jun 11 16:19:10 2025 rev:13 rq:1284642 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyperclip/python-pyperclip.changes 2024-10-18 15:53:06.496856796 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyperclip.new.19631/python-pyperclip.changes 2025-06-11 16:19:47.707627958 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 05:49:30 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyperclip.spec ++++++ --- /var/tmp/diff_new_pack.b1Yrhz/_old 2025-06-11 16:19:48.251650633 +0200 +++ /var/tmp/diff_new_pack.b1Yrhz/_new 2025-06-11 16:19:48.255650800 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyperclip # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,9 @@ Source0: https://files.pythonhosted.org/packages/source/p/pyperclip/pyperclip-%{version}.tar.gz # PATCH-FIX-UPSTREAM tests are broken with 1.9.0 release https://github.com/asweigart/pyperclip/issues/263 Patch: tests.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip @@ -45,10 +47,10 @@ %autosetup -p1 -n pyperclip-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -57,5 +59,5 @@ %files %{python_files} %license LICENSE.txt %{python_sitelib}/pyperclip -%{python_sitelib}/pyperclip-%{version}-py*.egg-info +%{python_sitelib}/pyperclip-%{version}.dist-info