Update to 3.8.0

This commit is contained in:
joec88 2021-08-13 11:18:57 +08:00
parent 6b893d2f39
commit abb3ff330d
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
oslo.vmware-3.8.0.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global with_doc 1 %global with_doc 1
Name: python-oslo-vmware Name: python-oslo-vmware
Version: 3.7.0 Version: 3.8.0
Release: 4 Release: 4
Summary: Oslo VMware library for OpenStack projects Summary: Oslo VMware library for OpenStack projects
License: ASL 2.0 License: ASL 2.0
URL: https://opendev.org/openstack/oslo.vmware URL: https://opendev.org/openstack/oslo.vmware
Source0: https://tarballs.openstack.org/oslo.vmware/oslo.vmware-3.7.0.tar.gz Source0: https://tarballs.openstack.org/oslo.vmware/oslo.vmware-3.8.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -101,7 +101,7 @@ Translation files for Oslo vmware library
%prep %prep
%autosetup -n oslo.vmware-3.7.0 -S git %autosetup -n oslo.vmware-3.8.0
# FIXME(hguemar): requirements blocks 0.20.1 due to lp#1696094 # FIXME(hguemar): requirements blocks 0.20.1 due to lp#1696094
# but eventlet 0.20.1-2 package has backported the fix # but eventlet 0.20.1-2 package has backported the fix
sed -i '/eventlet/s/!=0.20.1,//' requirements.txt sed -i '/eventlet/s/!=0.20.1,//' requirements.txt
@ -159,6 +159,9 @@ PYTHON=python3 stestr-3 --test-path $OS_TEST_PATH run
%license LICENSE %license LICENSE
%changelog %changelog
* Fri Aug 13 2021 joec88 <chens141@chinaunicom.cn>
- Update to 3.8.0
* Mon Jan 25 2021 zhangy1317 <zhangy1317@foxmail.com> * Mon Jan 25 2021 zhangy1317 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pip - Add BuildRequires python3-pip