Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Factory 
checked in at 2024-05-20 18:09:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tqdm (Old)
 and      /work/SRC/openSUSE:Factory/.python-tqdm.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tqdm"

Mon May 20 18:09:30 2024 rev:59 rq:1174774 version:4.66.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes  2024-05-08 
11:38:49.546792521 +0200
+++ /work/SRC/openSUSE:Factory/.python-tqdm.new.1880/python-tqdm.changes        
2024-05-20 18:09:34.773868951 +0200
@@ -1,0 +2,5 @@
+Fri May 17 06:38:10 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Re-add conditionals to numpy/pandas, it is required. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tqdm.spec ++++++
--- /var/tmp/diff_new_pack.vyKqtA/_old  2024-05-20 18:09:35.245886136 +0200
+++ /var/tmp/diff_new_pack.vyKqtA/_new  2024-05-20 18:09:35.245886136 +0200
@@ -49,12 +49,14 @@
 %if %{with test}
 # SECTION test requirements
 BuildRequires:  %{python_module pytest-asyncio}
-BuildRequires:  %{python_module numpy}
+# Conditional required for SLE-15-SP4+
+BuildRequires:  %{python_module numpy if (python-base without python36-base)}
 BuildRequires:  %{python_module pytest-timeout}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module tqdm = %{version}}
 %if ! 0%{?_with_ringdisabled}
-BuildRequires:  %{python_module pandas}
+# Conditional required for SLE-15-SP4+
+BuildRequires:  %{python_module pandas if (python-base without python36-base)}
 %endif
 # /SECTION
 %endif

Reply via email to