update to 4.1.0

This commit is contained in:
zhuofeng 2022-11-09 14:29:11 +08:00
parent 11b5529d08
commit cf7eaf2894
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 Name: python-ordered-set
Version: 4.0.2 Version: 4.1.0
Release: 2 Release: 1
Summary: A mutable data structure Summary: A mutable data structure
License: MIT License: MIT
URL: https://github.com/LuminosoInsight/ordered-set URL: https://github.com/LuminosoInsight/ordered-set
@ -45,10 +45,12 @@ Ordered-set for python3.
%license MIT-LICENSE %license MIT-LICENSE
%doc README.md %doc README.md
%{python3_sitelib}/ordered_set-*.egg-info/ %{python3_sitelib}/ordered_set-*.egg-info/
%{python3_sitelib}/ordered_set.py %{python3_sitelib}/ordered_set
%{python3_sitelib}/__pycache__/ordered_set.*
%changelog %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 * Wed May 25 2022 renhongxun <renhongxun@h-partners.com> - 4.0.2-2
- replace nosetests with pytest and remove useless python3-nose - replace nosetests with pytest and remove useless python3-nose