forked from pool/python-glanceclient
- update to version 2.13.1
- Refactor periodic "tips" jobs - import zuul job settings from project-config - Use "multihash" for data download validation - Don't quote colon in HTTP headers OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=45
This commit is contained in:
parent
ce6298bd06
commit
29eaefe80f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bfe1829dd6fc6d980d030d914cbdaf40d8bc736d5371ae5c08748826b0489958
|
|
||||||
size 182868
|
|
3
python-glanceclient-2.13.1.tar.gz
Normal file
3
python-glanceclient-2.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f889f5a98b2b95bffa54a5eae71e0ca040523bd263b53fad09bec98e658da96
|
||||||
|
size 187298
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 6 15:00:28 UTC 2019 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 2.13.1
|
||||||
|
- Refactor periodic "tips" jobs
|
||||||
|
- import zuul job settings from project-config
|
||||||
|
- Use "multihash" for data download validation
|
||||||
|
- Don't quote colon in HTTP headers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 1 09:07:47 UTC 2018 - cloud-devel@suse.de
|
Sat Sep 1 09:07:47 UTC 2018 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-glanceclient
|
# spec file for package python-glanceclient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-glanceclient
|
Name: python-glanceclient
|
||||||
Version: 2.12.1
|
Version: 2.13.1
|
||||||
Release: 0
|
Release: 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://launchpad.net/python-glanceclient
|
URL: https://launchpad.net/python-glanceclient
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-2.12.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-2.13.1.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python2-PrettyTable >= 0.7.1
|
BuildRequires: python2-PrettyTable >= 0.7.1
|
||||||
@ -94,7 +94,7 @@ 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-2.12.1
|
%autosetup -p1 -n python-glanceclient-2.13.1
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||||
|
|
||||||
@ -102,8 +102,8 @@ sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
|||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
# generate html docs
|
# generate html docs
|
||||||
PBR_VERSION=2.12.1 sphinx-build -b html doc/source doc/build/html
|
PBR_VERSION=2.13.1 sphinx-build -b html doc/source doc/build/html
|
||||||
PBR_VERSION=2.12.1 sphinx-build -b man doc/source doc/build/man
|
PBR_VERSION=2.13.1 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}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user