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