Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9801238de0
!8 update to version 0.11.0
From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-19 08:38:21 +00:00
wang--ge
4ba536f658 update to version 0.11.0 2022-10-19 15:46:45 +08:00
openeuler-ci-bot
cccb776a83
!5 [sync] PR-4: Drop the python-nose dependency
Merge pull request !5 from openeuler-sync-bot/sync-pr4-openEuler-22.03-LTS-Next-to-openEuler-22.03-LTS-Next
2022-01-06 14:02:24 +00:00
lyn1001
e49fdf5c34 Drop the python-nose dependency
(cherry picked from commit f394394f87b96d1c9cf5be005c084776346e8d43)
2022-01-05 19:07:44 +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
openeuler-ci-bot
f6fc1a9020 !1 Package init
Merge pull request !1 from seki099/shijian
2020-03-12 11:31:23 +08:00
seki099
3404060dbc package init 2020-03-12 11:02:58 +08:00
4 changed files with 17 additions and 8 deletions

Binary file not shown.

BIN
cycler-0.11.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: python-cycler
Version: 0.10.0
Version: 0.11.0
Release: 1
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
Source0: https://files.pythonhosted.org/packages/34/45/a7caaacbfc2fa60bee42effc4bcc7d7c6dbe9c349500e04f65a861c15eb9/cycler-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-nose python3-six
BuildRequires:python3-devel python3-six
%description
Composable cycles used by matplotlib.
@ -20,7 +20,7 @@ Summary: Composable cycles
Composable cycles used by matplotlib.
%prep
%autosetup -n cycler-%{version}
%autosetup -n cycler-%{version} -p1
%build
%py3_build
@ -28,9 +28,6 @@ Composable cycles used by matplotlib.
%install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
%files -n python3-cycler
%license LICENSE
%doc README.rst
@ -39,5 +36,13 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
%{python3_sitelib}/cycler-*.egg-info/
%changelog
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-1
* Wed Oct 19 2022 Ge Wang <wangge20@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: .