Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-xcffib for openSUSE:Factory checked in at 2025-06-10 08:58:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xcffib (Old) and /work/SRC/openSUSE:Factory/.python-xcffib.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xcffib" Tue Jun 10 08:58:07 2025 rev:16 rq:1283484 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xcffib/python-xcffib.changes 2023-10-22 21:01:28.684457330 +0200 +++ /work/SRC/openSUSE:Factory/.python-xcffib.new.19631/python-xcffib.changes 2025-06-10 08:58:58.775765037 +0200 @@ -1,0 +2,5 @@ +Fri Jun 6 04:19:46 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xcffib.spec ++++++ --- /var/tmp/diff_new_pack.IhDGn9/_old 2025-06-10 08:58:59.335788146 +0200 +++ /var/tmp/diff_new_pack.IhDGn9/_new 2025-06-10 08:58:59.339788311 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-xcffib # -# Copyright (c) 2023 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 @@ -31,11 +31,12 @@ Release: 0 Summary: A drop in replacement for xpyb, an XCB python binding License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/tych0/xcffib Source: https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-%{version}.tar.gz BuildRequires: %{python_module cffi >= 1.1.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} %if %{with test} BuildRequires: %{python_module pytest} BuildRequires: %{python_module xcffib} @@ -58,12 +59,12 @@ %build %if !%{with test} -%python_build +%pyproject_wheel %endif %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -77,6 +78,6 @@ %license LICENSE %doc README.md %{python_sitelib}/xcffib/ -%{python_sitelib}/xcffib-%{version}-py*.egg-info +%{python_sitelib}/xcffib-%{version}.dist-info %endif