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 2023-05-21 19:08:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-astropy (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-astropy.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-astropy"
Sun May 21 19:08:38 2023 rev:8 rq:1087852 version:0.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asdf-astropy/python-asdf-astropy.changes
2022-12-06 14:24:06.502001772 +0100
+++
/work/SRC/openSUSE:Factory/.python-asdf-astropy.new.1533/python-asdf-astropy.changes
2023-05-21 19:09:35.722738929 +0200
@@ -1,0 +2,17 @@
+Thu May 18 19:33:32 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 0.4.0
+ * Update pins for asdf, asdf-coordinates-schemas, numpy, and
+ packaging. [#164]
+ * Add serialization support for non-VOunits. [#142]
+ * Add serialization support for MagUnit based units. [#146]
+ * Document and add assert_model_roundtrip and
+ assert_table_roundtrip to
+ * asdf_astropy.testing.helpers. [#170]
+
+-------------------------------------------------------------------
+Thu May 18 16:09:52 UTC 2023 - Dirk Müller <[email protected]>
+
+- set sle15_python_module_pythons for building with newer python stack on SLE15
+
+-------------------------------------------------------------------
Old:
----
asdf_astropy-0.3.0.tar.gz
New:
----
asdf-astropy-0.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-astropy.spec ++++++
--- /var/tmp/diff_new_pack.QOsivh/_old 2023-05-21 19:09:36.170741487 +0200
+++ /var/tmp/diff_new_pack.QOsivh/_new 2023-05-21 19:09:36.174741510 +0200
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,33 +25,35 @@
%bcond_with test
%endif
+%{?sle15_python_module_pythons}
Name: python-asdf-astropy%{psuffix}
-Version: 0.3.0
+Version: 0.4.0
Release: 0
Summary: ASDF serialization support for astropy
License: BSD-3-Clause
URL: https://github.com/astropy/asdf-astropy
-Source:
https://files.pythonhosted.org/packages/source/a/asdf-astropy/asdf_astropy-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/asdf-astropy/asdf-astropy-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
-BuildRequires: %{python_module packaging >= 16.0}
+BuildRequires: %{python_module packaging >= 19}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 60}
BuildRequires: %{python_module setuptools_scm >= 3.4}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-asdf >= 2.8.0
-Requires: python-asdf-coordinates-schemas
+Requires: python-asdf >= 2.13
+Requires: python-asdf-coordinates-schemas >= 0.1
Requires: python-asdf-transform-schemas >= 0.2.2
Requires: python-astropy >= 5.0.4
-Requires: python-numpy
-Requires: python-packaging >= 16.0
+Requires: python-numpy >= 1.20
+Requires: python-packaging >= 19
%if 0%{?python_version_nodots} < 39
Requires: python-importlib_resources >= 3
%endif
%if %{with test}
BuildRequires: %{python_module asdf-astropy = %{version}}
BuildRequires: %{python_module pytest-astropy}
+BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy}
%endif
@@ -62,13 +64,13 @@
ASDF serialization support for astropy
%prep
-%autosetup -p1 -n asdf_astropy-%{version}
+%autosetup -p1 -n asdf-astropy-%{version}
sed -i 's/--color=yes//' pyproject.toml
+%if !%{with test}
%build
%pyproject_wheel
-%if !%{with test}
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -76,7 +78,7 @@
%if %{with test}
%check
-%pytest
+%pytest -n auto
%endif
%if !%{with test}