1
0

- 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:
Thomas Bechtold 2019-02-06 15:00:55 +00:00 committed by Git OBS Bridge
parent ce6298bd06
commit 29eaefe80f
4 changed files with 19 additions and 10 deletions

View File

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

View File

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

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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)
# 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
Version: 2.12.1
Version: 2.13.1
Release: 0
Summary: Python API and CLI for OpenStack Glance
License: Apache-2.0
Group: Development/Languages/Python
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: python-devel
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.
%prep
%autosetup -p1 -n python-glanceclient-2.12.1
%autosetup -p1 -n python-glanceclient-2.13.1
%py_req_cleanup
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
# generate html docs
PBR_VERSION=2.12.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 html doc/source doc/build/html
PBR_VERSION=2.13.1 sphinx-build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}