Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cmyt for openSUSE:Factory checked in at 2026-05-18 17:46:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cmyt (Old) and /work/SRC/openSUSE:Factory/.python-cmyt.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cmyt" Mon May 18 17:46:50 2026 rev:4 rq:1353609 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cmyt/python-cmyt.changes 2024-11-24 11:04:58.744788264 +0100 +++ /work/SRC/openSUSE:Factory/.python-cmyt.new.1966/python-cmyt.changes 2026-05-18 17:47:04.581971088 +0200 @@ -1,0 +2,15 @@ +Sun Apr 26 21:51:58 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.0.2: + * TYP: improve internal type checking (fix errors flagged by + basedpyright) +- update to 2.0.1: + * This is a compatibility release for matplotlib >= 3.13 + (future). The only user-facing changes are + avoid deprecation warnings from the development version of + * BUG: avoid a deprecation warning from matplotlib 3.11 (dev) + * REL: prepare release 2.0.1 + * **Full Changelog**: https://github.com/yt- + project/cmyt/compare/v2.0.0...v2.0.1 + +------------------------------------------------------------------- Old: ---- cmyt-2.0.0.tar.gz New: ---- cmyt-2.0.2-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cmyt.spec ++++++ --- /var/tmp/diff_new_pack.mci9JK/_old 2026-05-18 17:47:05.113993071 +0200 +++ /var/tmp/diff_new_pack.mci9JK/_new 2026-05-18 17:47:05.121993402 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cmyt # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -17,23 +17,24 @@ Name: python-cmyt -Version: 2.0.0 +Version: 2.0.2 Release: 0 Summary: A collection of Matplotlib colormaps from the yt project License: BSD-3-Clause URL: https://github.com/yt-project/cmyt -Source: https://files.pythonhosted.org/packages/source/c/cmyt/cmyt-%{version}.tar.gz -BuildRequires: %{python_module colorspacious} -BuildRequires: %{python_module matplotlib} -BuildRequires: %{python_module numpy} +Source: https://github.com/yt-project/cmyt/archive/refs/tags/v%{version}.tar.gz#/cmyt-%{version}-gh.tar.gz +BuildRequires: %{python_module colorspacious >= 1.1.2} +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module matplotlib >= 3.8.0} +BuildRequires: %{python_module numpy >= 1.26.0} BuildRequires: %{python_module pip} -BuildRequires: %{python_module pytest-mpl} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest >= 6.2.4} +BuildRequires: %{python_module pytest-mpl >= 0.13} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-matplotlib -Requires: python-numpy +Requires: python-matplotlib >= 3.8.0 +Requires: python-numpy >= 1.26.0 BuildArch: noarch %python_subpackages @@ -56,6 +57,8 @@ %pytest -k "not test_overview_to_fig" %files %{python_files} +%license LICENSE +%doc README.md %{python_sitelib}/cmyt %{python_sitelib}/cmyt-%{version}.dist-info
