Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-argon2-cffi-bindings for
openSUSE:Factory checked in at 2025-05-15 16:59:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argon2-cffi-bindings (Old)
and /work/SRC/openSUSE:Factory/.python-argon2-cffi-bindings.new.30101
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argon2-cffi-bindings"
Thu May 15 16:59:37 2025 rev:4 rq:1277197 version:21.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-argon2-cffi-bindings/python-argon2-cffi-bindings.changes
2023-06-12 15:25:17.150638253 +0200
+++
/work/SRC/openSUSE:Factory/.python-argon2-cffi-bindings.new.30101/python-argon2-cffi-bindings.changes
2025-05-15 16:59:57.474631376 +0200
@@ -1,0 +2,5 @@
+Tue May 13 13:49:08 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-argon2-cffi-bindings.spec ++++++
--- /var/tmp/diff_new_pack.f7LiRK/_old 2025-05-15 16:59:58.042655206 +0200
+++ /var/tmp/diff_new_pack.f7LiRK/_new 2025-05-15 16:59:58.046655373 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-argon2-cffi-bindings
#
-# 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,13 +31,14 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 45}
BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libargon2)
Requires: python-cffi >= 1.0.1
-Provides: python-argon2_cffi_bindings
-Obsoletes: python-argon2_cffi_bindings
+Provides: python-argon2_cffi_bindings = %{version}
+Obsoletes: python-argon2_cffi_bindings < %{version}
%python_subpackages
%description
@@ -49,10 +50,10 @@
%build
export ARGON2_CFFI_USE_SYSTEM=1
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check