diff --git a/cinder-tempest-plugin-0.3.0.tar.gz b/cinder-tempest-plugin-0.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6b7ea0828ea96f3a551e1f9fb0dfe1aac1292a5d Binary files /dev/null and b/cinder-tempest-plugin-0.3.0.tar.gz differ 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/python-cinder-tempest-plugin.spec b/python-cinder-tempest-plugin.spec index d3055f52acf528fd7cc6a912ca7a44e8ae186183..c95d984f770b20ab224add8f9112226c551627d0 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: 0.3.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/87/2c/89149579e39530794a7cb6e8b430a2c0bab2a617c3985c74a457ad1e297b/cinder-tempest-plugin-0.3.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 @@ -27,17 +27,17 @@ BuildRequires: python3-pip BuildRequires: python3-wheel # General requires BuildRequires: python3-oslo-config -BuildRequires: python3-oslo-serialization BuildRequires: python3-six +BuildRequires: python3-oslo-serialization BuildRequires: python3-tempest # General requires -Requires: python3-oslo-config -Requires: python3-oslo-serialization Requires: python3-pbr +Requires: python3-oslo-config Requires: python3-six +Requires: python3-oslo-serialization 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 @@ -94,15 +94,17 @@ mv %{buildroot}/doclist.lst . %files -n python3-cinder-tempest-plugin -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Fri Nov 05 2021 OpenStack_SIG - 0.3.0-1 +- Upgrade package python3-cinder-tempest-plugin to version 0.3.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