Upgrade release version to 3.7.0
This commit is contained in:
parent
f0e4d9343d
commit
1ad4efc821
Binary file not shown.
BIN
oslo.policy-3.7.0.tar.gz
Normal file
BIN
oslo.policy-3.7.0.tar.gz
Normal file
Binary file not shown.
@ -1,41 +1,62 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-oslo-policy
|
Name: python-oslo-policy
|
||||||
Version: 3.6.0
|
Version: 3.7.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Oslo Policy library
|
Summary: OpenStack oslo.policy library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://opendev.org/openstack/oslo.policy
|
URL: https://opendev.org/openstack/oslo.policy
|
||||||
Source0: https://files.pythonhosted.org/packages/34/c0/244ff6b1607e7456511b48730fa58e84852b51a87f6ab9eb39b1fa121cdf/oslo.policy-3.6.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/da/c8/9fc4d6813c4e079939e23c7f09d05f2ee3e8f858366cd625dda2f3bd0f72/oslo.policy-3.7.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-PyYAML
|
|
||||||
Requires: python3-requests
|
|
||||||
Requires: python3-stevedore
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Rules engine to enforce access control policy
|
An OpenStack library for policy.
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-oslo-policy
|
%package -n python3-oslo-policy
|
||||||
Summary: Oslo Policy library
|
Summary: OpenStack oslo.policy library
|
||||||
Provides: python-oslo-policy
|
Provides: python-oslo-policy
|
||||||
BuildRequires: python3-devel
|
# Base build requires
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
%description -n python3-oslo-policy
|
BuildRequires: python3-pip
|
||||||
Rules engine to enforce access control policy
|
BuildRequires: python3-wheel
|
||||||
|
# General requires
|
||||||
|
BuildRequires: python3-pyyaml
|
||||||
|
BuildRequires: python3-oslo-config
|
||||||
|
BuildRequires: python3-oslo-context
|
||||||
|
BuildRequires: python3-oslo-i18n
|
||||||
|
BuildRequires: python3-oslo-serialization
|
||||||
|
BuildRequires: python3-oslo-utils
|
||||||
|
BuildRequires: python3-requests
|
||||||
|
BuildRequires: python3-stevedore
|
||||||
|
BuildRequires: python3-coverage
|
||||||
|
BuildRequires: python3-sphinx
|
||||||
|
BuildRequires: python3-requests-mock
|
||||||
|
BuildRequires: python3-oslotest
|
||||||
|
BuildRequires: python3-stestr
|
||||||
|
|
||||||
|
# General requires
|
||||||
|
Requires: python3-pyyaml
|
||||||
|
Requires: python3-oslo-config
|
||||||
|
Requires: python3-oslo-context
|
||||||
|
Requires: python3-oslo-i18n
|
||||||
|
Requires: python3-oslo-serialization
|
||||||
|
Requires: python3-oslo-utils
|
||||||
|
Requires: python3-requests
|
||||||
|
Requires: python3-stevedore
|
||||||
|
|
||||||
|
%description -n python3-oslo-policy
|
||||||
|
An OpenStack library for policy.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for oslo.policy
|
Summary: Development documents and examples for oslo.policy
|
||||||
Provides: python3-oslo-policy-doc
|
Provides: python3-oslo-policy-doc
|
||||||
%description help
|
|
||||||
Rules engine to enforce access control policy
|
|
||||||
|
|
||||||
|
%description help
|
||||||
|
An OpenStack library for policy.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n oslo.policy-3.6.0
|
%autosetup -n oslo.policy-3.7.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,6 +89,9 @@ 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-oslo-policy -f filelist.lst
|
%files -n python3-oslo-policy -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
@ -75,6 +99,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue July 13 2021 joec88 <chens141@chinaunicom.cn>
|
||||||
|
- Update to 3.7.0
|
||||||
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
|
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
|
||||||
- Add buildrequires
|
- Add buildrequires
|
||||||
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user