diff --git a/cinder-tempest-plugin-1.4.0.tar.gz b/cinder-tempest-plugin-1.4.0.tar.gz deleted file mode 100644 index 815a0e31679ef393d87ea1ea2637d5a48426d224..0000000000000000000000000000000000000000 Binary files a/cinder-tempest-plugin-1.4.0.tar.gz and /dev/null differ diff --git a/cinder-tempest-plugin-1.6.0.tar.gz b/cinder-tempest-plugin-1.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2591e78a3d4e3d6233d3a773271d747cbea2155d Binary files /dev/null and b/cinder-tempest-plugin-1.6.0.tar.gz differ diff --git a/python-cinder-tempest-plugin.spec b/python-cinder-tempest-plugin.spec index d3055f52acf528fd7cc6a912ca7a44e8ae186183..ecacc0b6f62d6c7fd8b6e24f18da530f2b95c3b8 100644 --- a/python-cinder-tempest-plugin.spec +++ b/python-cinder-tempest-plugin.spec @@ -1,14 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-cinder-tempest-plugin -Version: 1.4.0 -Release: 2 +Version: 1.6.0 +Release: 1 Summary: Tempest plugin tests for Cinder. License: Apache-2.0 URL: http://www.openstack.org/ -Source0: https://files.pythonhosted.org/packages/1c/1e/53ae972ac33e88fbcdea4e2580dcf12b822c1ccd629369ff5c2d78cefc1c/cinder-tempest-plugin-1.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/69/4b/2f01eb98a1378b5ea411533960889c787134f31c6d5d30075f4561ab1bac/cinder-tempest-plugin-1.6.0.tar.gz BuildArch: noarch %description - Tempest Integration for Cinder This directory contains additional Cinder +Tempest Integration for Cinder This directory contains additional Cinder tempest tests.See the tempest plugin docs for information on using it: run all tests from this plugin, install cinder into your environment. Then from the tempest directory run:: $ tox -e all -cinder_tempest_plugin It is expected that @@ -37,7 +37,7 @@ Requires: python3-pbr Requires: python3-six Requires: python3-tempest %description -n python3-cinder-tempest-plugin - Tempest Integration for Cinder This directory contains additional Cinder +Tempest Integration for Cinder This directory contains additional Cinder tempest tests.See the tempest plugin docs for information on using it: run all tests from this plugin, install cinder into your environment. Then from the tempest directory run:: $ tox -e all -cinder_tempest_plugin It is expected that @@ -49,7 +49,7 @@ typical devstack instance should be able to run all Cinder plugin tests. Summary: Tempest plugin tests for Cinder. Provides: python3-cinder-tempest-plugin-doc %description help - Tempest Integration for Cinder This directory contains additional Cinder +Tempest Integration for Cinder This directory contains additional Cinder tempest tests.See the tempest plugin docs for information on using it: run all tests from this plugin, install cinder into your environment. Then from the tempest directory run:: $ tox -e all -cinder_tempest_plugin It is expected that @@ -58,7 +58,7 @@ Developers can also use this locally to perform more extensive testing.Any typical devstack instance should be able to run all Cinder plugin tests. %prep -%autosetup -n cinder-tempest-plugin-1.4.0 -p1 +%autosetup -n cinder-tempest-plugin-%{version} %build %py3_build @@ -92,17 +92,18 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . - %files -n python3-cinder-tempest-plugin -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Mon Jul 18 2022 renliang16 - 1.6.0-1 +- Upgrade package python3-cinder-tempest-plugin to version 1.6.0 + * Fri Jul 30 2021 chenyanpanHW - 1.4.0-2 - DESC: delete -S git from %autosetup * Wed Jul 14 2021 OpenStack_SIG - 1.4.0-1 -- Package Spec generate \ No newline at end of file +- Package Spec generate