Accepting request 1198501 from Cloud:OpenStack:Factory
- update to version 4.7.0 - Add support for new location APIs - Python3.12: do not use ssl.wrap_socket OBS-URL: https://build.opensuse.org/request/show/1198501 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=41
This commit is contained in:
commit
aa11ad7780
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8099b84f3c6d223be4a4e95b37cd8c3db6342660dd8b09443061b166f4d1f8fa
|
||||
size 206480
|
3
python-glanceclient-4.7.0.tar.gz
Normal file
3
python-glanceclient-4.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c19452ef12da3c484b69d22a888ce7a74910bdb8783bbe91248c60efa5378810
|
||||
size 208314
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 13:11:37 UTC 2024 - cloud-devel@suse.de
|
||||
|
||||
- update to version 4.7.0
|
||||
- Add support for new location APIs
|
||||
- Python3.12: do not use ssl.wrap_socket
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 20:05:19 UTC 2024 - cloud-devel@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: python-glanceclient
|
||||
Version: 4.6.0
|
||||
Version: 4.7.0
|
||||
Release: 0
|
||||
Epoch: 0
|
||||
Summary: Python API and CLI for OpenStack Glance
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://docs.openstack.org/python-glanceclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-4.6.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-4.7.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PrettyTable >= 0.7.1
|
||||
BuildRequires: python3-ddt
|
||||
@ -82,15 +82,15 @@ glanceclient module), and a command-line script (glance). Each implements
|
||||
This package contains auto-generated documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-glanceclient-4.6.0
|
||||
%autosetup -p1 -n python-glanceclient-4.7.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
# generate html docs
|
||||
PBR_VERSION=4.6.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=4.6.0 %sphinx_build -b man doc/source doc/build/man
|
||||
PBR_VERSION=4.7.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=4.7.0 %sphinx_build -b man doc/source doc/build/man
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
rm -rf doc/build/man/.{doctrees,buildinfo}
|
||||
|
Loading…
x
Reference in New Issue
Block a user