!3 update release to 4.0.2

Merge pull request !3 from tianwei/master
This commit is contained in:
openeuler-ci-bot 2020-07-28 09:38:08 +08:00 committed by Gitee
commit 7531da7987
3 changed files with 6 additions and 20 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-ordered-set Name: python-ordered-set
Version: 2.0.2 Version: 4.0.2
Release: 1 Release: 1
Summary: A mutable data structure Summary: A mutable data structure
License: MIT 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 It remembers the order of its entries, and every entry has an index number that
can be looked up. 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 %package -n python3-ordered-set
Summary: ordered-set for python3 Summary: ordered-set for python3
%{?python_provide:%python_provide python2-ordered-set} %{?python_provide:%python_provide python2-ordered-set}
BuildRequires: python3-devel python3-setuptools python3-nose BuildRequires: python3-devel python3-setuptools python3-nose python3-pytest
%description -n python3-ordered-set %description -n python3-ordered-set
Ordered-set for python3. Ordered-set for python3.
@ -33,15 +25,12 @@ Ordered-set for python3.
%autosetup -n ordered-set-%{version} %autosetup -n ordered-set-%{version}
%build %build
%py2_build
%py3_build %py3_build
%install %install
%py2_install
%py3_install %py3_install
%check %check
%{__python2} setup.py nosetests
%{__python3} setup.py nosetests %{__python3} setup.py nosetests
%pre %pre
@ -52,19 +41,16 @@ Ordered-set for python3.
%postun %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 %files -n python3-ordered-set
%license MIT-LICENSE %license MIT-LICENSE
%doc README %doc README.md
%{python3_sitelib}/ordered_set-*.egg-info/ %{python3_sitelib}/ordered_set-*.egg-info/
%{python3_sitelib}/ordered_set.py %{python3_sitelib}/ordered_set.py
%{python3_sitelib}/__pycache__/ordered_set.* %{python3_sitelib}/__pycache__/ordered_set.*
%changelog %changelog
* 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 * Fri Oct 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.2-1
- Package init - Package init