!11 update to 4.1.0

From: @zhuofeng6 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-11-09 10:15:37 +00:00 committed by Gitee
commit 596e49eaa7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 4 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-ordered-set
Version: 4.0.2
Release: 2
Version: 4.1.0
Release: 1
Summary: A mutable data structure
License: MIT
URL: https://github.com/LuminosoInsight/ordered-set
@ -45,10 +45,12 @@ Ordered-set for python3.
%license MIT-LICENSE
%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