Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9a257b9f77
!10 update to 4.1.0
From: @zhuofeng6 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-04 09:29:40 +00:00
zhuofeng
2d674dae24 update to 4.1.0 2022-11-03 14:56:16 +08:00
openeuler-ci-bot
57341366ce
!8 【轻量级 PR】:Rebuild for next release
From: @zhuofeng6 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-10-29 01:48:40 +00:00
zhuofeng
b0e92e8bf9
update for mass rebuild and upgrade verification
Signed-off-by: zhuofeng <zhuofeng2@huawei.com>
2022-10-26 12:17:44 +00:00
openeuler-ci-bot
2139827a77
!5 fix build failed
Merge pull request !5 from wangjiang/openEuler-22.03-LTS-Next
2022-01-08 06:43:10 +00:00
wangjiang
86dc0674ef fix build failed 2022-01-05 19:52:48 +08:00
openeuler-ci-bot
7531da7987 !3 update release to 4.0.2
Merge pull request !3 from tianwei/master
2020-07-28 09:38:08 +08:00
tianwei
6e315fa78e update python-ordered-set.spec. 2020-07-27 10:13:38 +08:00
weiwei_150212
45ac2d9c33 update to release 4.0.2 2020-07-25 15:41:18 +08:00
weiwei_150212
63ea46665d update to release 4.0.2 2020-07-25 15:33:23 +08:00
3 changed files with 17 additions and 23 deletions

Binary file not shown.

BIN
ordered-set-4.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-ordered-set
Version: 2.0.2
Version: 4.1.0
Release: 1
Summary: A mutable data structure
License: MIT
@ -13,18 +13,10 @@ An OrderedSet is a mutable data structure that is a hybrid of a list and a set.
It remembers the order of its entries, and every entry has an index number that
can be looked up.
%package -n python2-ordered-set
Summary: ordered-set for python2
%{?python_provide:%python_provide python2-ordered-set}
BuildRequires: python2-devel python2-setuptools python2-nose
%description -n python2-ordered-set
Ordered-set for python2.
%package -n python3-ordered-set
Summary: ordered-set for python3
%{?python_provide:%python_provide python2-ordered-set}
BuildRequires: python3-devel python3-setuptools python3-nose
BuildRequires: python3-devel python3-setuptools python3-pytest
%description -n python3-ordered-set
Ordered-set for python3.
@ -33,16 +25,13 @@ Ordered-set for python3.
%autosetup -n ordered-set-%{version}
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%check
%{__python2} setup.py nosetests
%{__python3} setup.py nosetests
%{__python3} -m pytest
%pre
@ -52,19 +41,24 @@ Ordered-set for python3.
%postun
%files -n python2-ordered-set
%license MIT-LICENSE
%doc README
%{python2_sitelib}/ordered_set-*.egg-info/
%{python2_sitelib}/ordered_set.py*
%files -n python3-ordered-set
%license MIT-LICENSE
%doc README
%doc README.md
%{python3_sitelib}/ordered_set-*.egg-info/
%{python3_sitelib}/ordered_set.py
%{python3_sitelib}/__pycache__/ordered_set.*
%{python3_sitelib}/ordered_set
%changelog
* Thu Nov 03 2022 zhuofeng <zhuofeng2@huawei.com> - 4.1.0-1
- update to 4.1.0
* Wed Oct 26 2022 zhuofeng <zhuofeng2@huawei.com> - 4.0.2-3
- Rebuild for next release
* Wed Jan 5 2022 wangjiang <wangjiang37@huawei.com> - 4.0.2-2
- fix build failed
* Sat Jul 25 2020 tianwei <tianwei12m@huawei.com> - 4.0.2-1
- Package update to 4.0.2
* Fri Oct 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.2-1
- Package init