diff --git a/0.14.1.tar.gz b/0.14.1.tar.gz deleted file mode 100644 index 3eff92b1f641d59eecb558a50f1a754ece60f294..0000000000000000000000000000000000000000 Binary files a/0.14.1.tar.gz and /dev/null differ diff --git a/0.15.1.tar.gz b/0.15.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d3e016b4790c1db75dd857c8f1fcaaf49b107acd Binary files /dev/null and b/0.15.1.tar.gz differ diff --git a/python-nose2.spec b/python-nose2.spec index 3f2023f0c12bfb28d9aee0b3f6a8ed38f12633a4..2c12e9ce2cc5c65974454d41f3a9ea52d0624364 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nose2 -Version: 0.14.1 +Version: 0.15.1 Release: 1 Summary: Next generation of nicer testing for Python License: BSD-2-Clause URL: https://github.com/nose-devs/nose2 -Source0: https://github.com/nose-devs/nose2/archive/refs/tags/0.14.1.tar.gz +Source0: https://github.com/nose-devs/nose2/archive/refs/tags/%{version}.tar.gz BuildArch: noarch %description @@ -101,6 +101,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 15 2024 xu_ping <707078654@qq.com> - 0.15.1-1 +- Update package to version 0.15.1 +- Fix a bug with config loading which caused custom ini configs + not to load if they were not named with a .cfg extension. +- Official support for python3.13 betas. + * Fri May 31 2024 wuzhaomin - 0.14.1-1 - Update package to version 0.14.1 - Fix verbose reporting of skipped tests