Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sortedcontainers for 
openSUSE:Factory checked in at 2021-01-26 14:45:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sortedcontainers (Old)
 and      /work/SRC/openSUSE:Factory/.python-sortedcontainers.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sortedcontainers"

Tue Jan 26 14:45:51 2021 rev:12 rq:866285 version:2.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sortedcontainers/python-sortedcontainers.changes
  2020-11-30 09:53:29.121757568 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sortedcontainers.new.28504/python-sortedcontainers.changes
       2021-01-26 14:49:41.627673030 +0100
@@ -1,0 +2,7 @@
+Fri Jan 22 21:06:24 UTC 2021 - Benjamin Greiner <c...@bnavigator.de>
+
+- Remove NumPy, SciPy, and Matplotlib requirement. They are not 
+  used in the regular test suite. 
+- no multibuild needed anymore
+
+-------------------------------------------------------------------

Old:
----
  _multibuild

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

Other differences:
------------------
++++++ python-sortedcontainers.spec ++++++
--- /var/tmp/diff_new_pack.Bs6Ocr/_old  2021-01-26 14:49:42.323673978 +0100
+++ /var/tmp/diff_new_pack.Bs6Ocr/_new  2021-01-26 14:49:42.327673984 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sortedcontainers
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,31 +17,18 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%global flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == "test"
-%define psuffix -test
-%bcond_without test
-%else
-%define psuffix %{nil}
-%bcond_with test
-%endif
-Name:           python-sortedcontainers%{psuffix}
+Name:           python-sortedcontainers
 Version:        2.3.0
 Release:        0
 Summary:        Sorted container data types
 License:        Apache-2.0
 URL:            https://github.com/grantjenks/python-sortedcontainers
 Source:         
https://github.com/grantjenks/python-sortedcontainers/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module matplotlib}
-BuildRequires:  %{python_module numpy}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module scipy}
-%endif
 %python_subpackages
 
 %description
@@ -67,21 +54,15 @@
 %python_build
 
 %install
-%if !%{with test}
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%endif
 
 %check
-%if %{with test}
 %pytest tests
-%endif
 
-%if !%{with test}
 %files %{python_files}
 %license LICENSE
 %doc README.rst
 %{python_sitelib}/*
-%endif
 
 %changelog

Reply via email to