Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-ntfy"

Mon Jun  2 22:01:33 2025 rev:13 rq:1281969 version:2.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ntfy/python-ntfy.changes  2024-05-21 
18:36:18.974108546 +0200
+++ /work/SRC/openSUSE:Factory/.python-ntfy.new.16005/python-ntfy.changes       
2025-06-02 22:01:37.547871853 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 14:43:25 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ntfy.spec ++++++
--- /var/tmp/diff_new_pack.5ZU8sg/_old  2025-06-02 22:01:38.059893089 +0200
+++ /var/tmp/diff_new_pack.5ZU8sg/_new  2025-06-02 22:01:38.063893255 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ntfy
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2020 Matthias Bach <ma...@marix.org>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -35,18 +35,20 @@
 BuildRequires:  %{python_module appdirs}
 # test requirements
 BuildRequires:  %{python_module emoji >= 1.6.2}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module ruamel.yaml}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-appdirs
 Requires:       python-requests
 Requires:       python-ruamel.yaml
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(post): alts
+Requires(postun): alts
 Suggests:       python-dnspython3
 Suggests:       python-emoji >= 1.6.2
 Suggests:       python-instapush
@@ -75,10 +77,10 @@
 %autosetup -p1 -n ntfy-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/ntfy
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/ntfy*
 

Reply via email to