From 3fbd0f5bdc17c3a8b2851606f2c6f29ba7e5063746a9861d3c47c78928f87303 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Oct 2023 10:24:12 +0000 Subject: [PATCH] Accepting request 1116404 from home:mimi_vx:branches:devel:languages:python:numeric - update to 2.0.0 * rename private module to clarify that it's not part of public API * cycle out deprecated function from private module OBS-URL: https://build.opensuse.org/request/show/1116404 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cmyt?expand=0&rev=4 --- cmyt-1.4.0.tar.gz | 3 --- cmyt-2.0.0.tar.gz | 3 +++ python-cmyt.changes | 7 +++++++ python-cmyt.spec | 18 +++++++++--------- 4 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 cmyt-1.4.0.tar.gz create mode 100644 cmyt-2.0.0.tar.gz diff --git a/cmyt-1.4.0.tar.gz b/cmyt-1.4.0.tar.gz deleted file mode 100644 index 139c290..0000000 --- a/cmyt-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f98fd94a5a07107deaed7f31baed077e65ebe22835bab76b2f441b865cd6ce8b -size 30690 diff --git a/cmyt-2.0.0.tar.gz b/cmyt-2.0.0.tar.gz new file mode 100644 index 0000000..e316509 --- /dev/null +++ b/cmyt-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4beef670f488818efc6ac30491bae81b63a71590936e8cdd3dc3fc9027ab4bfd +size 30497 diff --git a/python-cmyt.changes b/python-cmyt.changes index f91c02f..a63558e 100644 --- a/python-cmyt.changes +++ b/python-cmyt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 9 06:01:30 UTC 2023 - Ondřej Súkup + +- update to 2.0.0 + * rename private module to clarify that it's not part of public API + * cycle out deprecated function from private module + ------------------------------------------------------------------- Tue Oct 3 14:27:55 UTC 2023 - Ondřej Súkup diff --git a/python-cmyt.spec b/python-cmyt.spec index 100f3f3..4692054 100644 --- a/python-cmyt.spec +++ b/python-cmyt.spec @@ -17,23 +17,23 @@ Name: python-cmyt -Version: 1.4.0 +Version: 2.0.0 Release: 0 Summary: A collection of Matplotlib colormaps from the yt project License: BSD-3-Clause -URL: https://github.com/yt-project/cmyt +URL: https://github.com/yt-project/cmyt Source: https://files.pythonhosted.org/packages/source/c/cmyt/cmyt-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module colorspacious} -BuildRequires: %{python_module pytest-mpl} BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy} -Requires: python-numpy -Requires: python-matplotlib +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest-mpl} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-matplotlib +Requires: python-numpy BuildArch: noarch %python_subpackages