!13 [sync] PR-12: Init Train release

From: @openeuler-sync-bot
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-16 00:35:56 +00:00 committed by Gitee
commit 5a73fe15ad
3 changed files with 14 additions and 19 deletions

BIN
oslo.utils-3.41.6.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-oslo-utils Name: python-oslo-utils
Version: 4.8.0 Version: 3.41.6
Release: 1 Release: 1
Summary: Oslo Utility library Summary: Oslo Utility library
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/oslo.utils/latest/ URL: https://docs.openstack.org/oslo.utils/latest/
Source0: https://files.pythonhosted.org/packages/6e/c2/2e3800122ec247efc79ee2f4a482185926613d162bfe29d74bbba81d77b0/oslo.utils-4.8.0.tar.gz Source0: https://files.pythonhosted.org/packages/82/4f/b52a9d159de7bff8b77effa9a014f6b1d20e500be9d897a6094d82d09c77/oslo.utils-3.41.6.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling. The oslo.utils library provides support for common utility type functions,
such as encoding, exception handling, string manipulation, and time handling.
%package -n python3-oslo-utils %package -n python3-oslo-utils
Summary: Oslo Utility library Summary: Oslo Utility library
@ -26,32 +26,32 @@ BuildRequires: python3-iso8601
BuildRequires: python3-netaddr BuildRequires: python3-netaddr
BuildRequires: python3-netifaces BuildRequires: python3-netifaces
BuildRequires: python3-oslo-i18n BuildRequires: python3-oslo-i18n
BuildRequires: python3-packaging
BuildRequires: python3-pyparsing BuildRequires: python3-pyparsing
BuildRequires: python3-pytz BuildRequires: python3-pytz
BuildRequires: python3-six
# General requires # General requires
Requires: python3-debtcollector Requires: python3-debtcollector
Requires: python3-iso8601 Requires: python3-iso8601
Requires: python3-netaddr Requires: python3-netaddr
Requires: python3-netifaces Requires: python3-netifaces
Requires: python3-oslo-i18n Requires: python3-oslo-i18n
Requires: python3-packaging
Requires: python3-pbr Requires: python3-pbr
Requires: python3-pyparsing Requires: python3-pyparsing
Requires: python3-pytz Requires: python3-pytz
Requires: python3-six
%description -n python3-oslo-utils %description -n python3-oslo-utils
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling. The oslo.utils library provides support for common utility type functions,
such as encoding, exception handling, string manipulation, and time handling.
%package help %package help
Summary: Oslo Utility library Summary: Oslo Utility library
Provides: python3-oslo-utils-doc Provides: python3-oslo-utils-doc
%description help %description help
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling. The oslo.utils library provides support for common utility type functions,
such as encoding, exception handling, string manipulation, and time handling.
%prep %prep
%autosetup -n oslo.utils-4.8.0 %autosetup -n oslo.utils-%{version}
%build %build
%py3_build %py3_build
@ -85,18 +85,13 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-oslo-utils -f filelist.lst %files -n python3-oslo-utils -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 yaozc701 <yaozc7@foxmail.com> - 4.8.0-1 * Mon Nov 15 2021 OpenStack_SIG <openstack@openeuler.org> - 3.41.6-1
- Upgrade version to 4.8.0 - Init package python3-oslo-utils of version 3.41.6
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated