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 2023-06-08 21:41:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
and /work/SRC/openSUSE:Factory/.python-pandas.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas"
Thu Jun 8 21:41:52 2023 rev:50 rq:1091253 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes
2023-06-06 19:56:29.718557231 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new.15902/python-pandas.changes
2023-06-08 21:41:55.333764773 +0200
@@ -1,0 +2,5 @@
+Wed Jun 7 09:13:48 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Increase minimum memory constraints for tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.cUqTNQ/_old 2023-06-08 21:41:56.301770478 +0200
+++ /var/tmp/diff_new_pack.cUqTNQ/_new 2023-06-08 21:41:56.305770501 +0200
@@ -493,7 +493,7 @@
%endif
# The test collection consumes a lot of memory per worker. This sets %%jobs.
-%limit_build -m 2048
+%limit_build -m 3072
%{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
++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.cUqTNQ/_old 2023-06-08 21:41:56.333770666 +0200
+++ /var/tmp/diff_new_pack.cUqTNQ/_new 2023-06-08 21:41:56.337770690 +0200
@@ -1,7 +1,7 @@
<constraints>
<hardware>
<physicalmemory>
- <size unit="M">8000</size>
+ <size unit="G">12</size>
</physicalmemory>
<processors>4</processors>
</hardware>