Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-apptools for openSUSE:Factory 
checked in at 2026-09-21 12:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apptools (Old)
 and      /work/SRC/openSUSE:Factory/.python-apptools.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-apptools"

Mon Sep 21 12:22:10 2026 rev:11 rq:1379376 version:5.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-apptools/python-apptools.changes  
2026-09-17 15:25:44.722898742 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-apptools.new.383539/python-apptools.changes  
    2026-09-21 12:22:12.042737504 +0200
@@ -1,0 +2,6 @@
+Sun Sep 20 17:09:37 UTC 2026 - Ben Greiner <[email protected]>
+
+- Reenable tests with tables for non-32-bit platforms
+- Remove configobj from mandatory requirements
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-apptools.spec ++++++
--- /var/tmp/diff_new_pack.8W66wu/_old  2026-09-21 12:22:13.145783604 +0200
+++ /var/tmp/diff_new_pack.8W66wu/_new  2026-09-21 12:22:13.147783688 +0200
@@ -23,10 +23,11 @@
 %bcond_without test
 %else
 %define psuffix %{nil}
+BuildArch:      noarch
 %bcond_with test
 %endif
 
-Name:           python-apptools%{psuffix}
+Name:           python-apptools%{?psuffix}
 Version:        5.3.1
 Release:        0
 Summary:        Application tools in Python
@@ -42,18 +43,21 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-configobj
 Requires:       python-traits
+Recommends:     python-configobj
 Recommends:     python-pandas
 Recommends:     python-tables
-BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module Pygments}
 BuildRequires:  %{python_module apptools = %{version}}
+BuildRequires:  %{python_module configobj}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module traitsui}
 BuildRequires:  xorg-x11-server
+%ifnarch %ix86 %arm
+BuildRequires:  %{python_module tables}
+%endif
 %endif
 %python_subpackages
 
@@ -67,13 +71,15 @@
 %prep
 %autosetup -p1 -n apptools-%{version}
 
-%if !%{with test}
 %build
+%if !%{with test}
 %pyproject_wheel
 # Remove duplicates now so we can let rpm install it later
 %fdupes examples/
+%endif
 
 %install
+%if !%{with test}
 %pyproject_install
 %{python_expand $python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/apptools/
 $python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/apptools/

Reply via email to