Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.component for
openSUSE:Factory checked in at 2024-01-17 22:14:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.component (Old)
and /work/SRC/openSUSE:Factory/.python-zope.component.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.component"
Wed Jan 17 22:14:57 2024 rev:13 rq:1139378 version:6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes
2023-06-04 16:41:26.213713540 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.component.new.16006/python-zope.component.changes
2024-01-17 22:14:59.798328459 +0100
@@ -1,0 +2,5 @@
+Tue Jan 16 10:02:43 UTC 2024 - Markéta Machová <[email protected]>
+
+- Rearrange requirements, run only basic testsuite in SLE-based projects
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.component.spec ++++++
--- /var/tmp/diff_new_pack.wP2rZM/_old 2024-01-17 22:15:00.774364302 +0100
+++ /var/tmp/diff_new_pack.wP2rZM/_new 2024-01-17 22:15:00.778364448 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -42,15 +42,17 @@
Requires: python-zope.interface >= 5.3.0a1
#test requirements
%if %{with test}
+BuildRequires: %{python_module zope.component = %{version}}
+BuildRequires: %{python_module zope.configuration}
+BuildRequires: %{python_module zope.testing}
+BuildRequires: %{python_module zope.testrunner}
+%if 0%{?suse_version} >= 1600
+# run complete testsuite on Tumbleweed
BuildRequires: %{python_module persistent}
-BuildRequires: %{python_module zope.deferredimport}
-BuildRequires: %{python_module zope.hookable}
-BuildRequires: %{python_module zope.interface}
BuildRequires: %{python_module zope.location}
BuildRequires: %{python_module zope.proxy}
BuildRequires: %{python_module zope.security}
-BuildRequires: %{python_module zope.testing}
-BuildRequires: %{python_module zope.testrunner}
+%endif
%endif
%python_subpackages