Accepting request 1116420 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1116420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmyt?expand=0&rev=2
This commit is contained in:
commit
976ea71f4a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f98fd94a5a07107deaed7f31baed077e65ebe22835bab76b2f441b865cd6ce8b
|
|
||||||
size 30690
|
|
3
cmyt-2.0.0.tar.gz
Normal file
3
cmyt-2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4beef670f488818efc6ac30491bae81b63a71590936e8cdd3dc3fc9027ab4bfd
|
||||||
|
size 30497
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 9 06:01:30 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- 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 <mimi.vx@gmail.com>
|
Tue Oct 3 14:27:55 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -17,23 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-cmyt
|
Name: python-cmyt
|
||||||
Version: 1.4.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of Matplotlib colormaps from the yt project
|
Summary: A collection of Matplotlib colormaps from the yt project
|
||||||
License: BSD-3-Clause
|
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
|
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 colorspacious}
|
||||||
BuildRequires: %{python_module pytest-mpl}
|
|
||||||
BuildRequires: %{python_module matplotlib}
|
BuildRequires: %{python_module matplotlib}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
Requires: python-numpy
|
BuildRequires: %{python_module pip}
|
||||||
Requires: python-matplotlib
|
BuildRequires: %{python_module pytest-mpl}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-matplotlib
|
||||||
|
Requires: python-numpy
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user