diff --git a/pytest-subtests-0.8.0.tar.gz b/pytest-subtests-0.8.0.tar.gz deleted file mode 100644 index d2aba18062606829d72edbf3b3cd324d97ab184a..0000000000000000000000000000000000000000 Binary files a/pytest-subtests-0.8.0.tar.gz and /dev/null differ diff --git a/pytest-subtests-0.9.0.tar.gz b/pytest-subtests-0.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8ef2ac076eb251dfcef418fc68aaeb4afaf08306 Binary files /dev/null and b/pytest-subtests-0.9.0.tar.gz differ diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 650cc93f7237083e7e205c464db683a20cb9db2a..69330d89a1bc205bf95d3736d6d500dd86c9a42f 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-subtests -Version: 0.8.0 +Version: 0.9.0 Release: 1 Summary: unittest subTest() support and subtests fixture License: MIT URL: https://github.com/pytest-dev/pytest-subtests -Source0: https://files.pythonhosted.org/packages/2f/7a/1af817d053ad4989a8b56528a4eed9cfa64e865624d0408d729d980ab658/pytest-subtests-0.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/bd/e8/c722a2cca34404643d3baf50f1eab6f697c05271b5e0f733e3815dcaacfa/pytest-subtests-0.9.0.tar.gz BuildArch: noarch BuildRequires: python3-pip Requires: python3-pytest @@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 7 2022 hkgy - 0.9.0-1 +- Upgrade to v0.9.0 + * Tue Sep 27 2022 wangjunqi - 0.8.0-1 - update version to 0.8.0