Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-noiseprotocol for 
openSUSE:Factory checked in at 2025-06-02 22:01:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-noiseprotocol (Old)
 and      /work/SRC/openSUSE:Factory/.python-noiseprotocol.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-noiseprotocol"

Mon Jun  2 22:01:33 2025 rev:2 rq:1281968 version:0.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-noiseprotocol/python-noiseprotocol.changes    
    2023-09-20 13:32:29.549745090 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-noiseprotocol.new.16005/python-noiseprotocol.changes
     2025-06-02 22:01:36.959847466 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 14:41:52 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-noiseprotocol.spec ++++++
--- /var/tmp/diff_new_pack.Ur4gxP/_old  2025-06-02 22:01:37.427866877 +0200
+++ /var/tmp/diff_new_pack.Ur4gxP/_new  2025-06-02 22:01:37.431867042 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-noiseprotocol
 #
-# 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
@@ -23,11 +23,13 @@
 License:        MIT
 URL:            https://github.com/plizonczyk/noiseprotocol
 Source:         
https://github.com/plizonczyk/noiseprotocol/archive/refs/tags/v0.3.1.tar.gz#/noiseprotocol-%{version}.tar.gz
 
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module cryptography}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-cryptography
 BuildArch:      noarch
 %python_subpackages
@@ -39,10 +41,10 @@
 %setup -q -n noiseprotocol-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to