Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-scrypt for openSUSE:Factory checked in at 2025-06-17 18:20:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scrypt (Old) and /work/SRC/openSUSE:Factory/.python-scrypt.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scrypt" Tue Jun 17 18:20:21 2025 rev:13 rq:1285963 version:0.8.27 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scrypt/python-scrypt.changes 2024-10-30 17:33:22.897606671 +0100 +++ /work/SRC/openSUSE:Factory/.python-scrypt.new.19631/python-scrypt.changes 2025-06-17 18:20:33.842168699 +0200 @@ -1,0 +2,5 @@ +Mon Jun 16 06:12:21 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyroject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scrypt.spec ++++++ --- /var/tmp/diff_new_pack.3T36Bq/_old 2025-06-17 18:20:34.546197982 +0200 +++ /var/tmp/diff_new_pack.3T36Bq/_new 2025-06-17 18:20:34.550198149 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-scrypt # -# 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 @@ -25,7 +25,9 @@ URL: https://github.com/holgern/py-scrypt Source0: https://files.pythonhosted.org/packages/source/s/scrypt/scrypt-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: gcc @@ -43,10 +45,10 @@ sed -i '1{/^#!/ d}' scrypt/*.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -55,8 +57,7 @@ %files %{python_files} %doc README.rst %license LICENSE -%pycache_only %{python_sitearch}/scrypt/__pycache__ -%{python_sitearch}/_scrypt*.so -%{python_sitearch}/scrypt/ -%{python_sitearch}/scrypt-%{version}-py%{python_version}.egg-info +%{python_sitearch}/_scrypt.cpython-*-linux-gnu.so +%{python_sitearch}/scrypt +%{python_sitearch}/scrypt-%{version}.dist-info