Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mpl-animators for
openSUSE:Factory checked in at 2025-07-14 10:52:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mpl-animators (Old)
and /work/SRC/openSUSE:Factory/.python-mpl-animators.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mpl-animators"
Mon Jul 14 10:52:31 2025 rev:4 rq:1292518 version:1.2.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mpl-animators/python-mpl-animators.changes
2025-05-09 18:52:48.648704378 +0200
+++
/work/SRC/openSUSE:Factory/.python-mpl-animators.new.7373/python-mpl-animators.changes
2025-07-14 10:58:16.352973825 +0200
@@ -1,0 +2,18 @@
+Sun Jul 13 13:56:16 UTC 2025 - Ben Greiner <[email protected]>
+
+- Update to 1.2.4
+ * Catch errors when animating plots with missing data and replace
+ them with warnings. (#73)
+- Releases 1.2.0 to 1.2.3
+ * remove old circleci webhook config by @Cadair in #36
+ * Added Gallery + Update Package template by @nabobalis in #37
+ * Speed up CI by using different images per build by @Cadair in
+ #39
+ * use sh not bash because nixos lol by @Cadair in #41
+ * gallery plus api docs by @nabobalis in #47
+ * Registers package to sunpy template by @CyclingNinja in #48
+ * Wrong base python for image upload by @nabobalis in #50
+ * Allowed a user to override the slider labels for
+ .ArrayAnimatorWCS. (#93)
+
+-------------------------------------------------------------------
Old:
----
mpl_animators-1.1.1.tar.gz
New:
----
mpl_animators-1.2.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mpl-animators.spec ++++++
--- /var/tmp/diff_new_pack.ZAMZG4/_old 2025-07-14 10:58:17.577024568 +0200
+++ /var/tmp/diff_new_pack.ZAMZG4/_new 2025-07-14 10:58:17.577024568 +0200
@@ -18,35 +18,38 @@
%{?sle15_python_module_pythons}
Name: python-mpl-animators
-Version: 1.1.1
+Version: 1.2.4
Release: 0
Summary: An interative animation framework for matplotlib
License: BSD-3-Clause
URL: https://github.com/sunpy/mpl-animators
Source:
https://files.pythonhosted.org/packages/source/m/mpl_animators/mpl_animators-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools_scm}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools >= 62}
+BuildRequires: %{python_module setuptools_scm >= 8}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-matplotlib >= 3.2.0
-Requires: python-numpy >= 1.17.0
-Suggests: python-astropy >= 4.2.0
+Requires: python-matplotlib >= 3.5.0
+Requires: python-numpy >= 1.23.0
+Suggests: python-astropy >= 5.3.0
Provides: python-mpl_animators = %{version}-%{release}
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module astropy >= 4.2.0}
-BuildRequires: %{python_module matplotlib >= 3.2.0}
-BuildRequires: %{python_module numpy >= 1.17.0}
+BuildRequires: %{python_module astropy >= 5.3.0}
+BuildRequires: %{python_module matplotlib >= 3.5.0}
+BuildRequires: %{python_module numpy >= 1.23.0}
+BuildRequires: %{python_module pytest-doctestplus}
BuildRequires: %{python_module pytest-mpl}
+BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
%description
-An interative animation framework for matplotlib
+Aframework for creating interactive animations with matplotlib.
+It is designed to handle N-dimensional data, and can be used to create
animations.
%prep
%setup -q -n mpl_animators-%{version}
@@ -59,7 +62,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+%pytest -n auto
%files %{python_files}
%{python_sitelib}/mpl_animators
++++++ mpl_animators-1.1.1.tar.gz -> mpl_animators-1.2.4.tar.gz ++++++
++++ 2207 lines of diff (skipped)