diff --git a/stestr.spec b/python-stestr.spec similarity index 90% rename from stestr.spec rename to python-stestr.spec index 54e2d99..979964a 100644 --- a/stestr.spec +++ b/python-stestr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-stestr -Version: 3.1.0 -Release: 2 +Version: 3.2.1 +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/b2/bd/2db3dbae7b6dd30cf45009e9d75a39413e74171314d2b0e8b68e69e5b3a5/stestr-3.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/63/f8/285a0f398927258e9527c593e3c99bfdb19d5e665ffe79bb67b0ba936928/stestr-3.2.1.tar.gz BuildArch: noarch %description A parallel Python test runner built around subunit @@ -27,7 +27,7 @@ BuildRequires: python3-fixtures BuildRequires: python3-testtools BuildRequires: python3-pyyaml BuildRequires: python3-voluptuous -#BuildRequires: python3-subunit2sql +# BuildRequires: python3-subunit2sql # General requires Requires: python3-future Requires: python3-pbr @@ -96,6 +96,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 26 2022 renliang16 - 3.2.1-1 +- Upgrade package python3-stestr to version 3.2.1 + * Thu Aug 12 2021 huangtianhua - 3.1.0-2 - Adds ln stestr-3 and stestr-%{python3_version} diff --git a/stestr-3.1.0.tar.gz b/stestr-3.1.0.tar.gz deleted file mode 100644 index cd487c6..0000000 Binary files a/stestr-3.1.0.tar.gz and /dev/null differ diff --git a/stestr-3.2.1.tar.gz b/stestr-3.2.1.tar.gz new file mode 100644 index 0000000..cd13b8e Binary files /dev/null and b/stestr-3.2.1.tar.gz differ