Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
596e49eaa7
!11 update to 4.1.0
From: @zhuofeng6 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-09 10:15:37 +00:00
zhuofeng
cf7eaf2894 update to 4.1.0 2022-11-09 14:29:11 +08:00
openeuler-ci-bot
11b5529d08
!6 replace nosetests with pytest and remove useless python3-nose
From: @renxichen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-05-30 11:24:19 +00:00
rwx403335
70f40c88cc replace nosetests with pytest and remove useless python3-nose 2022-05-25 16:13:40 +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
openeuler-ci-bot
584b4ec85b !1 add yaml file in package
Merge pull request !1 from Markeryang/master
2020-06-28 11:39:04 +08:00
Markeryang
5ef13676f1 add python-ordered-set.yaml. 2020-06-12 21:23:30 +08:00
4 changed files with 18 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,21 @@ 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 May 25 2022 renhongxun <renhongxun@h-partners.com> - 4.0.2-2
- replace nosetests with pytest and remove useless python3-nose
* 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

4
python-ordered-set.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: LuminosoInsight/ordered-set
tag_prefix: ^release/
seperator: .