Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asdf-transform-schemas for
openSUSE:Factory checked in at 2024-02-18 20:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-transform-schemas (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-transform-schemas.new.1815
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-transform-schemas"
Sun Feb 18 20:25:05 2024 rev:5 rq:1147429 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-asdf-transform-schemas/python-asdf-transform-schemas.changes
2023-12-02 17:13:58.431108832 +0100
+++
/work/SRC/openSUSE:Factory/.python-asdf-transform-schemas.new.1815/python-asdf-transform-schemas.changes
2024-02-18 20:25:39.331391005 +0100
@@ -1,0 +2,6 @@
+Sun Feb 18 13:00:11 UTC 2024 - Ben Greiner <[email protected]>
+
+- Tests require asdf-astropy and scipy which got lost as transitive
+ dependencies -- gh#asdf-format/asdf-transform-schemas#106
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-transform-schemas.spec ++++++
--- /var/tmp/diff_new_pack.cWAkqE/_old 2024-02-18 20:25:39.783407283 +0100
+++ /var/tmp/diff_new_pack.cWAkqE/_new 2024-02-18 20:25:39.787407427 +0100
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-asdf-transform-schemas
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -44,9 +44,11 @@
Requires: python-importlib_resources >= 3
%endif
%if %{with test}
+BuildRequires: %{python_module asdf-astropy}
BuildRequires: %{python_module asdf-transform-schemas = %{version}}
BuildRequires: %{python_module asdf}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module scipy}
%endif
Provides: python-asdf_transform_schemas = %{version}-%{release}
BuildArch: noarch
@@ -72,7 +74,7 @@
%if %{with test}
%check
-%pytest
+%pytest -v
%endif
%if !%{with test}