Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2026-08-01 18:27:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Sat Aug  1 18:27:53 2026 rev:84 rq:1368224 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes      
2026-07-22 19:01:35.321817218 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new.16738/python-pandas.changes   
2026-08-01 18:28:31.486146768 +0200
@@ -1,0 +2,12 @@
+Tue Jul 28 15:19:23 UTC 2026 - Ben Greiner <[email protected]>
+
+- Update to 3.0.5
+  * Fixed a regression where the pandas 3.0.4 wheels could crash
+    with a segmentation fault on Python 3.14 (and other datetime
+    code paths), because they were built against an incompatible
+    numpy version (GH 66086)
+- Re-enable xdist, the resource usage penalty when not used is too
+  high. Use --without xdist when troubleshooting.
+  * update constraints for increased job limit
+
+-------------------------------------------------------------------

Old:
----
  pandas-3.0.3.tar.gz

New:
----
  pandas-3.0.5.tar.gz

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

Other differences:
------------------
++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.F7gRE2/_old  2026-08-01 18:28:33.414212630 +0200
+++ /var/tmp/diff_new_pack.F7gRE2/_new  2026-08-01 18:28:33.414212630 +0200
@@ -56,6 +56,8 @@
 %bcond_with adbc
 # depend/not depend on python-pyarrow and apache-arrow [bsc#1218592]
 %bcond_without pyarrow
+# call `osc -M test-py3XX --without xdist` when you have to debug the test 
suite
+%bcond_without xdist
 
 %if 0%{?suse_version} && %{suse_version} <= 1500
 # requires __has_builtin with keywords
@@ -63,7 +65,7 @@
 %endif
 Name:           python-pandas%{psuffix}
 # Set version through _service
-Version:        3.0.3
+Version:        3.0.5
 Release:        0
 Summary:        Python data structures for data analysis, time series, and 
statistics
 License:        BSD-3-Clause
@@ -169,6 +171,7 @@
 Requires:       python-hypothesis >= 6.116.0
 Requires:       python-pandas = %{version}
 Requires:       python-pytest >= 8.3.4
+Requires:       python-pytest-xdist >= 3.6.1
 BuildArch:      noarch
 
 %description test
@@ -407,6 +410,7 @@
 %{?with_pyarrow:Requires:       python-pyarrow >= 13.0.0}
 Requires:       python-pyreadstat >= 1.2.8
 Requires:       python-pytest >= 8.3.4
+Requires:       python-pytest-xdist >= 3.6.1
 Requires:       python-scipy >= 1.14.1
 Requires:       python-tables >= 3.10.1
 Requires:       python-tabulate >= 0.9.0
@@ -558,7 +562,7 @@
 
 %{python_expand $python -c 'import pandas; print(pandas.__path__); 
print(pandas.show_versions())'
 # cache: can't just say no cacheprovider, because one test checks for the --lf 
option of pytest-cache
-xvfb-run pytest-%{$python_bin_suffix} -v -rsfE \
+xvfb-run pytest-%{$python_bin_suffix} %{?with_xdist:-n %{jobs}} -v -rsfE \
                                       -o cache_dir=$PWD/.pytest_cache 
--cache-clear \
                                       -m "not (${SKIP_MARKERS})" \
                                       -k "not (${SKIP_TESTS})" \

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.F7gRE2/_old  2026-08-01 18:28:33.458214133 +0200
+++ /var/tmp/diff_new_pack.F7gRE2/_new  2026-08-01 18:28:33.462214270 +0200
@@ -1,7 +1,7 @@
 <constraints>
   <hardware>
     <physicalmemory>
-      <size unit="G">12</size>
+      <size unit="G">16</size>
     </physicalmemory>
     <processors>4</processors>
   </hardware>  

++++++ _service ++++++
--- /var/tmp/diff_new_pack.F7gRE2/_old  2026-08-01 18:28:33.494215363 +0200
+++ /var/tmp/diff_new_pack.F7gRE2/_new  2026-08-01 18:28:33.498215499 +0200
@@ -2,7 +2,7 @@
   <service name="tar_scm" mode="manual">
     <param name="url">https://github.com/pandas-dev/pandas.git</param>
     <param name="scm">git</param>
-    <param name="revision">v3.0.3</param>
+    <param name="revision">v3.0.5</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="filename">pandas</param>

++++++ pandas-3.0.3.tar.gz -> pandas-3.0.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-pandas/pandas-3.0.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-pandas.new.16738/pandas-3.0.5.tar.gz differ: 
char 13, line 1

Reply via email to