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-12-06 14:23:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-astropy (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-astropy.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-astropy"
Tue Dec 6 14:23:48 2022 rev:7 rq:1040470 version:0.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asdf-astropy/python-asdf-astropy.changes
2022-10-28 19:30:37.994963185 +0200
+++
/work/SRC/openSUSE:Factory/.python-asdf-astropy.new.1835/python-asdf-astropy.changes
2022-12-06 14:24:06.502001772 +0100
@@ -1,0 +2,16 @@
+Tue Dec 6 00:26:43 UTC 2022 - Ben Greiner <[email protected]>
+
+- Fix builddeps
+
+-------------------------------------------------------------------
+Mon Dec 5 20:44:55 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to 0.3.0:
+ * Update citations.
+ * Switch to using ``pyproject.toml`` for package configuration.
+ * Fix bug with ``memmap`` of ``Quantity`` objects.
+ * Drop support for ``numpy-1.18``.
+ * Fix bug with ``str`` representations of ``astropy.time`` objects.
+ * Fix bug in preserving the ``dtype`` of ``Quantity`` objects.
+
+-------------------------------------------------------------------
Old:
----
asdf_astropy-0.2.2.tar.gz
New:
----
asdf_astropy-0.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-astropy.spec ++++++
--- /var/tmp/diff_new_pack.PuOR6C/_old 2022-12-06 14:24:06.942005523 +0100
+++ /var/tmp/diff_new_pack.PuOR6C/_new 2022-12-06 14:24:06.950005591 +0100
@@ -26,7 +26,7 @@
%endif
Name: python-asdf-astropy%{psuffix}
-Version: 0.2.2
+Version: 0.3.0
Release: 0
Summary: ASDF serialization support for astropy
License: BSD-3-Clause
@@ -34,13 +34,10 @@
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 setuptools >= 42}
-BuildRequires: %{python_module setuptools_scm}
-%if 0%{suse_version} >= 1550
-BuildRequires: %{python_module tomli}
-%else
-BuildRequires: %{python_module toml}
-%endif
+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
@@ -66,14 +63,14 @@
%prep
%autosetup -p1 -n asdf_astropy-%{version}
-sed -i 's/--color=yes//' setup.cfg
+sed -i 's/--color=yes//' pyproject.toml
%build
-%python_build
+%pyproject_wheel
%if !%{with test}
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -85,7 +82,7 @@
%if !%{with test}
%files %{python_files}
%{python_sitelib}/asdf_astropy
-%{python_sitelib}/asdf_astropy-%{version}*-info
+%{python_sitelib}/asdf_astropy-%{version}.dist-info
%endif
%changelog
++++++ asdf_astropy-0.2.2.tar.gz -> asdf_astropy-0.3.0.tar.gz ++++++
++++ 1958 lines of diff (skipped)