Init oslo.concurrency with 3.30.1
This commit is contained in:
parent
4f55b38180
commit
afe7b3c98a
BIN
oslo.concurrency-3.30.1.tar.gz
Normal file
BIN
oslo.concurrency-3.30.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-oslo-concurrency
|
||||
Version: 4.4.0
|
||||
Version: 3.30.1
|
||||
Release: 1
|
||||
Summary: Oslo Concurrency library
|
||||
License: Apache-2.0
|
||||
URL: https://docs.openstack.org/oslo.concurrency/latest/
|
||||
Source0: https://files.pythonhosted.org/packages/c1/f1/5e089ae314331988c580f2e8119c2dc80a65548a3b60984218c0f059d6e7/oslo.concurrency-4.4.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/41/6b/05d7776110c3fe0521e2f708f9a26027fa24fa33b50da5d7f6f6d9ca335b/oslo.concurrency-3.30.1.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
OpenStack library for all concurrency-related code
|
||||
@ -24,15 +24,14 @@ BuildRequires: python3-fasteners
|
||||
BuildRequires: python3-oslo-config
|
||||
BuildRequires: python3-oslo-i18n
|
||||
BuildRequires: python3-oslo-utils
|
||||
# Test requires
|
||||
BuildRequires: python3-pre-commit
|
||||
BuildRequires: python3-virtualenv
|
||||
BuildRequires: python3-six
|
||||
# General requires
|
||||
Requires: python3-fasteners
|
||||
Requires: python3-oslo-config
|
||||
Requires: python3-oslo-i18n
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-pbr
|
||||
Requires: python3-six
|
||||
%description -n python3-oslo-concurrency
|
||||
OpenStack library for all concurrency-related code
|
||||
|
||||
@ -43,14 +42,14 @@ Provides: python3-oslo-concurrency-doc
|
||||
OpenStack library for all concurrency-related code
|
||||
|
||||
%prep
|
||||
%autosetup -n oslo.concurrency-4.4.0
|
||||
%autosetup -n oslo.concurrency-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -77,18 +76,14 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
|
||||
%files -n python3-oslo-concurrency -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 12 2021 OpenStack_SIG <openstack@openeuler.org> - 4.4.0-1
|
||||
- Upgrade version
|
||||
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
|
||||
- Add buildrequires
|
||||
* Sat Nov 21 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
* Fri Nov 05 2021 OpenStack_SIG <openstack@openeuler.org> - 3.30.1-1
|
||||
- Init package python3-oslo-concurrency to version 3.30.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user