update version
This commit is contained in:
parent
0e405823cb
commit
c712350528
Binary file not shown.
BIN
ordered-set-3.1.1.tar.gz
Normal file
BIN
ordered-set-3.1.1.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: python-ordered-set
|
Name: python-ordered-set
|
||||||
Version: 2.0.2
|
Version: 3.1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A mutable data structure
|
Summary: A mutable data structure
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -16,7 +16,7 @@ can be looked up.
|
|||||||
%package -n python2-ordered-set
|
%package -n python2-ordered-set
|
||||||
Summary: ordered-set for python2
|
Summary: ordered-set for python2
|
||||||
%{?python_provide:%python_provide python2-ordered-set}
|
%{?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
|
%description -n python2-ordered-set
|
||||||
Ordered-set for python2.
|
Ordered-set for python2.
|
||||||
@ -24,7 +24,7 @@ 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.
|
||||||
@ -54,17 +54,20 @@ Ordered-set for python3.
|
|||||||
|
|
||||||
%files -n python2-ordered-set
|
%files -n python2-ordered-set
|
||||||
%license MIT-LICENSE
|
%license MIT-LICENSE
|
||||||
%doc README
|
%doc README.md
|
||||||
%{python2_sitelib}/ordered_set-*.egg-info/
|
%{python2_sitelib}/ordered_set-*.egg-info/
|
||||||
%{python2_sitelib}/ordered_set.py*
|
%{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 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
|
* Fri Oct 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.2-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
python-ordered-set.yaml
Normal file
4
python-ordered-set.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: LuminosoInsight/ordered-set
|
||||||
|
tag_prefix: ^release/
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user