Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
b45369cb6d
!9 Upgrade package to version 0.12.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-30 10:57:19 +00:00
jxy_git
e498c60554 Upgrade package to version 0.12.1 2023-11-30 15:55:22 +08:00
openeuler-ci-bot
54f50443e8
!7 Package upgrade
From: @starlet-dx 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-29 07:32:06 +00:00
starlet-dx
49d2196cd8 Package upgrade 2022-06-29 14:38:19 +08:00
openeuler-ci-bot
cd941590df
!4 Drop the python-nose dependency
Merge pull request !4 from lyn/openEuler-22.03-LTS-Next
2022-01-05 10:53:00 +00:00
lyn1001
f394394f87 Drop the python-nose dependency 2022-01-05 17:51:15 +08:00
openeuler-ci-bot
58691c8e1b !3 remove python2
From: @zhangtao2020
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-31 10:17:58 +08:00
zhangtao2020
1c800db020 remove python2 2020-10-30 10:07:19 +08:00
openeuler-ci-bot
f7af57f83d !2 add yaml
Merge pull request !2 from cuibb1/master
2020-05-11 21:12:46 +08:00
cuibb1
f276d9e5b8 yaml upload 2020-05-09 11:54:10 +08:00
4 changed files with 32 additions and 33 deletions

Binary file not shown.

BIN
cycler-0.12.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,24 +1,21 @@
Name: python-cycler
Version: 0.10.0
Release: 2
Summary: Composable cycles
License: BSD
URL: https://github.com/matplotlib/cycler.git
Source0: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz
BuildArch: noarch
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:python2-devel python2-nose python2-six python3-devel python3-nose python3-six
BuildRequires: python3-devel
BuildRequires: python3-six
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
%description
Composable cycles used by matplotlib.
%package -n python2-cycler
Summary: Composable cycles
%{?python_provide:%python_provide python2-cycler}
%description -n python2-cycler
Composable cycles used by matplotlib.
%package -n python3-cycler
Summary: Composable cycles
%{?python_provide:%python_provide python3-cycler}
@ -27,32 +24,30 @@ Summary: Composable cycles
Composable cycles used by matplotlib.
%prep
%autosetup -n cycler-%{version}
%autosetup -n cycler-%{version} -p1
%build
%py2_build
%py3_build
%pyproject_build
%install
%py2_install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python2_sitelib} %{__python2} run_tests.py
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
%files -n python2-cycler
%license LICENSE
%doc README.rst
%{python2_sitelib}/*
%pyproject_install
%files -n python3-cycler
%license LICENSE
%doc README.rst
%{python3_sitelib}/cycler.py
%{python3_sitelib}/__pycache__/
%{python3_sitelib}/cycler-*.egg-info/
%{python3_sitelib}/*
%changelog
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.12.1-1
- Upgrade package to version 0.12.1
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 0.11.0-1
- Update to 0.11.0
* Wed Jan 5 2022 liyanan <liyanan32@huawei.com> - 0.10.0-4
- Drop the python-nose dependency
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 0.10.0-3
- remove python2
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-2
- Package init

4
python-cycler.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: matplotlib/cycler
tag_prefix: ^v
seperator: .