Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-attr for openSUSE:Factory checked in at 2025-05-14 17:01:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-attr (Old) and /work/SRC/openSUSE:Factory/.python-attr.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-attr" Wed May 14 17:01:03 2025 rev:6 rq:1277220 version:0.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-attr/python-attr.changes 2023-08-13 19:17:54.692088882 +0200 +++ /work/SRC/openSUSE:Factory/.python-attr.new.30101/python-attr.changes 2025-05-14 17:01:12.663251800 +0200 @@ -1,0 +2,5 @@ +Tue May 13 15:55:48 UTC 2025 - Markéta Machová <[email protected]> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-attr.spec ++++++ --- /var/tmp/diff_new_pack.jbT83f/_old 2025-05-14 17:01:13.207274524 +0200 +++ /var/tmp/diff_new_pack.jbT83f/_new 2025-05-14 17:01:13.207274524 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-attr # -# Copyright (c) 2022 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 @@ -25,11 +25,12 @@ Group: Development/Languages/Python URL: https://github.com/denis-ryzhkov/attr Source: https://files.pythonhosted.org/packages/source/a/attr/attr-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -39,10 +40,10 @@ %setup -q -n attr-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -51,5 +52,8 @@ %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/attr.py +%{python_sitelib}/dry_attr.py +%{python_sitelib}/attr-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/*attr*
