Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-akismet for 
openSUSE:Factory checked in at 2025-06-11 16:23:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-akismet (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-akismet.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-akismet"

Wed Jun 11 16:23:07 2025 rev:3 rq:1284449 version:0.4.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-akismet/python-python-akismet.changes  
    2022-10-08 01:25:17.982239936 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-akismet.new.19631/python-python-akismet.changes
   2025-06-11 16:24:09.090528347 +0200
@@ -1,0 +2,5 @@
+Tue Jun 10 12:40:54 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-akismet.spec ++++++
--- /var/tmp/diff_new_pack.OC1UXC/_old  2025-06-11 16:24:09.694553553 +0200
+++ /var/tmp/diff_new_pack.OC1UXC/_new  2025-06-11 16:24:09.698553720 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-akismet
 #
-# Copyright (c) 2022 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-python-akismet
 Version:        0.4.3
 Release:        0
@@ -24,7 +23,9 @@
 License:        MIT
 URL:            https://github.com/Nekmo/python-akismet
 Source:         
https://files.pythonhosted.org/packages/source/p/python-akismet/python-akismet-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-requests
@@ -41,10 +42,10 @@
 %autosetup -p1 -n python-akismet-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -55,5 +56,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/akismet
+%{python_sitelib}/python[-_]akismet-%{version}*-info
 

Reply via email to