Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yt for openSUSE:Factory checked in at 2024-07-11 20:32:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yt (Old) and /work/SRC/openSUSE:Factory/.python-yt.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yt" Thu Jul 11 20:32:56 2024 rev:11 rq:1186758 version:4.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yt/python-yt.changes 2024-04-08 17:52:33.462318157 +0200 +++ /work/SRC/openSUSE:Factory/.python-yt.new.17339/python-yt.changes 2024-07-11 20:33:35.693777903 +0200 @@ -1,0 +2,27 @@ +Thu Jul 4 05:28:54 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 4.3.1: + * Fix broken urllib imports + * Make annotate_sphere and annotate_arrow safe when run after plot + invalidation + * Fix an incompatibility with unyt 3.0 (amu_cgs doesn't exist as a physical + constant anymore) + * Handle deprecation warnings from numpy 2.0.0dev0 (np.row_stack -> + np.vstack and np.in1d -> np.isin) + * Avoid a deprecation warning in yt.load_sample on Python 3.12 + * Switch to field tuples for default fields in particle_trajectories + * Enforce Figure dpi in _show_mpl + * Fix bug where race condition results in incorrect fields categorization + when computing particle_trajectories + * Use the validated center for YTCuttingPlane set_field_parameter + * Avoid usage of deprecated numpy.core namespace (numpy 2 compat) + * Fix geographic coordinate conversions + * Update xarray integration test to use non-deprecated API + * Enzo testing framework - ignore units for ShockTube tests + * Explicitly set minimum Python to 3.9.2 + * Ditch np.int_t, removed in numpy 2's C API (use np.int64_t instead) + * Migrate module-level setup/teardown functions to pytest +- Drop patch yt-pr4727-unpin-unyt.patch, included upstream. +- Remove upper bound on numpy. + +------------------------------------------------------------------- Old: ---- yt-4.3.0.tar.gz yt-pr4727-unpin-unyt.patch New: ---- yt-4.3.1.tar.gz BETA DEBUG BEGIN: Old: * Migrate module-level setup/teardown functions to pytest - Drop patch yt-pr4727-unpin-unyt.patch, included upstream. - Remove upper bound on numpy. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yt.spec ++++++ --- /var/tmp/diff_new_pack.dRzMNH/_old 2024-07-11 20:33:36.861820586 +0200 +++ /var/tmp/diff_new_pack.dRzMNH/_new 2024-07-11 20:33:36.861820586 +0200 @@ -24,28 +24,25 @@ %bcond_with test %define psuffix %{nil} %endif -%define skip_python39 1 # avoid "lto1: internal compiler error" during build %global _lto_cflags %{nil} %{?sle15_python_module_pythons} Name: python-yt%{psuffix} -Version: 4.3.0 +Version: 4.3.1 Release: 0 Summary: An analysis and visualization toolkit for volumetric data License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/yt-project/yt Source0: https://files.pythonhosted.org/packages/source/y/yt/yt-%{version}.tar.gz Source100: python-yt-rpmlintrc -# PATCH-FIX-UPSTREAM yt-pr4727-unpin-unyt.patch gh#yt-project/yt#4727 -Patch0: https://github.com/yt-project/yt/pull/4727.patch#/yt-pr4727-unpin-unyt.patch # PATCH-FIX-OPENSUSE yt-ignore-pytestdepr.patch c...@bnavigator.de -- ignore a pytest deprecation warning. Upstream is still working on the nose ot pytest transition Patch1: yt-ignore-pytestdepr.patch BuildRequires: %{python_module Cython > 3 with %python-Cython < 3.1} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module ewah-bool-utils-devel >= 1.0.2} -BuildRequires: %{python_module numpy-devel >= 1.25 with %python-numpy-devel < 2} +BuildRequires: %{python_module numpy-devel >= 1.25} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -58,11 +55,11 @@ Requires: python-ipywidgets >= 8.0.0 Requires: python-matplotlib >= 3.5 Requires: python-more-itertools >= 8.4 +Requires: python-numpy >= 1.19.3 Requires: python-packaging >= 20.9 Requires: python-tomli-w >= 0.4.0 Requires: python-tqdm >= 3.4.0 Requires: python-unyt >= 2.9.2 -Requires: (python-numpy >= 1.19.3 with python-numpy < 2) Requires: (python-tomli >= 1.2.3 if python-base < 3.11) Requires: (python-typing-extensions >= 4.4.0 if python-base < 3.12) Requires(post): update-alternatives @@ -122,7 +119,7 @@ %doc README.md %license COPYING.txt %python_alternative %{_bindir}/yt -%{python_sitearch}/yt-%{version}.dist-info %{python_sitearch}/yt +%{python_sitearch}/yt-%{version}.dist-info %endif ++++++ yt-4.3.0.tar.gz -> yt-4.3.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-yt/yt-4.3.0.tar.gz /work/SRC/openSUSE:Factory/.python-yt.new.17339/yt-4.3.1.tar.gz differ: char 5, line 1