Update package cinder-tempest-plugin of version 0.3.0

This commit is contained in:
sean-lau 2021-11-05 10:44:03 +08:00
parent 85fdf71c99
commit a7b6587490
3 changed files with 14 additions and 12 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cinder-tempest-plugin Name: python-cinder-tempest-plugin
Version: 1.4.0 Version: 0.3.0
Release: 2 Release: 1
Summary: Tempest plugin tests for Cinder. Summary: Tempest plugin tests for Cinder.
License: Apache-2.0 License: Apache-2.0
URL: http://www.openstack.org/ 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 BuildArch: noarch
%description %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 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 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 tempest directory run:: $ tox -e all -cinder_tempest_plugin It is expected that
@ -27,17 +27,17 @@ BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
# General requires # General requires
BuildRequires: python3-oslo-config BuildRequires: python3-oslo-config
BuildRequires: python3-oslo-serialization
BuildRequires: python3-six BuildRequires: python3-six
BuildRequires: python3-oslo-serialization
BuildRequires: python3-tempest BuildRequires: python3-tempest
# General requires # General requires
Requires: python3-oslo-config
Requires: python3-oslo-serialization
Requires: python3-pbr Requires: python3-pbr
Requires: python3-oslo-config
Requires: python3-six Requires: python3-six
Requires: python3-oslo-serialization
Requires: python3-tempest Requires: python3-tempest
%description -n python3-cinder-tempest-plugin %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 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 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 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. Summary: Tempest plugin tests for Cinder.
Provides: python3-cinder-tempest-plugin-doc Provides: python3-cinder-tempest-plugin-doc
%description help %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 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 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 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. typical devstack instance should be able to run all Cinder plugin tests.
%prep %prep
%autosetup -n cinder-tempest-plugin-1.4.0 -p1 %autosetup -n cinder-tempest-plugin-%{version}
%build %build
%py3_build %py3_build
@ -94,15 +94,17 @@ mv %{buildroot}/doclist.lst .
%files -n python3-cinder-tempest-plugin -f filelist.lst %files -n python3-cinder-tempest-plugin -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Nov 05 2021 OpenStack_SIG <openstack@openeuler.org> - 0.3.0-1
- Upgrade package python3-cinder-tempest-plugin to version 0.3.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.4.0-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.4.0-2
- DESC: delete -S git from %autosetup - DESC: delete -S git from %autosetup
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 1.4.0-1 * Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 1.4.0-1
- Package Spec generate - Package Spec generate