diff --git a/ordered-set-4.0.2.tar.gz b/ordered-set-4.0.2.tar.gz deleted file mode 100644 index f330e66..0000000 Binary files a/ordered-set-4.0.2.tar.gz and /dev/null differ diff --git a/ordered-set-4.1.0.tar.gz b/ordered-set-4.1.0.tar.gz new file mode 100644 index 0000000..2086887 Binary files /dev/null and b/ordered-set-4.1.0.tar.gz differ diff --git a/python-ordered-set.spec b/python-ordered-set.spec index 9bd0ce8..cd15be6 100644 --- a/python-ordered-set.spec +++ b/python-ordered-set.spec @@ -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 - 4.1.0-1 +- update to 4.1.0 + * Wed May 25 2022 renhongxun - 4.0.2-2 - replace nosetests with pytest and remove useless python3-nose