Init python-mistralclient with 3.10.0 for Train

This commit is contained in:
huangtianhua 2021-11-08 16:10:50 +08:00
parent 926b984b7b
commit e8bf3cbae1
3 changed files with 17 additions and 18 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-mistralclient Name: python-mistralclient
Version: 4.2.0 Version: 3.10.0
Release: 1 Release: 1
Summary: Mistral Client Library Summary: Mistral Client Library
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/python-mistralclient/latest/ URL: https://docs.openstack.org/python-mistralclient/latest/
Source0: https://files.pythonhosted.org/packages/d0/36/0d3f3432634527132dae7ef32509346ee81d68b383c5b830961dc7efe10e/python-mistralclient-4.2.0.tar.gz Source0: https://files.pythonhosted.org/packages/98/40/1b8053d74ffa0f9b749bd74a5256d3e1667a17218802e6f9d1d55aa752a0/python-mistralclient-3.10.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Team and repository tags Mistral is a workflow service. Most business processes Team and repository tags Mistral is a workflow service. Most business processes
@ -23,25 +23,27 @@ BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
# General requires # General requires
BuildRequires: python3-pyyaml
BuildRequires: python3-cliff BuildRequires: python3-cliff
BuildRequires: python3-keystoneauth1
BuildRequires: python3-osc-lib BuildRequires: python3-osc-lib
BuildRequires: python3-oslo-utils
BuildRequires: python3-oslo-i18n BuildRequires: python3-oslo-i18n
BuildRequires: python3-oslo-serialization BuildRequires: python3-oslo-serialization
BuildRequires: python3-oslo-utils BuildRequires: python3-keystoneauth1
BuildRequires: python3-pyyaml
BuildRequires: python3-requests BuildRequires: python3-requests
BuildRequires: python3-six
BuildRequires: python3-stevedore BuildRequires: python3-stevedore
# General requires # General requires
Requires: python3-pyyaml
Requires: python3-cliff Requires: python3-cliff
Requires: python3-keystoneauth1
Requires: python3-osc-lib Requires: python3-osc-lib
Requires: python3-oslo-utils
Requires: python3-oslo-i18n Requires: python3-oslo-i18n
Requires: python3-oslo-serialization Requires: python3-oslo-serialization
Requires: python3-oslo-utils
Requires: python3-pbr Requires: python3-pbr
Requires: python3-keystoneauth1
Requires: python3-pyyaml
Requires: python3-requests Requires: python3-requests
Requires: python3-six
Requires: python3-stevedore Requires: python3-stevedore
%description -n python3-mistralclient %description -n python3-mistralclient
Team and repository tags Mistral is a workflow service. Most business processes Team and repository tags Mistral is a workflow service. Most business processes
@ -59,14 +61,14 @@ particular order in a distributed environment. A user can describe such a
process as a set of tasks and their transitions. process as a set of tasks and their transitions.
%prep %prep
%autosetup -n python-mistralclient-4.2.0 %autosetup -n python-mistralclient-%{version}
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -93,16 +95,13 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check
# %{__python3} setup.py test
%files -n python3-mistralclient -f filelist.lst %files -n python3-mistralclient -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 4.2.0-1 * Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 3.10.0-1
- Package Spec generate - Init package python3-mistralclient with version 3.10.0