update version

This commit is contained in:
chenyaqiang 2020-08-22 08:41:12 +00:00
parent 0e405823cb
commit c712350528
4 changed files with 12 additions and 5 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-ordered-set
Version: 2.0.2
Version: 3.1.1
Release: 1
Summary: A mutable data structure
License: MIT
@ -16,7 +16,7 @@ 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
BuildRequires: python2-devel python2-setuptools python2-nose python2-pytest
%description -n python2-ordered-set
Ordered-set for python2.
@ -24,7 +24,7 @@ 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-nose python3-pytest
%description -n python3-ordered-set
Ordered-set for python3.
@ -54,17 +54,20 @@ Ordered-set for python3.
%files -n python2-ordered-set
%license MIT-LICENSE
%doc README
%doc README.md
%{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.*
%changelog
Sat Aug 22 2020 wenzhanli<wenzhanli2@huaweir.com> - 3.1.1-1
- Package update version 3.1.1
* 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: .