Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asdf-standard for
openSUSE:Factory checked in at 2026-03-19 17:39:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-standard (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-standard.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-standard"
Thu Mar 19 17:39:43 2026 rev:10 rq:1341086 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-asdf-standard/python-asdf-standard.changes
2026-03-05 17:18:23.530708869 +0100
+++
/work/SRC/openSUSE:Factory/.python-asdf-standard.new.8177/python-asdf-standard.changes
2026-03-19 17:41:30.360073406 +0100
@@ -1,0 +2,6 @@
+Thu Mar 19 07:31:22 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add missing BuildRequires for pytest-asdf-plugin for the testsuite.
+- Ship the LICENSE and the README in the binary packages.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-standard.spec ++++++
--- /var/tmp/diff_new_pack.wa3feD/_old 2026-03-19 17:41:32.300153779 +0100
+++ /var/tmp/diff_new_pack.wa3feD/_new 2026-03-19 17:41:32.300153779 +0100
@@ -33,7 +33,7 @@
License: BSD-3-Clause
URL: https://github.com/asdf-format/asdf-standard
Source:
https://files.pythonhosted.org/packages/source/a/asdf-standard/asdf_standard-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.9}
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 61}
BuildRequires: %{python_module setuptools_scm >= 3.4}
@@ -45,6 +45,7 @@
BuildRequires: %{python_module asdf >= 3}
BuildRequires: %{python_module asdf-standard = %{version}}
BuildRequires: %{python_module packaging >= 16.0}
+BuildRequires: %{python_module pytest-asdf-plugin}
BuildRequires: %{python_module pytest}
%endif
BuildArch: noarch
@@ -76,7 +77,9 @@
%if !%{with test}
%files %{python_files}
+%license LICENSE
+%doc README.md
%{python_sitelib}/asdf_standard
-%{python_sitelib}/asdf_standard-%{version}*-info
+%{python_sitelib}/asdf_standard-%{version}.dist-info
%endif