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 2026-01-22 15:13:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-astropy (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-astropy.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-astropy"
Thu Jan 22 15:13:56 2026 rev:16 rq:1328501 version:0.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asdf-astropy/python-asdf-astropy.changes
2025-12-12 21:43:59.171941334 +0100
+++
/work/SRC/openSUSE:Factory/.python-asdf-astropy.new.1928/python-asdf-astropy.changes
2026-01-22 15:15:52.570477430 +0100
@@ -1,0 +2,12 @@
+Wed Jan 21 12:29:38 UTC 2026 - Benjamin Greiner <[email protected]>
+
+- Revert to %pytest macro. Create XDG_CACHE_HOME for astropy
+ warning to disappear.
+
+-------------------------------------------------------------------
+Wed Jan 21 11:43:13 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Fix tests. Do not use %pytest macro for running tests as it
+ conflicts with internal .astropy/config
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-astropy.spec ++++++
--- /var/tmp/diff_new_pack.QWQ7gb/_old 2026-01-22 15:15:54.826571256 +0100
+++ /var/tmp/diff_new_pack.QWQ7gb/_new 2026-01-22 15:15:54.826571256 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-asdf-astropy
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -80,6 +80,8 @@
%if %{with test}
%check
+export XDG_CACHE_HOME=$PWD/astropy_cache
+mkdir -p $XDG_CACHE_HOME
%pytest -n auto
%endif