diff --git a/python-stestr.spec b/python-stestr.spec index edd3c6f10e56119122d82e4febd5b85bb882f881..f58cd350da34f5e5e82a77365a7699f00913f162 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-stestr -Version: 4.0.1 +Version: 4.1.0 Release: 1 Summary: A parallel Python test runner built around subunit License: Apache-2.0 URL: http://stestr.readthedocs.io/en/latest/ -Source0: https://files.pythonhosted.org/packages/fe/83/8c1929b09370801b398595a43216f15acfcafbb6195301b5ea62aa8b98d6/stestr-4.0.1.tar.gz +Source0: https://files.pythonhosted.org/packages/fe/83/8c1929b09370801b398595a43216f15acfcafbb6195301b5ea62aa8b98d6/stestr-4.1.0.tar.gz BuildArch: noarch %description A parallel Python test runner built around subunit @@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 26 2024 GuoCe - 4.1.0-1 +- Update package to version 4.1.0 + * Wed Dec 07 2022 liqiuyu - 4.0.1-1 - Update package to version 4.0.1 diff --git a/stestr-4.0.1.tar.gz b/stestr-4.0.1.tar.gz deleted file mode 100644 index ec07eb610b10c8d6a93882a6ce6343bd806eaa93..0000000000000000000000000000000000000000 Binary files a/stestr-4.0.1.tar.gz and /dev/null differ diff --git a/stestr-4.1.0.tar.gz b/stestr-4.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cda54c24a216a1243671233cbfa0f589ab1e6c18 Binary files /dev/null and b/stestr-4.1.0.tar.gz differ