Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package codespell for openSUSE:Factory 
checked in at 2026-06-25 10:49:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/codespell (Old)
 and      /work/SRC/openSUSE:Factory/.codespell.new.2088 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "codespell"

Thu Jun 25 10:49:55 2026 rev:19 rq:1361341 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/codespell/codespell.changes      2026-03-08 
17:26:25.009652640 +0100
+++ /work/SRC/openSUSE:Factory/.codespell.new.2088/codespell.changes    
2026-06-25 10:51:41.169909711 +0200
@@ -1,0 +2,5 @@
+Tue Jun 23 09:12:44 UTC 2026 - Matej Cepl <[email protected]>
+
+- Add missing python3-base BR
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ codespell.spec ++++++
--- /var/tmp/diff_new_pack.y09qux/_old  2026-06-25 10:51:41.857933538 +0200
+++ /var/tmp/diff_new_pack.y09qux/_new  2026-06-25 10:51:41.865933816 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%define pythons python3
 Name:           codespell
 Version:        2.4.2
 Release:        0
@@ -27,6 +26,7 @@
 Source0:        
https://files.pythonhosted.org/packages/source/c/codespell/codespell-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python3-base
 BuildRequires:  python3-chardet
 BuildRequires:  python3-pip
 BuildRequires:  python3-pytest
@@ -49,16 +49,16 @@
 sed -i '/\-cov/ d' pyproject.toml
 
 %build
-%pyproject_wheel
+%python3_pyproject_wheel
 
 %install
-%pyproject_install
+%python3_pyproject_install
 %fdupes %{buildroot}%{python3_sitelib}
 
 %check
 # disable command test; does not work in chroot
 export PATH=$PATH:%{buildroot}%{_bindir}
-%pytest -k 'not test_command'
+%python3_pytest -k 'not test_command'
 
 %files
 %license COPYING

Reply via email to