1
0

Compare commits

...

2 Commits

Author SHA256 Message Date
24cb31e0bc Accepting request 1198514 from Cloud:OpenStack:Factory
- update to version 3.8.0
  - reno: Update master for unmaintained/victoria
  - reno: Update master for unmaintained/xena
  - Support filtering amphora list by image ID
  - reno: Update master for unmaintained/wallaby
  - reno: Update master for unmaintained/zed
  - Update master for stable/2024.1
  - Add SR-IOV support for members

OBS-URL: https://build.opensuse.org/request/show/1198514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-octaviaclient?expand=0&rev=12
2024-09-04 11:23:49 +00:00
09d8445de0 - update to version 3.8.0
- reno: Update master for unmaintained/victoria
  - reno: Update master for unmaintained/xena
  - Support filtering amphora list by image ID
  - reno: Update master for unmaintained/wallaby
  - reno: Update master for unmaintained/zed
  - Update master for stable/2024.1
  - Add SR-IOV support for members

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-octaviaclient?expand=0&rev=24
2024-09-03 13:17:25 +00:00
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c001b107279104ec1d5998360f0569b75c868b97abdca43faa1c91540c1a29ee
size 96169

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2b621098de0a9c92548af256a9b2016adb9622ddac041a06ab5b66bb5b590ee
size 96654

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 3 13:17:18 UTC 2024 - cloud-devel@suse.de
- update to version 3.8.0
- reno: Update master for unmaintained/victoria
- reno: Update master for unmaintained/xena
- Support filtering amphora list by image ID
- reno: Update master for unmaintained/wallaby
- reno: Update master for unmaintained/zed
- Update master for stable/2024.1
- Add SR-IOV support for members
-------------------------------------------------------------------
Sun Mar 24 20:12:09 UTC 2024 - cloud-devel@suse.de

View File

@@ -17,13 +17,13 @@
Name: python-octaviaclient
Version: 3.7.0
Version: 3.8.0
Release: 0
Summary: Octavia Plugin for the OpenStack Command-line Client
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-octaviaclient
Source0: https://files.pythonhosted.org/packages/source/p/python-octaviaclient/python-octaviaclient-3.7.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-octaviaclient/python-octaviaclient-3.8.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-openstackclient >= 3.12.0
BuildRequires: python3-oslotest
@@ -69,13 +69,13 @@ the OpenStack Load Balancing service.
This package contains auto-generated documentation.
%prep
%autosetup -p1 -n python-octaviaclient-3.7.0
%autosetup -p1 -n python-octaviaclient-3.8.0
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=3.7.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.8.0 %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}