Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asdf-astropy for
openSUSE:Factory checked in at 2022-03-22 19:40:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-astropy (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-astropy.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-astropy"
Tue Mar 22 19:40:29 2022 rev:3 rq:963918 version:0.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asdf-astropy/python-asdf-astropy.changes
2022-03-16 21:15:28.370852233 +0100
+++
/work/SRC/openSUSE:Factory/.python-asdf-astropy.new.25692/python-asdf-astropy.changes
2022-03-22 19:40:35.051114078 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 11:36:42 UTC 2022 - Ben Greiner <[email protected]>
+
+- Fix setuptools_scm[toml] requirement for old distro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-astropy.spec ++++++
--- /var/tmp/diff_new_pack.E6ANRh/_old 2022-03-22 19:40:35.563114615 +0100
+++ /var/tmp/diff_new_pack.E6ANRh/_new 2022-03-22 19:40:35.567114619 +0100
@@ -37,7 +37,11 @@
BuildRequires: %{python_module packaging >= 16.0}
BuildRequires: %{python_module setuptools >= 42}
BuildRequires: %{python_module setuptools_scm}
+%if 0%{suse_version} >= 1550
BuildRequires: %{python_module tomli}
+%else
+BuildRequires: %{python_module toml}
+%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-asdf >= 2.8.0