forked from pool/python-glanceclient
- update to version 4.3.0
- Fix functional tests and docs generation - Release notes for 4.3.0 - Unhardcode the value of DEFAULT_PAGE_SIZE from the tests - Remove unicode-related Python2-only code - Boolean options: use strict checking - Replace osc with glance commands OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=66
This commit is contained in:
parent
9cf459bc54
commit
a1f0a16036
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8298e87d0ebe86c7c30b911d6efd836949c3b120eece5086c9022a3ea263a98
|
|
||||||
size 204378
|
|
3
python-glanceclient-4.3.0.tar.gz
Normal file
3
python-glanceclient-4.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e67c023ce73d181c64f4122d89a49c7f2d5e96397e7b4a2414210e56c1e85c34
|
||||||
|
size 205005
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 7 06:57:00 UTC 2023 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 4.3.0
|
||||||
|
- Fix functional tests and docs generation
|
||||||
|
- Release notes for 4.3.0
|
||||||
|
- Unhardcode the value of DEFAULT_PAGE_SIZE from the tests
|
||||||
|
- Remove unicode-related Python2-only code
|
||||||
|
- Boolean options: use strict checking
|
||||||
|
- Replace osc with glance commands
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 1 10:45:00 UTC 2022 - cloud-devel@suse.de
|
Thu Dec 1 10:45:00 UTC 2022 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-glanceclient
|
Name: python-glanceclient
|
||||||
Version: 4.2.0
|
Version: 4.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Python API and CLI for OpenStack Glance
|
Summary: Python API and CLI for OpenStack Glance
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://docs.openstack.org/python-glanceclient
|
URL: https://docs.openstack.org/python-glanceclient
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-4.2.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-4.3.0.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python3-PrettyTable >= 0.7.1
|
BuildRequires: python3-PrettyTable >= 0.7.1
|
||||||
BuildRequires: python3-ddt
|
BuildRequires: python3-ddt
|
||||||
@ -81,15 +81,15 @@ glanceclient module), and a command-line script (glance). Each implements
|
|||||||
This package contains auto-generated documentation.
|
This package contains auto-generated documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n python-glanceclient-4.2.0
|
%autosetup -p1 -n python-glanceclient-4.3.0
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
# generate html docs
|
# generate html docs
|
||||||
PBR_VERSION=4.2.0 %sphinx_build -b html doc/source doc/build/html
|
PBR_VERSION=4.3.0 %sphinx_build -b html doc/source doc/build/html
|
||||||
PBR_VERSION=4.2.0 %sphinx_build -b man doc/source doc/build/man
|
PBR_VERSION=4.3.0 %sphinx_build -b man doc/source doc/build/man
|
||||||
# remove the sphinx-build leftovers
|
# remove the sphinx-build leftovers
|
||||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||||
rm -rf doc/build/man/.{doctrees,buildinfo}
|
rm -rf doc/build/man/.{doctrees,buildinfo}
|
||||||
@ -100,7 +100,7 @@ rm -rf doc/build/man/.{doctrees,buildinfo}
|
|||||||
install -p -D -m 644 doc/build/man/glance.1 %{buildroot}%{_mandir}/man1/glance.1
|
install -p -D -m 644 doc/build/man/glance.1 %{buildroot}%{_mandir}/man1/glance.1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
python3 -m stestr.cli run
|
%{openstack_stestr_run}
|
||||||
|
|
||||||
%files -n python3-glanceclient
|
%files -n python3-glanceclient
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user