python-cycler/python-cycler.spec

54 lines
1.3 KiB
RPMSpec
Raw Permalink Normal View History

2023-11-30 15:55:22 +08:00
Name: python-cycler
Version: 0.12.1
Release: 1
Summary: Composable cycles
License: BSD
URL: https://github.com/matplotlib/cycler.git
Source0: https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-six
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
2019-11-19 11:53:40 +08:00
%description
Composable cycles used by matplotlib.
%package -n python3-cycler
Summary: Composable cycles
%{?python_provide:%python_provide python3-cycler}
%description -n python3-cycler
Composable cycles used by matplotlib.
%prep
2022-06-29 14:38:19 +08:00
%autosetup -n cycler-%{version} -p1
2019-11-19 11:53:40 +08:00
%build
2023-11-30 15:55:22 +08:00
%pyproject_build
2019-11-19 11:53:40 +08:00
%install
2023-11-30 15:55:22 +08:00
%pyproject_install
2019-11-19 11:53:40 +08:00
%files -n python3-cycler
%license LICENSE
%doc README.rst
2023-11-30 15:55:22 +08:00
%{python3_sitelib}/*
2019-11-19 11:53:40 +08:00
%changelog
2023-11-30 15:55:22 +08:00
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.12.1-1
- Upgrade package to version 0.12.1
2022-06-29 14:38:19 +08:00
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 0.11.0-1
- Update to 0.11.0
2022-01-05 17:51:15 +08:00
* Wed Jan 5 2022 liyanan <liyanan32@huawei.com> - 0.10.0-4
- Drop the python-nose dependency
2020-10-30 10:07:19 +08:00
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 0.10.0-3
- remove python2
2020-03-12 11:02:58 +08:00
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-2
2019-11-19 11:53:40 +08:00
- Package init