Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyNaCl for openSUSE:Factory checked in at 2025-05-07 19:15:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyNaCl (Old) and /work/SRC/openSUSE:Factory/.python-PyNaCl.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyNaCl" Wed May 7 19:15:59 2025 rev:14 rq:1275127 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyNaCl/python-PyNaCl.changes 2023-09-07 21:13:20.658599299 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyNaCl.new.30101/python-PyNaCl.changes 2025-05-07 19:16:28.959250061 +0200 @@ -1,0 +2,5 @@ +Tue May 6 13:45:01 UTC 2025 - Markéta Machová <[email protected]> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyNaCl.spec ++++++ --- /var/tmp/diff_new_pack.hnETi0/_old 2025-05-07 19:16:29.359266770 +0200 +++ /var/tmp/diff_new_pack.hnETi0/_new 2025-05-07 19:16:29.363266936 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-PyNaCl # -# 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 @@ -30,6 +30,7 @@ # https://github.com/pyca/pynacl/commit/a8c08b18f3a2e8f2140c531afaf42715fcab68e7 BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pycparser} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -55,10 +56,10 @@ %build export SODIUM_INSTALL="system" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}/%{$python_sitearch} %check @@ -67,5 +68,6 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitearch}/* +%{python_sitearch}/nacl +%{python_sitearch}/[Pp]y[Nn]a[Cc]l-%{version}*-info
