Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pamela for openSUSE:Factory checked in at 2025-06-11 16:25:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pamela (Old) and /work/SRC/openSUSE:Factory/.python-pamela.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pamela" Wed Jun 11 16:25:29 2025 rev:4 rq:1284619 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pamela/python-pamela.changes 2024-08-19 23:44:37.367924452 +0200 +++ /work/SRC/openSUSE:Factory/.python-pamela.new.19631/python-pamela.changes 2025-06-11 16:27:24.998702682 +0200 @@ -1,0 +2,6 @@ +Wed Jun 11 05:50:14 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pamela.spec ++++++ --- /var/tmp/diff_new_pack.BMecam/_old 2025-06-11 16:27:25.926741395 +0200 +++ /var/tmp/diff_new_pack.BMecam/_new 2025-06-11 16:27:25.930741562 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pamela # -# 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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pamela Version: 1.2.0 Release: 0 @@ -24,8 +23,10 @@ License: MIT URL: https://github.com/minrk/pamela Source: https://github.com/minrk/pamela/archive/%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -38,10 +39,10 @@ %setup -q -n pamela-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -51,5 +52,7 @@ %files %{python_files} %doc README.md %license COPYING -%{python_sitelib}/* +%{python_sitelib}/pamela.py +%pycache_only %{python_sitelib}/__pycache__/pamela.*.pyc +%{python_sitelib}/pamela-%{version}.dist-info